enough-car-12340
09/09/2024, 8:00 PMType Name Plan Info
+ pulumi:pulumi:Stack storagetest-dev create
└─ azure-native:resources:ResourceGroup resourceGroup 1 error
Diagnostics:
azure-native:resources:ResourceGroup (resourceGroup):
error: The configured Azure environment 'public' does not match the determined environment 'usgovernment'.
When authenticating using the Azure CLI, the configured environment needs to match the one shown by 'az account show'.
You can change environments using 'az cloud set --name <environment>'.
PS C:\Development\DevOps\storagetest> az account show
{
"environmentName": "AzureUSGovernment",
What is that 'public' configured Azure environment referring to? I have the location set to:
azure-native:location: AzureUSGovernment
hallowed-horse-57635
09/09/2024, 8:08 PMenough-car-12340
09/11/2024, 3:51 PMhallowed-horse-57635
09/11/2024, 4:52 PMpublic
(default), usgovernment
, china)
in this link - https://www.pulumi.com/registry/packages/azure-native/installation-configuration/enough-car-12340
09/12/2024, 9:05 AMconfig:
azure-native:environment: usgovernment
azure-native:location: usgovarizona