Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Get a MonitorResource

## EXAMPLES

### Example 1: List all dynatrace monitors under a subsciption
### Example 1: List all dynatrace monitors under a subscription
```powershell
Get-AzDynatraceMonitor
```
Expand All @@ -51,7 +51,7 @@ Name ProvisioningState Location MonitoringStatus SingleSignOnPropertyA
dyob-pwsh01 Succeeded eastus2euap Enabled {mpliftrlogz20210811outlook.onmicrosoft.com}
```

This command lists all dynatrace monitors under a subsciption.
This command lists all dynatrace monitors under a subscription.

### Example 2: List all dynatrace monitors under the resource group
```powershell
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Example 1: List all dynatrace monitors under a subsciption
### Example 1: List all dynatrace monitors under a subscription
```powershell
Get-AzDynatraceMonitor
```
Expand All @@ -9,7 +9,7 @@ Name ProvisioningState Location MonitoringStatus SingleSignOnPropertyA
dyob-pwsh01 Succeeded eastus2euap Enabled {mpliftrlogz20210811outlook.onmicrosoft.com}
```

This command lists all dynatrace monitors under a subsciption.
This command lists all dynatrace monitors under a subscription.

### Example 2: List all dynatrace monitors under the resource group
```powershell
Expand Down Expand Up @@ -48,4 +48,4 @@ Name ProvisioningState Location MonitoringStatus SingleSignOnPropertyA
dyob-pwsh01 Succeeded eastus2euap Enabled {mpliftrlogz20210811outlook.onmicrosoft.com}
```

This command gets a dynatrace monitor by pipeline.
This command gets a dynatrace monitor by pipeline.