You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent a lot of time having issues getting my PowerShell functions to work. What I finally realized is that they thought they were running in AzureCloud when they were actually running in AzureUsGovernment.
A simple suggestion to fix this for future users would be to modify the profile.ps1 file to set the Environment to AzureCloud explicitly. That way there is an obvious setting that needs to be modified.
I spent a lot of time having issues getting my PowerShell functions to work. What I finally realized is that they thought they were running in AzureCloud when they were actually running in AzureUsGovernment.
A simple suggestion to fix this for future users would be to modify the profile.ps1 file to set the Environment to AzureCloud explicitly. That way there is an obvious setting that needs to be modified.
The text was updated successfully, but these errors were encountered: