- [X ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
git clone
cd openai/End_to_end_Solutions/AOAISearchDemo
azd auth login --tenant-id
azd up
The azd up finishes successfully. Azure Cosmos DB Endpoint secret is not created as keyvault secret. See file .\End_to_end_Solutions\AOAISearchDemo\infra\core\database\cosmos-database.bicep
Thank you for bringing this to our attention, we've updated the repo with a few fixes to the azd deployment process. Please re-clone the repo and try deploying again
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
Missing piece:
module azureCosmosKeySecret '../keyvault/keyvault_secret.bicep' = if(addKeysToVault) { name: 'AZURE-COSMOS-ENDPOINT' params: { keyVaultName: keyVaultName secretName: 'AZURE-COSMOS-ENDPOINT' secretValue: account.properties.documentEndpoint } }
OS and Version?
Versions
Mention any other details that might be useful