Skip to content

Commit ec83444

Browse files
Merge pull request #271051 from jomacedo/docs-editor/howto-configure-data-lake-1712152562
ADD namespace arg to Data Lake SAS secret creation command.
2 parents 6e3f92d + 0818c35 commit ec83444

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)