We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When mapping an ENV key to a secret for the pipeline configuration in azure.yaml like:
pipeline: secrets: - ENV-FOO variables: - ENV-FOO
azd should check if the value of the env is an Azure Key Vault secret and if yes, pull the value and save it as secret for the pipeline.
But, if the env key is defined as a variable, azd should grant read-access to the key-vault account for the service-principal used for the pipeline.
The text was updated successfully, but these errors were encountered:
vhvb1989
No branches or pull requests
When mapping an ENV key to a secret for the pipeline configuration in azure.yaml like:
azd should check if the value of the env is an Azure Key Vault secret and if yes, pull the value and save it as secret for the pipeline.
But, if the env key is defined as a variable, azd should grant read-access to the key-vault account for the service-principal used for the pipeline.
The text was updated successfully, but these errors were encountered: