Skip to content

Commit 86ab9b3

Browse files
Merge pull request #218655 from bwren/patch-42
Update diagnostics-extension-windows-install.md
2 parents ddba5dd + 639d67e commit 86ab9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/agents/diagnostics-extension-windows-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The protected settings are defined in the [PrivateConfig element](diagnostics-ex
9595
{
9696
"storageAccountName": "mystorageaccount",
9797
"storageAccountKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
98-
"storageAccountEndPoint": "https://mystorageaccount.blob.core.windows.net"
98+
"storageAccountEndPoint": "https://core.windows.net"
9999
}
100100
```
101101

@@ -179,7 +179,7 @@ The following minimal example of a configuration file enables collection of diag
179179
"PrivateConfig": {
180180
"storageAccountName": "mystorageaccount",
181181
"storageAccountKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
182-
"storageAccountEndPoint": "https://mystorageaccount.blob.core.windows.net"
182+
"storageAccountEndPoint": "https://core.windows.net"
183183
}
184184
}
185185
```

0 commit comments

Comments
 (0)