Skip to content

Commit bddfc84

Browse files
WIP: temporary save
1 parent 6357178 commit bddfc84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-apps/client-certificate-authorization.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before you run the following commands, make sure to replace the placeholders sur
5151

5252
Get the ARM ID of your container app:
5353

54-
```azurecli
54+
```bash
5555
APP_ID=$(az containerapp show \
5656
--name <APP_NAME> \
5757
--resource-group <RESOURCE_GROUP> \
@@ -76,6 +76,9 @@ az rest \
7676
}'
7777
```
7878

79+
> [!NOTE]
80+
> Be sure to use a valid and stable API version that supports this feature. For example, replace <API_VERSION> in the command with 2025-01-01 or another supported version.
81+
7982
The value for `clientCertificateMode` varies what you need to provide for Container Apps to manage your certificate:
8083
- When `require` is set, the client must provide a certificate.
8184
- When `accept` is set, the certificate is optional. If the client provides a certificate, it passes to the app in the `X-Forwarded-Client-Cert` header, as a semicolon-separated list.

0 commit comments

Comments
 (0)