Skip to content

Commit 36cb69a

Browse files
Merge pull request #233903 from alexwolfmsft/migration-guide-tweaks
removed redundancy
2 parents c52401b + 80eadc9 commit 36cb69a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

articles/storage/common/migrate-azure-credentials.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ The following tutorial explains how to migrate an existing application to connec
2424

2525
## Sign-in and migrate the app code to use passwordless connections
2626

27-
For local development, make sure you're authenticated with the same Azure AD account you assigned the role to on your Blob Storage account. You can authenticate via the Azure CLI, Visual Studio, Azure PowerShell, or other tools such as IntelliJ.
28-
2927
[!INCLUDE [default-azure-credential-sign-in](../../../includes/passwordless/default-azure-credential-sign-in.md)]
3028

3129
Next, update your code to use passwordless connections.

includes/passwordless/default-azure-credential-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: alexwolf
1010
ms.custom: include file
1111
---
1212

13-
Make sure you're authenticated with the same Azure AD account you assigned the role to. You can authenticate via the Azure CLI, Visual Studio, or Azure PowerShell.
13+
For local development, make sure you're authenticated with the same Azure AD account you assigned the role to on your Blob Storage account. You can authenticate via popular development tools, such as the Azure CLI or Azure PowerShell. The development tools with which you can authenticate vary across languages.
1414

1515
### [Azure CLI](#tab/sign-in-azure-cli)
1616

0 commit comments

Comments
 (0)