flat-sunset-64442
01/20/2023, 7:45 AMazure-native
package. https://www.pulumi.com/registry/packages/azure-native/api-docs/keyvault/vault/
What I can't understand is if the package should implicitly understand that I have set the tenantId
in the config file, or if I need to read it out in the python code and pass it along? And if so, how do I get that config value in code? No matter what I do, it's trying to read from a section prefixed by my application name...
This is (part of) what I have in `Pulumi.stack-name.yaml`:
config:
azure-native:tenantId: 123-123-123-123
azure_config = azure.authorization.get_client_config()
print("TentantId: ", azure_config.tenant_id)