Skip to content

Commit 8eff1ce

Browse files
billwertscottaddie
andauthored
Update articles/java/sdk/troubleshooting-authentication-azure-hosted.md
Co-authored-by: Scott Addie <[email protected]>
1 parent b30d7ec commit 8eff1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/java/sdk/troubleshooting-authentication-azure-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ When you use `ManagedIdentityCredential`, you can optionally try/catch for `Cred
7373

7474
#### Verify that the App Service Managed Identity endpoint is available
7575

76-
If you have access to SSH into the App Service instance, you can verify that managed identity is available in the environment. Use `curl` to validate that the managed identity is available, as shown in the following example:
76+
If you have access to SSH into the App Service instance, you can verify that managed identity is available in the environment. Use `curl` to validate that the managed identity is available, as shown in the following example:
7777

7878
```bash
7979
curl "$IDENTITY_ENDPOINT?resource=https://management.core.windows.net&api-version=2019-08-01" -H "X-IDENTITY-HEADER: $IDENTITY_HEADER"

0 commit comments

Comments
 (0)