If you run into problems while importing the newly installed module, you'll also need to set a PowerShell execution policy to RemoteSigned as an Administrator:
Set-ExecutionPolicy RemoteSigned
Logging in to Azure using the PowerShell module has to be done separately from the Azure CLI and can be performed using the following command:
Connect-AzAccount
At this point, you should be able to manage your resources using the Azure CLI and the Azure PowerShell module, without opening the Azure Portal website! Let's take a look at how to create an Azure Files SMB share.