Skip to content

Commit 7b4fbc0

Browse files
authored
Update virtual-machine-scale-sets-health-extension.md
1 parent 1a31802 commit 7b4fbc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-health-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ PUT on `/subscriptions/subscription_id/resourceGroups/myResourceGroup/providers/
258258
```json
259259
{
260260
"name": "myHealthExtension",
261+
"location": "<location>",
261262
"properties": {
262263
"publisher": "Microsoft.ManagedServices",
263264
"type": "ApplicationHealthWindows",
@@ -383,6 +384,7 @@ PUT on `/subscriptions/subscription_id/resourceGroups/myResourceGroup/providers/
383384
```json
384385
{
385386
"name": "myHealthExtension",
387+
"location": "<location>",
386388
"properties": {
387389
"publisher": "Microsoft.ManagedServices",
388390
"type": "ApplicationHealthWindows",

0 commit comments

Comments
 (0)