Skip to content

Commit f07b2cb

Browse files
Update mqtt-publish-and-subscribe-portal.md
Client Authentication Name 'client1-authn-ID' was spelled as 'client-authn-ID', without the 1. This will cause a failure in connecting the client in a later step
1 parent 068fd41 commit f07b2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/mqtt-publish-and-subscribe-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ After a successful installation of Step, you should open a command prompt in you
9292
9393
:::image type="content" source="./media/mqtt-publish-and-subscribe-portal/add-client-menu.png" alt-text="Screenshot of the Clients page with Add button selected." lightbox="./media/mqtt-publish-and-subscribe-portal/add-client-menu.png":::
9494
1. On the **Create client** page, enter a **name** for the client. Client names must be unique in a namespace.
95-
1. Client authentication name is defaulted to the client name. For this tutorial, change it to `client-authn-ID`. You need to include this name as `Username` in the CONNECT packet.
95+
1. Client authentication name is defaulted to the client name. For this tutorial, change it to `client1-authn-ID`. You need to include this name as `Username` in the CONNECT packet.
9696
1. In this tutorial, you use thumbprint based authentication. Include the first client certificate’s thumbprint in the **Primary Thumbprint**.
9797
9898
:::image type="content" source="./media/mqtt-publish-and-subscribe-portal/mqtt-client1-metadata.png" alt-text="Screenshot of client 1 configuration.":::

0 commit comments

Comments
 (0)