Skip to content

Commit 98ba2be

Browse files
committed
UUF issues
1 parent a3b7c54 commit 98ba2be

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

articles/reliability/reliability-event-hubs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ When you create availability zones in a region that supports them, availability
5151
[Relocate Event Hubs to another region](../operational-excellence/relocation-event-hub.md).
5252

5353

54-
### Pricing
55-
Need Info. Any pricing considerations when using availability zones?
56-
57-
5854
## Cross-region disaster recovery and business continuity
5955

6056
[!INCLUDE [introduction to disaster recovery](includes/reliability-disaster-recovery-description-include.md)]

articles/service-bus-messaging/compare-messaging-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure Event Grid is a highly scalable, fully managed Pub Sub message distributio
3131

3232
The service provides an eventing backbone that enables event-driven and reactive programming. It uses the publish-subscribe model. Publishers emit events, but have no expectation about how the events are handled. Subscribers decide on which events they want to handle.
3333

34-
Event Grid is deeply integrated with other Azure services and can be integrated with third-party services. It simplifies event consumption and lowers costs by eliminating the need for constant polling. Event Grid efficiently and reliably routes events from Azure and non-Azure resources. It distributes the events to registered subscriber endpoints. The event message has the information you need to react to changes in services and applications. Event Grid isn't a data pipeline, and doesn't deliver the actual object that was updated.
34+
Event Grid is deeply integrated with other Azure services and can be integrated with third-party services. It simplifies event consumption and lowers costs by eliminating the need for constant polling. Event Grid efficiently and reliably routes events from Azure and non-Azure resources. It distributes the events to registered subscriber endpoints. The event message has the information you need to react to changes in services and applications.
3535

3636
It has the following characteristics:
3737

articles/stream-analytics/azure-data-explorer-managed-identity.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ For the Stream Analytics job to access your Azure Data Explorer cluster using ma
4444

4545
| Role | Permissions |
4646
|---------------|-------------------------------------------------------------------------------------|
47-
| Data ingestor | Can ingest data into all existing tables in the database, but can't query the data. |
48-
| Data monitor | Can execute .show commands in the context of the database and its child entities. |
47+
| Ingestor | Can ingest data into all existing tables in the database, but can't query the data. |
48+
| Monitor | Can execute .show commands in the context of the database and its child entities. |
49+
50+
For more information about roles supported Azure Data Explorer, see [Role-based access control in Azure Data Explorer](/kusto/access-control/role-based-access-control?view=azure-data-explorer&preserve-view=true#roles-and-permissions).
4951

5052
1. Select **Access control (IAM)**.
5153

@@ -55,7 +57,7 @@ For the Stream Analytics job to access your Azure Data Explorer cluster using ma
5557

5658
| Setting | Value |
5759
| --- | --- |
58-
| Role | Data ingestor and Data monitor |
60+
| Role | Ingestor and Monitor |
5961
| Assign access to | User, group, or service principal |
6062
| Members | \<Name of your Stream Analytics job> |
6163

0 commit comments

Comments
 (0)