You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure/sdk/authentication/local-development-dev-accounts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ ms.custom:
12
12
13
13
# Authenticate .NET apps to Azure services during local development using developer accounts
14
14
15
-
During local development, applications need to authenticate to Azure to access various Azure services. You can authenticate locally using one of these approaches:
15
+
During local development, applications need to authenticate to Azure to use different Azure services. Authenticate locally using one of these approaches:
16
16
17
17
- Use a developer account with one of the [developer tools supported by the Azure Identity library](#supported-developer-tools-for-authentication).
18
-
-Delegate credential management to a [broker](local-development-broker.md).
18
+
-Use a [broker](local-development-broker.md) to manage credentials.
19
19
- Use a [service principal](local-development-service-principal.md).
20
20
21
21
This article explains how to authenticate using a developer account with tools supported by the Azure Identity library. In the sections ahead, you learn:
0 commit comments