From a43dcf53da5cf46dcbe54ffe520dd27a62e05346 Mon Sep 17 00:00:00 2001 From: Paolo Salvatori Date: Wed, 22 Apr 2026 10:22:52 +0200 Subject: [PATCH] docs: update Azure Monitor article (DOC-187) --- src/content/docs/azure/services/monitor.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/content/docs/azure/services/monitor.mdx b/src/content/docs/azure/services/monitor.mdx index 16d9958b..f24f8a5a 100644 --- a/src/content/docs/azure/services/monitor.mdx +++ b/src/content/docs/azure/services/monitor.mdx @@ -92,7 +92,7 @@ az storage account create \ List recent activity logs from the subscription: ```bash -azlocal monitor activity-log list --max-events 5 +az monitor activity-log list --max-events 5 ``` ```bash title="Output" @@ -155,6 +155,7 @@ az monitor diagnostic-settings create \ "metrics": [], "storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-monitor-demo/providers/microsoft.Storage/storageAccounts/stmonitordoc79", "type": "microsoft.insights/diagnosticSettings" +... } ``` @@ -305,10 +306,7 @@ The Azure Monitor emulator supports the following features: ## Samples -Explore the following samples to get started with Service Bus on LocalStack: - -- [Azure Functions App with Service Bus Messaging](https://github.com/localstack/localstack-azure-samples/blob/main/samples/function-app-service-bus/dotnet/) -- [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/) +Explore end-to-end examples in the [LocalStack for Azure Samples](https://github.com/localstack/localstack-azure-samples) repository. ## API Coverage