File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,13 +120,13 @@ az monitor app-insights component create --app
120
120
#### Example
121
121
122
122
``` azurecli
123
- az monitor app-insights component create --app demoApp --location westus2 --kind web -g demoRg --application-type web
123
+ az monitor app-insights component create --app demoApp --location westus2 --kind web --resource-group demoRg --application-type web
124
124
```
125
125
126
126
#### Results
127
127
128
128
``` azurecli
129
- az monitor app-insights component create --app demoApp --location eastus --kind web -g demoApp --application-type web
129
+ az monitor app-insights component create --app demoApp --location eastus --kind web --resource-group demoApp --application-type web
130
130
{
131
131
"appId": "87ba512c-e8c9-48d7-b6eb-118d4aee2697",
132
132
"applicationId": "demoApp",
You can’t perform that action at this time.
0 commit comments