Skip to content

Commit 5900127

Browse files
authored
Merge pull request #95640 from yeongseon/patch-2
Update create-new-resource.md
2 parents 7917529 + 6288c5c commit 5900127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/create-new-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ az monitor app-insights component create --app
120120
#### Example
121121

122122
```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
124124
```
125125

126126
#### Results
127127

128128
```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
130130
{
131131
"appId": "87ba512c-e8c9-48d7-b6eb-118d4aee2697",
132132
"applicationId": "demoApp",

0 commit comments

Comments
 (0)