Skip to content

Commit 6a123c0

Browse files
authored
Merge pull request #7668 from Albertyang0/2025_08-Monthly-broken-links-fix-ay-59
2025_08 - Fix monthly broken links
2 parents 2bed500 + 77dd9f1 commit 6a123c0

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-developer-cli

1 file changed

+1
-1
lines changed

articles/azure-developer-cli/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sections:
7676
}
7777
```
7878
79-
The output of `secretOrRandomPassword` should also be saved to Key Vault using Bicep for future runs. Retrieving and reusing the same secrets across deploys can prevent errors or unintended behaviors that can surface when repeatedly generating new values. To create a Key Vault and store the generated secret in it, use the Bicep code below. You can view the full sample code for these modules in the [Azure Developer CLI GitHub repository](https://github.com/Azure/azure-dev/tree/main/templates/common/infra/bicep/core/security).
79+
The output of `secretOrRandomPassword` should also be saved to Key Vault using Bicep for future runs. Retrieving and reusing the same secrets across deploys can prevent errors or unintended behaviors that can surface when repeatedly generating new values. To create a Key Vault and store the generated secret in it, use the Bicep code below. You can view the full sample code for these modules in the [Azure Developer CLI GitHub repository](https://github.com/Azure/azure-dev/tree/main).
8080
8181
```json
8282
module keyVault './core/security/keyvault.bicep' = {

0 commit comments

Comments
 (0)