Skip to content

Commit 16e6891

Browse files
authored
Merge pull request #153926 from spelluru/egridquota0409
No email
2 parents 52a18bc + 7646a13 commit 16e6891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/troubleshoot-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Event Grid - Troubleshooting guide
33
description: This article provides a list of error codes, error messages, descriptions, and recommended actions.
44
ms.topic: conceptual
5-
ms.date: 07/07/2020
5+
ms.date: 04/09/2021
66
---
77

88
# Troubleshoot Azure Event Grid errors
@@ -25,7 +25,7 @@ This troubleshooting guide provides you the following information:
2525
| ---------- | ------------- | ----------- | -------------- |
2626
| HttpStatusCode.Conflict <br/>409 | Topic with the specified name already exists. Choose a different topic name. | The custom topic name should be unique in a single Azure region to ensure a correct publishing operation. The same name can be used in different Azure regions. | Choose a different name for the topic. |
2727
| HttpStatusCode.Conflict <br/> 409 | Domain with the specified already exists. Choose a different domain name. | The domain name should be unique in a single Azure region to ensure a correct publishing operation. The same name can be used in different Azure regions. | Choose a different name for the domain. |
28-
| HttpStatusCode.Conflict<br/>409 | Quota limit reached. For more information on these limits, see [Azure Event Grid limits](../azure-resource-manager/management/azure-subscription-service-limits.md#event-grid-limits). | Each Azure subscription has a limit on the number of Azure Event Grid resources that it can use. Some or all of this quota had been exceeded and no more resources could be created. | Check your current resources usage and delete any that aren't needed. If you still need to increase your quota, send an email to [[email protected]](mailto:[email protected]) with the exact number of resources needed. |
28+
| HttpStatusCode.Conflict<br/>409 | Quota limit reached. For more information on these limits, see [Azure Event Grid limits](../azure-resource-manager/management/azure-subscription-service-limits.md#event-grid-limits). | Each Azure subscription has a limit on the number of Azure Event Grid resources that it can use. Some or all of this quota had been exceeded and no more resources could be created. | Check your current resources usage and delete any that aren't needed. If you can't delete any resources, create another Azure subscription and create Event Grid resources in that subscription. |
2929

3030
## Error code: 403
3131

0 commit comments

Comments
 (0)