Skip to content

Commit 892ab88

Browse files
authored
Merge pull request #115779 from spelluru/egridmsi0519
Event Grid updates
2 parents 4a06f56 + bc6a4c1 commit 892ab88

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

articles/event-grid/managed-service-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use managed service identity to forward events Azure Event Grid subscriptions
2+
title: Event delivery with managed service identity
33
description: This article describes how to enable managed service identity for an Azure event grid topic. Use it to forward events to supported destinations.
44
services: event-grid
55
author: spelluru
@@ -10,7 +10,7 @@ ms.date: 04/24/2020
1010
ms.author: spelluru
1111
---
1212

13-
# Enable and use managed service identity for an event grid topic or domain
13+
# Event delivery with managed identity
1414
This article describes how to enable [managed service identity](../active-directory/managed-identities-azure-resources/overview.md) for an event grid topic or domain. Use it to forward events to supported destinations such as Service Bus queues and topics, event hubs, and storage accounts.
1515

1616
Here are the steps that are covered in detail in this article:

articles/event-grid/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
href: configure-firewall.md
225225
- name: Secure WebHook with AAD
226226
href: secure-webhook-delivery.md
227-
- name: Publish with Managed Identities
227+
- name: Event delivery with managed identity
228228
href: managed-service-identity.md
229229
- name: Troubleshoot
230230
items:

includes/event-grid-limits.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ The following limits apply to Azure Event Grid system topics and custom topics,
1717
| Custom topics per Azure subscription | 100 |
1818
| Event subscriptions per topic | 500 |
1919
| Publish rate for a custom topic (ingress) | 5,000 events per second per topic |
20-
| Publish requests | 250 per second |
2120
| Event size | 1 MB. Operations are charged in 64 KB increments though. So, events over 64 KB will incur operations charges as though they were multiple events. For example, an event that is 130 KB would incur operations as though it were 3 separate events. |
2221
| Topics per event domain | 100,000 |
2322
| Event subscriptions per topic within a domain | 500 |
2423
| Domain scope event subscriptions | 50 |
2524
| Publish rate for an event domain (ingress) | 5,000 events per second |
26-
| Publish requests for an event domain | 250 per second |
2725
| Event Domains per Azure Subscription | 100 |
2826
| Private endpoint connections per topic or domain | 64 |
2927
| IP Firewall rules per topic or domain | 16 |

0 commit comments

Comments
 (0)