Skip to content

Commit 6c45016

Browse files
committed
fixed note
1 parent bc82b61 commit 6c45016

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/virtual-network/tutorial-restrict-network-access-to-resources.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,6 @@ The steps necessary to restrict network access to resources created through Azur
544544
545545
1. After the storage account is created, retrieve the connection string for the storage account into a variable with [az storage account show-connection-string](/cli/azure/storage/account). The connection string is used to create a file share in a later step.
546546
547-
For the purposes of this tutorial, the connection string is used to connect to the storage account. Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a high degree of trust in the application, and carries risks that aren't present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
548-
549-
For more information about connecting to a storage account using a managed identity, see [Use a managed identity to access Azure Storage](/entra/identity/managed-identities-azure-resources/tutorial-linux-managed-identities-vm-access?pivots=identity-linux-mi-vm-access-storage).
550-
551547
```azurecli-interactive
552548
saConnectionString=$(az storage account show-connection-string \
553549
--name $storageAcctName \
@@ -561,6 +557,8 @@ The steps necessary to restrict network access to resources created through Azur
561557
> [!IMPORTANT]
562558
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
563559
560+
For more information about connecting to a storage account using a managed identity, see [Use a managed identity to access Azure Storage](/entra/identity/managed-identities-azure-resources/tutorial-linux-managed-identities-vm-access?pivots=identity-linux-mi-vm-access-storage).
561+
564562
### Create a file share in the storage account
565563
566564
### [Portal](#tab/portal)

0 commit comments

Comments
 (0)