Skip to content

Commit 0a0031a

Browse files
committed
Fix placeholder
1 parent 186391a commit 0a0031a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,12 +638,12 @@ az deployment group create --resource-group <RESOURCE_GROUP> --template-file <FI
638638
apiVersion: mqttbroker.iotoperations.azure.com/v1beta1
639639
kind: BrokerListener
640640
metadata:
641-
name: nodeport
641+
name: <LISTENER_NAME>
642642
namespace: azure-iot-operations
643643
spec:
644644
brokerRef: default
645645
serviceType: <SERVICE_TYPE> # LoadBalancer or NodePort
646-
serviceName: <NAME>
646+
serviceName: <SERVICE_NAME>
647647
ports:
648648
- port: 1883
649649
nodePort: 31883 # If using NodePort

0 commit comments

Comments
 (0)