Azure – Install AZURE Modules
Hello Friends,
This is my first blog on this knowledge Junction platform. I hope this blog will help you in some way. This blog is explaining about, how to install Azure modules. There are different ways to install AZURE modules for your Windows Power Shell. Please find the following approaches to achieve the goal:
- Using Web Installer
- Access the below URL : https://azure.microsoft.com/en-us/downloads/
- Here you will find many AZURE installer packages. Please choose the required package for installation.
Go to Command-line Tools –> Click on “Windows Install“
Figure.1 Azure_Donwload Windows Install-CLIIt will open Web Installer 5.0 with latest AZURE POWERSHELL package. (wait for some time)
- Click on Install to start the installation.It will take some time to install all the AZURE modules.
Figure.2 Azure_Web-Installer
- Using PowerShell Gallery
Note: This will work only if you are using WINDOWS 10.
- Open PowerShell ISE/Windows PowerShell.
- Check if the AZURE module is already installed by executing following powershell command
get-module AZURERM -ListAvailable
If the module is already available then you will see the output as in following figure.
Figure.3 Azure_PowerShell-get-modules - Update the module if the module already installed using following command line.
- Please verify the folder “C:\Program Files\WindowsPowerShell\Modules”.You will not find any AZURE packages before you run INSTALL-MODULE -NAME AZURE.
Once you started execute the install-module, it will download the modules from internet and place under the folder. - Then verify the installation
If module has not installed yet,then we will see a blank output.In this case we need to install the module using following commandline.
Install-Module -name AZURERM
update-Module -name AzureRM
Figure.4 Azure_Path-of-modules
Figure.5 Azure_PowerShell-get-modules
Figure.6 AZURE-Login Command
Figure.7 AZURE AD Authentication
- AZURE Cloud Shell
- Login to AZURE Portal and Please follow the below snapshots
- Click on PowerShell (WINDOWS) button to create teh storage.
- Create Storage by clicking Create Storage button.
Figure.8 AZURE Dashboard
Figure.9 AZURE Cloud Shell
Figure.10 AZURE- Create Storage
Figure.11 Azure Module ready
Note: I haven’t explain but in the article but still you LINUX guys can use the PowerShell AZURE module in different LINUX like Ubuntu, Fedora etc.
Reference Article : Cloudranger Video Gallery
Thanks for reading 🙂
Keep reading, share your thoughts, experiences. Feel free to contact us to discuss more. If you have any suggestion / feedback / doubt, you are most welcome.
Stay tuned on Knowledge-Junction, will come up with more such articles
You must log in to post a comment.