Skip to content

Commit 77dd9f1

Browse files
committed
2025_08 - Fix monthly broken links
1 parent 6d05aa8 commit 77dd9f1

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)