Skip to content

Commit

Permalink
FIX-BESTPRACTICES: key-vault-with-logging-create (Azure#10407)
Browse files Browse the repository at this point in the history
* Update azuredeploy.json

* Update azuredeploy.json

* Revert "Update azuredeploy.json"

This reverts commit e9847d4.
  • Loading branch information
akhilthomas011 authored Jun 1, 2021
1 parent c473091 commit b5f9ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"kind": "StorageV2",
"tags": {
"displayName": "concat('Key Vault ', parameters('keyVaultName'), ' diagnostics storage account')"
"displayName": "[concat('Key Vault', parameters('keyVaultName'), 'diagnostics storage account')]"
}
},
{
Expand Down

0 comments on commit b5f9ee3

Please sign in to comment.