Skip to content

Commit 71fa0b5

Browse files
authored
UUR 288596
1 parent 8f54e42 commit 71fa0b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/overview-managed-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ App Service and Azure Functions provide an internally accessible [REST endpoint]
269269

270270
# [HTTP GET](#tab/http)
271271

272-
A raw HTTP GET request looks like the following example:
272+
A raw HTTP GET request uses the [two supplied environment variables](#rest-endpoint-reference) and looks like the following example:
273273

274274
```http
275275
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
276+
Host: <ip-address-:-port-in-IDENTITY_ENDPOINT>
277+
X-IDENTITY-HEADER: <value-of-IDENTITY_HEADER>
278278
```
279279

280280
And a sample response might look like the following:

0 commit comments

Comments
 (0)