Skip to content

Commit 0a5c193

Browse files
Merge pull request #296203 from vturecek/msi-http-update
Container Apps - fix managed identity endpoint URL
2 parents 00e9c6b + 355bce3 commit 0a5c193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ A raw HTTP `GET` request looks like the following example.
305305
Obtain the token endpoint URL from the `IDENTITY_ENDPOINT` environment variable. `x-identity-header` contains the GUID that is stored in the `IDENTITY_HEADER` environment variable.
306306

307307
```http
308-
GET http://localhost:42356/msi/token?resource=https://vault.azure.net&api-version=2019-08-01 HTTP/1.1
308+
GET http://${IDENTITY_ENDPOINT}?resource=https://vault.azure.net&api-version=2019-08-01 HTTP/1.1
309309
x-identity-header: 853b9a84-5bfa-4b22-a3f3-0b9a43d9ad8a
310310
```
311311

0 commit comments

Comments
 (0)