Skip to content

Commit b30a3ef

Browse files
committed
Learn Editor: Update howto-configure-data-lake.md
1 parent 9fb1f66 commit b30a3ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-data-lake.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Configure a data lake connector to connect to an Azure Data Lake Storage Gen2 (A
156156

157157
```bash
158158
kubectl create secret generic my-sas \
159-
--from-literal=accessToken='sv=2022-11-02&ss=b&srt=c&sp=rwdlax&se=2023-07-22T05:47:40Z&st=2023-07-21T21:47:40Z&spr=https&sig=xDkwJUO....'
159+
--from-literal=accessToken='sv=2022-11-02&ss=b&srt=c&sp=rwdlax&se=2023-07-22T05:47:40Z&st=2023-07-21T21:47:40Z&spr=https&sig=xDkwJUO....' \
160+
-n azure-iot-operations
160161
```
161162

162163
1. Create a [DataLakeConnector](#datalakeconnector) resource that defines the configuration and endpoint settings for the connector. You can use the YAML provided as an example, but make sure to change the following fields:

0 commit comments

Comments
 (0)