Skip to content

Commit 01c6666

Browse files
committed
add to JSON body
1 parent 9ea611f commit 01c6666

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/api-management/developer-portal-integrate-application-insights.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Follow these steps to plug Application Insights into your managed or self-hosted
7878

7979
```json
8080
{
81+
"id": "/contentTypes/document/contentItems/configuration",
82+
"type": "Microsoft.ApiManagement/service/contentTypes/contentItems",
83+
"name": "configuration",
84+
"properties": {
8185
"nodes": [
8286
{
8387
"site": { ... },
@@ -88,6 +92,7 @@ Follow these steps to plug Application Insights into your managed or self-hosted
8892
}
8993
}
9094
]
95+
}
9196
}
9297
```
9398

0 commit comments

Comments
 (0)