Skip to content

Commit 98d72c3

Browse files
committed
refactor
1 parent 1b91c90 commit 98d72c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/azure/sdk/authentication/local-development-dev-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ ms.custom:
1212

1313
# Authenticate .NET apps to Azure services during local development using developer accounts
1414

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:
1616

1717
- 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.
1919
- Use a [service principal](local-development-service-principal.md).
2020

2121
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

Comments
 (0)