Skip to content

Commit 965b5cc

Browse files
authored
Merge pull request #277039 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 91af05b + 9ab6ec5 commit 965b5cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/event-grid/event-schema-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.date: 10/06/2023
66
---
77

8-
# Azure Resource Notifications - Resource Management events in Azure Event Grid (Preview)
8+
# Azure Resource Notifications - Resource Management events in Azure Event Grid
99
The Azure Resource Management system topic provides insights into the life cycle of various Azure resources.
1010

1111
The Event Grid system topics for Azure subscriptions and Azure resource groups provide resource life cycle events using a broader range of event types including action, write, and delete events for scenarios involving success, failure, and cancellation. However, it's worth noting that they don't include the resource payload. For details about these events, see [Event Grid system topic for Azure subscriptions](event-schema-subscriptions.md) and [Event Grid system topic for Azure resource groups](event-schema-resource-groups.md).

articles/event-grid/mqtt-publish-and-subscribe-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ az eventgrid namespace permission-binding create -g {Resource Group} --namespace
102102
Use the command to create the second permission binding. Update the command with your resource group, namespace name, and permission binding name. This permission binding is for subscribers.
103103

104104
```azurecli-interactive
105-
az eventgrid namespace permission-binding create -g {Resource Group} --namespace-name {Namespace Name} -n {Name of second Permission Binding} --client-group-name '$all' --permission publisher --topic-space-name {Topicspace Name}
105+
az eventgrid namespace permission-binding create -g {Resource Group} --namespace-name {Namespace Name} -n {Name of second Permission Binding} --client-group-name '$all' --permission subscriber --topic-space-name {Topicspace Name}
106106
```
107107

108108
## Publish and subscribe to MQTT messages

0 commit comments

Comments
 (0)