Skip to content

Commit 915f8aa

Browse files
authored
Update azure-ad-authentication.md
1 parent 90a40f9 commit 915f8aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/azure-ad-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ The following SDKs and features are unsupported for use with Azure AD authentica
4242

4343
1. If you don't already have an identity, create one by using either a managed identity or a service principal.
4444

45-
1. We recommend using a managed identity:
45+
- We recommend using a managed identity:
4646

4747
[Set up a managed identity for your Azure service](../../active-directory/managed-identities-azure-resources/services-support-managed-identities.md) (Virtual Machines or App Service).
4848

49-
1. We don't recommend using a service principal:
49+
- We don't recommend using a service principal:
5050

5151
For more information on how to create an Azure AD application and service principal that can access resources, see [Create a service principal](../../active-directory/develop/howto-create-service-principal-portal.md).
5252

@@ -469,7 +469,7 @@ You can inspect network traffic by using a tool like Fiddler. To enable the traf
469469
}
470470
```
471471

472-
Or add the following JVM args while running your application:`-Djava.net.useSystemProxies=true -Dhttps.proxyHost=localhost -Dhttps.proxyPort=8888`
472+
Or add the following JVM args while running your application: `-Djava.net.useSystemProxies=true -Dhttps.proxyHost=localhost -Dhttps.proxyPort=8888`
473473

474474
If Azure AD is enabled in the agent, outbound traffic will include the HTTP header `Authorization`.
475475

0 commit comments

Comments
 (0)