Skip to content

Commit 5fe7d89

Browse files
author
Sergey Kanzhelev
committed
add AI resource - fix issue
1 parent 5daa02a commit 5fe7d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"type": "microsoft.insights/components",
109109
"location": "Central US",
110110
"dependsOn": [ "[concat('Microsoft.Web/sites/', parameters('siteName'))]" ],
111-
"tags": { "[concat('hidden-link:', resourceGroup().id, '/providers/Microsoft.Web/sites/', parameters('name'))]": "Resource" },
111+
"tags": { "[concat('hidden-link:', resourceGroup().id, '/providers/Microsoft.Web/sites/', parameters('siteName'))]": "Resource" },
112112
"properties": { "ApplicationId": "[parameters('siteName')]" }
113113
}
114114
]

0 commit comments

Comments
 (0)