We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f54e42 commit 71fa0b5Copy full SHA for 71fa0b5
articles/app-service/overview-managed-identity.md
@@ -269,12 +269,12 @@ App Service and Azure Functions provide an internally accessible [REST endpoint]
269
270
# [HTTP GET](#tab/http)
271
272
-A raw HTTP GET request looks like the following example:
+A raw HTTP GET request uses the [two supplied environment variables](#rest-endpoint-reference) and looks like the following example:
273
274
```http
275
GET /MSI/token?resource=https://vault.azure.net&api-version=2019-08-01 HTTP/1.1
276
-Host: localhost:4141
277
-X-IDENTITY-HEADER: 00001111-aaaa-2222-bbbb-3333cccc4444
+Host: <ip-address-:-port-in-IDENTITY_ENDPOINT>
+X-IDENTITY-HEADER: <value-of-IDENTITY_HEADER>
278
```
279
280
And a sample response might look like the following:
0 commit comments