Skip to content

Commit 09319da

Browse files
committed
Typo
1 parent 97077d4 commit 09319da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/iot-operations/create-edge-apps/howto-develop-mqttnet-apps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ The [sample code](https://github.com/Azure-Samples/explore-iot-operations/tree/m
2828
var mqttClient = mqttFactory.CreateMqttClient();
2929
```
3030

31-
1. The [Kubernetes pod specification](#pod-specification) mounts the service account on the container file system, and the file contents are read:
32-
##3. The mounted token is used as the password with the well known username `K8S-SAT`:
31+
1. The [Kubernetes pod specification](#pod-specification) mounts the service account on the container file system, and the file contents are read. The mounted token is used as the password with the well known username `K8S-SAT`:
3332

3433
```csharp
3534
static string sat_auth_file = "/var/run/secrets/tokens/mqtt-client-token";

0 commit comments

Comments
 (0)