Skip to content

Commit d082f4f

Browse files
Azure Docs: Azure Monitor (#601)
1 parent cf39e98 commit d082f4f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/content/docs/azure/services/monitor.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ az storage account create \
9292
List recent activity logs from the subscription:
9393

9494
```bash
95-
azlocal monitor activity-log list --max-events 5
95+
az monitor activity-log list --max-events 5
9696
```
9797

9898
```bash title="Output"
@@ -155,6 +155,7 @@ az monitor diagnostic-settings create \
155155
"metrics": [],
156156
"storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-monitor-demo/providers/microsoft.Storage/storageAccounts/stmonitordoc79",
157157
"type": "microsoft.insights/diagnosticSettings"
158+
...
158159
}
159160
```
160161

@@ -305,10 +306,7 @@ The Azure Monitor emulator supports the following features:
305306

306307
## Samples
307308

308-
Explore the following samples to get started with Service Bus on LocalStack:
309-
310-
- [Azure Functions App with Service Bus Messaging](https://github.com/localstack/localstack-azure-samples/blob/main/samples/function-app-service-bus/dotnet/)
311-
- [Azure Web App with Azure Cosmos DB for MongoDB](https://github.com/localstack/localstack-azure-samples/blob/main/samples/web-app-cosmosdb-mongodb-api/python/)
309+
Explore end-to-end examples in the [LocalStack for Azure Samples](https://github.com/localstack/localstack-azure-samples) repository.
312310

313311
## API Coverage
314312

0 commit comments

Comments
 (0)