Many organizations won’t provide system admin privileges to users. So we don’t have options to install Azure PowerShell Module?
No.. We do have an option to install Azure PowerShell module without system administrator permissions.
Open PowerShell and Run the below Command :
Install-Module -Name Az -AllowClobber -Scope CurrentUser
Now it is done, you see the module is set in the machine and available to use.