Skip to content
Open
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
8 changes: 3 additions & 5 deletions src/content/docs/azure/services/monitor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
...
}
```

Expand Down Expand Up @@ -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

Expand Down