Skip to content

Commit

Permalink
regenerate arm template
Browse files Browse the repository at this point in the history
  • Loading branch information
tyconsulting committed Feb 5, 2024
1 parent ff03d5a commit 2af7db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avm/res/insights/component/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.24.24.22086",
"templateHash": "4904899500252762566"
"templateHash": "18263440688499285591"
},
"name": "Application Insights",
"description": "This component deploys an Application Insights instance.",
Expand Down Expand Up @@ -426,7 +426,7 @@
"condition": "[not(empty(parameters('linkedStorageAccountResourceId')))]",
"type": "Microsoft.Resources/deployments",
"apiVersion": "2022-09-01",
"name": "[format('{0}-linkedStorageAccount', parameters('name'))]",
"name": "[format('{0}-appInsights-linkedStorageAccount', uniqueString(deployment().name, parameters('location')))]",
"properties": {
"expressionEvaluationOptions": {
"scope": "inner"
Expand Down

0 comments on commit 2af7db2

Please sign in to comment.