Skip to content

Commit 5404ba5

Browse files
authored
Merge pull request #100579 from ketan-chawda-msft/patch-1
Azure CXP fixed MicrosoftDocs/azure-docs#45767
2 parents 7aaaa78 + e1f92de commit 5404ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Application Insights is recommended for monitoring your function apps. The Appli
8686
},
8787
"properties": {
8888
"Application_Type": "web",
89-
"ApplicationId": "[variables('functionAppName')]"
89+
"ApplicationId": "[variables('appInsightsName')]"
9090
}
9191
},
9292
```

0 commit comments

Comments
 (0)