Skip to content

Commit b7eb5c5

Browse files
committed
fixed issues from feedback
1 parent 1438157 commit b7eb5c5

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

articles/event-grid/handler-webhooks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Webhooks as event handlers for Azure Event Grid events
3-
description: Describes how you can use Webhooks as event handlers for Azure Event Grid events. Azure Automation runbooks and logic apps are supported as event handlers via webhooks.
3+
description: Describes how you can use webhooks as event handlers for Azure Event Grid events. Azure Automation runbooks and logic apps are supported as event handlers via webhooks.
44
services: event-grid
55
author: spelluru
66

@@ -10,13 +10,13 @@ ms.date: 05/11/2020
1010
ms.author: spelluru
1111
---
1212

13-
# Webhooks, Automation runbooks, Logic apps as event handlers for Azure Event Grid events
14-
An event handler is the place where the event is sent. The handler takes some further action to process the event. Several Azure services are automatically configured to handle events. You can also use any WebHook for handling events. The WebHook doesn't need to be hosted in Azure to handle events. Event Grid only supports HTTPS WebHook endpoints.
13+
# Webhooks, Automation runbooks, Logic Apps as event handlers for Azure Event Grid events
14+
An event handler is the place where the event is sent. The handler takes some further action to process the event. Several Azure services are automatically configured to handle events. You can also use any WebHook for handling events. The WebHook doesn't need to be hosted in Azure to handle events. Event Grid only supports HTTPS Webhook endpoints.
1515

1616
> [!NOTE]
1717
> Azure Automation runbooks and logic apps are supported as event handlers via webhooks.
1818
19-
## WebHooks
19+
## Webhooks
2020
See the following articles for an overview and examples of using webhooks as event handlers.
2121

2222
|Title |Description |

articles/event-grid/quotas-limits.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ ms.author: shvija
1313

1414
---
1515
# Azure Event Grid quotas and limits
16+
This article lists quotas and limits in Azure Event Grid.
1617

17-
This section lists basic quotas and limits in Azure Event Hubs.
18-
18+
## Quotas and limits
1919
[!INCLUDE [event-grid-limits](../../includes/event-grid-limits.md)]
2020

2121
## Next steps
22-
23-
You can learn more about Event Grid by visiting the following links:
24-
25-
- [What's Azure Event Grid?](overview.md)
26-
- [Event Grid concepts and terminology](concepts.md)
22+
See [Azure subscription and service limits, quotas, and constraints](..//azure-resource-manager/management/azure-subscription-service-limits.md) for quotas and limits of all Azure services.

includes/event-grid-limits.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: include file
33
description: include file
44
services: event-grid
5-
author: tfitzmac
5+
author: spelluru
66
ms.service: event-grid
77
ms.topic: include
8-
ms.date: 05/22/2019
9-
ms.author: tomfitz
8+
ms.date: 05/18/2020
9+
ms.author: spelluru
1010
ms.custom: include file
1111
---
1212

@@ -24,4 +24,6 @@ The following limits apply to Azure Event Grid system topics and custom topics,
2424
| Domain scope event subscriptions | 50 |
2525
| Publish rate for an event domain (ingress) | 5,000 events per second |
2626
| Publish requests for an event domain | 250 per second |
27-
| Event Domains per Azure Subscription | 100 |
27+
| Event Domains per Azure Subscription | 100 |
28+
| Private endpoint connections per topic or domain | 64 |
29+
| IP Firewall rules per topic or domain | 16 |

0 commit comments

Comments
 (0)