Hi Blog!

In this article I’m gonna discuss about Microsoft Azure Powershell Module, also in more details I’ll post the rest about each command and the functions about how you can manage your Azure environment with Microsoft Azure PowerShell Module which is very helpful.

Firstly, you can either use Azure Shell over the web to manage your Azure or even installing it’s module into your powershell and start managing.

https://shell.azure.com/ from this link after logging in with your Azure account you are able to starts using the service over web, however it prompts you for creating an storage to share the files and use them from there.

 

 

 

 

 

 

At the other hand there is Powershell module which you can install it with Install-Module powershell command.

Install-Module Az

 

 

 

 

For the next articles I’ll start to discuss about all the commands “AZ” Module covers such as adding or removing and getting information about present services.

 

Enjoy!

Similar Posts