Skip to content

Commit 5d54332

Browse files
authored
Fix client-secret placeholder in authentication.md
Adding a missing "<" bracket into the last Azure CLI command in this article. This was raised internally through a supportability request.
1 parent 82c28d0 commit 5d54332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Follow these steps to set up secure access:
278278
--name <APP_NAME> \
279279
--resource-group <RESOURCE_GROUP> \
280280
--client-id <APP_ID> \
281-
--client-secret CLIENT_SECRET> \
281+
--client-secret <CLIENT_SECRET> \
282282
--tenant-id <TENANT_ID> \
283283
--yes
284284
```

0 commit comments

Comments
 (0)