Skip to content

Commit 47d414f

Browse files
committed
Update
1 parent 232d878 commit 47d414f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

articles/azure-web-pubsub/howto-connect-mqtt-websocket-client.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ You could also add custom claims into the access token, and these values are pre
7979

8080
1. Follow [Getting started with server SDK](./reference-server-sdk-js.md#getting-started) to create a `WebPubSubServiceClient` object `service`
8181

82+
> [!NOTE]
83+
> Generating MQTT client access URL is supported since [version 1.1.3](https://www.npmjs.com/package/@azure/web-pubsub/v/1.1.3?activeTab=versions).
84+
8285
2. Generate Client Access URL by calling `WebPubSubServiceClient.getClientAccessToken`:
8386

8487
```js
@@ -89,6 +92,9 @@ You could also add custom claims into the access token, and these values are pre
8992

9093
1. Follow [Getting started with server SDK](./reference-server-sdk-csharp.md#getting-started) to create a `WebPubSubServiceClient` object `service`
9194

95+
> [!NOTE]
96+
> Generating MQTT client access URL is supported since [version 1.4.0](https://www.nuget.org/packages/Azure.Messaging.WebPubSub/1.4.0).
97+
9298
2. Generate Client Access URL by calling `WebPubSubServiceClient.GetClientAccessUri`:
9399

94100
```csharp
@@ -99,6 +105,9 @@ You could also add custom claims into the access token, and these values are pre
99105

100106
1. Follow [Getting started with server SDK](./reference-server-sdk-python.md#install-the-package) to create a `WebPubSubServiceClient` object `service`
101107

108+
> [!NOTE]
109+
> Generating MQTT client access URL is supported since [version 1.2.0](https://pypi.org/project/azure-messaging-webpubsubservice/1.2.0/).
110+
102111
2. Generate Client Access URL by calling `WebPubSubServiceClient.get_client_access_token`:
103112

104113
```python
@@ -109,6 +118,10 @@ You could also add custom claims into the access token, and these values are pre
109118

110119
1. Follow [Getting started with server SDK](./reference-server-sdk-java.md#getting-started) to create a `WebPubSubServiceClient` object `service`
111120

121+
> [!NOTE]
122+
> Generating MQTT client access URL is supported since [version 1.3.0](https://central.sonatype.com/artifact/com.azure/azure-messaging-webpubsub/1.3.0).
123+
124+
112125
2. Generate Client Access URL by calling `WebPubSubServiceClient.getClientAccessToken`:
113126

114127
```java

articles/azure-web-pubsub/howto-develop-event-listener.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.date: 09/30/2022
1212

1313
> [!NOTE]
1414
> Event listener feature is in preview.
15+
> Sending MQTT client events to event listener is not supported yet.
1516
1617
## Overview
1718

@@ -76,7 +77,7 @@ Find your Azure Web PubSub service from **Azure portal**. Navigate to **Identity
7677

7778
In this article, you learned how event listeners work and how to configure an event listener with an event hub endpoint. To learn the data format sent to Event Hubs, read the following specification.
7879

79-
> [!div class="nextstepaction"]
80+
> [!div class="nextstepaction"]
8081
> [Specification: CloudEvents AMQP extension for Azure Web PubSub](./reference-cloud-events-amqp.md)
8182
8283
<!--TODO: Add demo-->

0 commit comments

Comments
 (0)