Skip to content

Commit 615d74c

Browse files
Merge pull request #314636 from Ajsalemo/main
Fix client-secret placeholder in authentication.md
2 parents 39bb577 + 5d54332 commit 615d74c

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)