Skip to content

Commit d840b81

Browse files
Venkata YaddanapudiVenkata Yaddanapudi
authored andcommitted
changes to cert limit, jwt article
1 parent 0232f7b commit d840b81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/event-grid/includes/limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
3636
| MQTT outbound publish requests per namespace | Up to 1,000 messages per second or 1 MB per second per TU (whichever comes first) |
3737
| MQTT outbound publish requests per client | 100 messages per second |
3838
| Registered client resources | 10,000 clients per TU |
39-
| CA certificates | 2 |
39+
| CA certificates | 10 |
4040
| Client groups | 10 |
4141
| Topic spaces | 10 |
4242
| Topic templates | 10 per topic space |

articles/event-grid/mqtt-client-azure-ad-token-and-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: JWT authentication and RBAC authorization for clients with Azure AD identity
2+
title: Azure AD JWT authentication and RBAC authorization for clients with Azure AD identity
33
description: Describes JWT authentication and RBAC roles to authorize clients with Azure AD identity to publish or subscribe MQTT messages
44
ms.topic: conceptual
55
ms.date: 8/11/2023
66
author: veyaddan
77
ms.author: veyaddan
88
---
99

10-
# Authenticating and Authorizing access to publish or subscribe to MQTT messages
10+
# Azure AD JWT authentication and Azure RBAC authorization to publish or subscribe MQTT messages
1111
You can authenticate MQTT clients with Azure AD JWT to connect to Event Grid namespace. You can use Azure role-based access control (Azure RBAC) to enable MQTT clients, with Azure Active Directory identity, to publish or subscribe access to specific topic spaces.
1212

1313
> [!IMPORTANT]

0 commit comments

Comments
 (0)