orange-kite-80991
12/11/2021, 2:51 PMconst az_config = new pulumi.Config('azure-native')
What do I need to add to pull the Azure credentials from the Environment?quiet-wolf-18467
12/11/2021, 5:35 PMprocess.env
to pass in the required credentials
https://www.pulumi.com/registry/packages/azure-native/api-docs/provider/az
command to login before running Pulumi commandsorange-kite-80991
12/11/2021, 7:45 PM