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 @@ -213,7 +213,7 @@ PUT https://management.azure.com/providers/Microsoft.Insights/monitoredObjects/{
213
213
| ` dataCollectionRuleID ` | The resource ID of an existing Data Collection Rule that you created in the ** same region** as the Monitored Object. |
214
214
215
215
216
- ### Using PowerShell for Onboarding
216
+ ### Using PowerShell for onboarding
217
217
``` PowerShell
218
218
$TenantID = "xxxxxxxxx-xxxx-xxx" #Your Tenant ID
219
219
$SubscriptionID = "xxxxxx-xxxx-xxxxx" #Your Subscription ID
@@ -318,7 +318,7 @@ $requestURL = "https://management.azure.com$RespondId/providers/microsoft.insigh
318
318
319
319
```
320
320
321
- ### Using PowerShell for Offboarding
321
+ ### Using PowerShell for offboarding
322
322
``` PowerShell
323
323
#This will remove the monitor object
324
324
$TenantID = "xxxxxxxxx-xxxx-xxx" #Your Tenant ID
You can’t perform that action at this time.
0 commit comments