
Install Azure PowerShell
If you’re not using cloud shell or one of the latest docker images you’ll need to install Azure PowerShell. Simply run the installation instructions here and you’ll be up and running in no time.
Don’t forget to log into your Azure account by running the following command:
Connect-AzAccount
Import the Azure NetApp Files Module
Next, you will import the Azure NetApp Files module:
Install-Module -Name Az.NetAppFiles
And that’s it – you’re ready to use PowerShell to manage and query all of your Azure NetApp Files resources in Azure!
