We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186391a commit 0a0031aCopy full SHA for 0a0031a
articles/iot-operations/manage-mqtt-broker/howto-test-connection.md
@@ -638,12 +638,12 @@ az deployment group create --resource-group <RESOURCE_GROUP> --template-file <FI
638
apiVersion: mqttbroker.iotoperations.azure.com/v1beta1
639
kind: BrokerListener
640
metadata:
641
- name: nodeport
+ name: <LISTENER_NAME>
642
namespace: azure-iot-operations
643
spec:
644
brokerRef: default
645
serviceType: <SERVICE_TYPE> # LoadBalancer or NodePort
646
- serviceName: <NAME>
+ serviceName: <SERVICE_NAME>
647
ports:
648
- port: 1883
649
nodePort: 31883 # If using NodePort
0 commit comments