Open vhvb1989 opened 11 months ago
@vhvb1989 How does the value of this AZD_INITIAL_ENVIRONMENT_CONFIG
look like? Is it exactly the same copy of the .azure/[env]/.env
file?
@vhvb1989 could you please confirm?
@justinyoo @marcelmedina the value of AZD_INITIAL_ENVIRONMENT_CONFIG
is the json content from .azure/[env]/config.json
The only difference is that if the config.json has a reference to a vault
to define parameters values, you have to remove it and use the values directly. This step is performed by azd during pipeline config
as part of https://github.com/Azure/azure-dev/pull/3035, azd now supports setting an initial state for env-config on CI/CD when running azd pipeline config.
This enable scenarios like Aspire and also any sample with non-optional input params.