File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-monitor/agents Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ The protected settings are defined in the [PrivateConfig element](diagnostics-ex
95
95
{
96
96
"storageAccountName" : " mystorageaccount" ,
97
97
"storageAccountKey" : " xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ,
98
- "storageAccountEndPoint" : " https://mystorageaccount.blob. core.windows.net"
98
+ "storageAccountEndPoint" : " https://core.windows.net"
99
99
}
100
100
```
101
101
@@ -179,7 +179,7 @@ The following minimal example of a configuration file enables collection of diag
179
179
"PrivateConfig" : {
180
180
"storageAccountName" : " mystorageaccount" ,
181
181
"storageAccountKey" : " xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ,
182
- "storageAccountEndPoint" : " https://mystorageaccount.blob. core.windows.net"
182
+ "storageAccountEndPoint" : " https://core.windows.net"
183
183
}
184
184
}
185
185
```
You can’t perform that action at this time.
0 commit comments