Skip to content

Commit c0144b8

Browse files
Merge pull request #252507 from veyaddan/vy-mqtt-qs-0525
changes to cert limit, jwt article
2 parents 94208b1 + d840b81 commit c0144b8

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
@@ -51,7 +51,7 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
5151
| Topic filters per MQTT SUBSCRIBE packet | 10 |
5252
| Maximum keep-alive interval | 1160 |
5353
| Registered client resources | 10,000 clients per TU |
54-
| CA certificates | 2 |
54+
| CA certificates | 10 |
5555
| Client groups | 10 |
5656
| Topic spaces | 10 |
5757
| 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)