Azure Powershell/CLI - Book recommendations

jp1407 27 Reputation points
2021-03-06T07:12:16.967+00:00

Hi,

I am a junior admin, sitting AZ-104 soon and I was wondering, what is the best book for Powershell for beginners?

Would like to master it but have 0 experience with it. I am only interested in Azure related stuff, no Win administration etc.. + some hacking with PowerShell as well as a advanced topic for the future.

Any advice is highly appreciated.

Thanks.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
632 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,561 Reputation points
    2021-03-06T07:39:26.107+00:00

    First you have to learn the basics of PowerShell and once you know it, you can use Azure PowerShell commands, tweak them and use code for automation or administration

    I have heard of Learning PowerShell in a Month of lunches book and also YouTube channel. They should be good enough to get started.

    When I was new to PS, I have gone through Channel9 videos given below. Later I practiced running Azure PowerShell commands. https://channel9.msdn.com/Series/GetStartedPowerShell3


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. jp1407 27 Reputation points
    2021-03-09T19:04:10.637+00:00

    anonymous userChaudhari , @Anonymous
    Thank you both!

    Got myself sorted with few books of PS in a Month of lunches but thanks for the free stuff, will go through it as well. Cheers, much appreciated.

    Have a good one.

    JP

    1 person found this answer helpful.

  2. kobulloc-MSFT 23,181 Reputation points Microsoft Employee
    2021-03-06T17:23:35.08+00:00

    The official documentation is a great place to start and you can find resources from Mike F Robbins book, PowerShell 101 available for free:

    https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/00-introduction?view=powershell-7

    75081-image.png

    0 comments No comments