To determine the version of Azure PowerShell that you have installed, run the following:
Get-Module -ListAvailable -Name Azure -Refresh
This command returns the installed version even when you haven't loaded the Azure PowerShell module in your current PowerShell session.