Skip to content

Commit 8311488

Browse files
authored
Apply suggestions from code review
1 parent 44c65e9 commit 8311488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/agents/azure-monitor-agent-windows-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ PUT https://management.azure.com/providers/Microsoft.Insights/monitoredObjects/{
213213
| `dataCollectionRuleID` | The resource ID of an existing Data Collection Rule that you created in the **same region** as the Monitored Object. |
214214

215215

216-
### Using PowerShell for Onboarding
216+
### Using PowerShell for onboarding
217217
```PowerShell
218218
$TenantID = "xxxxxxxxx-xxxx-xxx" #Your Tenant ID
219219
$SubscriptionID = "xxxxxx-xxxx-xxxxx" #Your Subscription ID
@@ -318,7 +318,7 @@ $requestURL = "https://management.azure.com$RespondId/providers/microsoft.insigh
318318
319319
```
320320

321-
### Using PowerShell for Offboarding
321+
### Using PowerShell for offboarding
322322
```PowerShell
323323
#This will remove the monitor object
324324
$TenantID = "xxxxxxxxx-xxxx-xxx" #Your Tenant ID

0 commit comments

Comments
 (0)