Skip to content

Commit

Permalink
Update rule.md
Browse files Browse the repository at this point in the history
Removing whitespace for the caption to make it bold
  • Loading branch information
amankumarrr authored Oct 6, 2023
1 parent de1ad72 commit 297cec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/store-github-secrets-in-keyvault/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module azuredeployment 'environment-keyvault.bicep' ={
AppInsightsKey: environmentKeyVault.getSecret('myAppInsightsKey')
}
```
**Figure: Retrieve KeyVault Secrets using Bicep **
**Figure: Retrieve KeyVault Secrets using Bicep**

3. PowerShell - Access the same secrets directly from PowerShell:

Expand Down

0 comments on commit 297cec9

Please sign in to comment.