Skip to content

Commit eda84a2

Browse files
committed
Fix outdated section name
1 parent 3443df7 commit eda84a2

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Azure IoT Operations deploys a default *BrokerAuthentication* resource named `de
3939
# [Portal](#tab/portal)
4040

4141
1. In the Azure portal, navigate to your IoT Operations instance.
42-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
42+
1. Under **Components**, select **MQTT Broker**.
4343
1. Select the **Authentication** tab.
4444
1. From authentication policy list, select the **default** policy name.
4545

@@ -176,7 +176,7 @@ To add an authentication method to a policy:
176176
# [Portal](#tab/portal)
177177

178178
1. In the Azure portal, navigate to your IoT Operations instance.
179-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
179+
1. Under **Components**, select **MQTT Broker**.
180180
1. Select the **Authentication** tab.
181181
1. Choose an existing authentication policy or create a new one.
182182
1. Add a new method by selecting **Add method**.
@@ -404,7 +404,7 @@ Once the trusted CA certificate is imported, enable X.509 client authentication
404404
# [Portal](#tab/portal)
405405

406406
1. In the Azure portal, navigate to your IoT Operations instance.
407-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
407+
1. Under **Components**, select **MQTT Broker**.
408408
1. Select the **Authentication** tab.
409409
1. Choose an existing authentication policy or create a new one.
410410
1. Add a new method by selecting **Add method**.
@@ -695,7 +695,7 @@ Modify the `authenticationMethods` setting in a *BrokerAuthentication* resource
695695
# [Portal](#tab/portal)
696696

697697
1. In the Azure portal, navigate to your IoT Operations instance.
698-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
698+
1. Under **Components**, select **MQTT Broker**.
699699
1. Select the **Authentication** tab.
700700
1. Choose an existing authentication policy or create a new one.
701701
1. Add a new method by selecting **Add method**.
@@ -852,7 +852,7 @@ For testing, you can disable authentication for a broker listener port. Disablin
852852
# [Portal](#tab/portal)
853853

854854
1. In the Azure portal, navigate to your IoT Operations instance.
855-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
855+
1. Under **Components**, select **MQTT Broker**.
856856
1. Select the broker listener you want to edit from the list.
857857
1. On the port you want to disable authentication, select **None** in the authentication dropdown.
858858

articles/iot-operations/manage-mqtt-broker/howto-configure-authorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following example shows how to create a *BrokerAuthorization* resource using
3737
# [Portal](#tab/portal)
3838

3939
1. In the Azure portal, navigate to your IoT Operations instance.
40-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
40+
1. Under **Components**, select **MQTT Broker**.
4141
1. Select the **Authorization** tab.
4242
1. Choose an existing authentication policy or create a new one by selecting **Create authorization policy**.
4343

@@ -764,7 +764,7 @@ kubectl edit brokerauthorization my-authz-policies
764764
# [Portal](#tab/portal)
765765

766766
1. In the Azure portal, navigate to your IoT Operations instance.
767-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
767+
1. Under **Components**, select **MQTT Broker**.
768768
1. Select the broker listener you want to edit from the list.
769769
1. On the port you want to disable authorization, select **None** in the authorization dropdown.
770770

articles/iot-operations/manage-mqtt-broker/howto-configure-brokerlistener.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To view or edit the default listener:
5151
# [Portal](#tab/portal)
5252

5353
1. In the Azure portal, navigate to your IoT Operations instance.
54-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
54+
1. Under **Components**, select **MQTT Broker**.
5555

5656
:::image type="content" source="media/howto-configure-brokerlistener/configure-broker-listener.png" alt-text="Screenshot using Azure portal to view Azure IoT Operations MQTT configuration.":::
5757

@@ -202,7 +202,7 @@ This example shows how to create a new listener with load balancer service type.
202202
# [Portal](#tab/portal)
203203

204204
1. In the Azure portal, navigate to your IoT Operations instance.
205-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
205+
1. Under **Components**, select **MQTT Broker**.
206206
1. Select **MQTT broker listener for LoadBalancer** > **Create**.
207207

208208
Enter the following settings:
@@ -537,7 +537,7 @@ The following is an example of a BrokerListener resource that enables TLS on por
537537
# [Portal](#tab/portal)
538538

539539
1. In the Azure portal, go to your IoT Operations instance.
540-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
540+
1. Under **Components**, select **MQTT Broker**.
541541
1. Select or create a listener. You can only create one listener per service type. If you already have a listener of the same service type, you can add more ports to the existing listener.
542542
1. You can add TLS settings to the listener by selecting the **TLS** on an existing port or by adding a new port.
543543

@@ -751,7 +751,7 @@ The following is an example of a BrokerListener resource that enables TLS on por
751751
# [Portal](#tab/portal)
752752

753753
1. In the Azure portal, navigate to your IoT Operations instance.
754-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
754+
1. Under **Components**, select **MQTT Broker**.
755755
1. Select or create a listener. You can only create one listener per service type. If you already have a listener of the same service type, you can add more ports to the existing listener. To follow the example, specify the listener service name as `mqtts-endpoint`.
756756
1. You can add TLS settings to the listener by selecting the **TLS** on an existing port or by adding a new port.
757757

articles/iot-operations/manage-mqtt-broker/howto-test-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ For example, to create a new broker listener with node port service type, servic
154154
# [Portal](#tab/portal)
155155

156156
1. In the Azure portal, go to your IoT Operations instance.
157-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
157+
1. Under **Components**, select **MQTT Broker**.
158158
1. Select **MQTT broker listener for NodePort** > **Create**. You can only create one listener per service type. If you already have a listener of the same service type, you can add more ports to the existing listener.
159159

160160
> [!CAUTION]
@@ -314,7 +314,7 @@ For example, to create a new broker listener with load balancer service type, se
314314
# [Portal](#tab/portal)
315315

316316
1. In the Azure portal, go to your IoT Operations instance.
317-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
317+
1. Under **Components**, select **MQTT Broker**.
318318
1. Select **MQTT broker listener for NodePort** > **Create**. You can only create one listener per service type. If you already have a listener of the same service type, you can add more ports to the existing listener.
319319

320320
> [!CAUTION]
@@ -521,7 +521,7 @@ The reason that MQTT broker uses TLS and service accounts authentication by defa
521521
# [Portal](#tab/portal)
522522

523523
1. In the Azure portal, go to your IoT Operations instance.
524-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
524+
1. Under **Components**, select **MQTT Broker**.
525525
1. Select **MQTT broker listener for NodePort** or **MQTT broker listener for LoadBalancer** > **Create**. You can only create one listener per service type. If you already have a listener of the same service type, you can add more ports to the existing listener.
526526

527527
> [!CAUTION]

articles/iot-operations/manage-mqtt-broker/overview-broker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ To view the settings for the default Broker:
214214
# [Portal](#tab/portal)
215215

216216
1. In the Azure portal, go to your Azure IoT Operations instance.
217-
1. Under **Azure IoT Operations resources**, select **MQTT Broker**.
217+
1. Under **Components**, select **MQTT Broker**.
218218
1. Under **Broker details**, select **JSON view**.
219219

220220
# [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)