Skip to content

Commit 0158693

Browse files
authored
Merge pull request #188548 from normesta/normesta-reg-updates-7
Adding info about azure resource manager templates
2 parents 7a29e1f + 4756983 commit 0158693

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/storage/blobs/secure-file-transfer-protocol-support-how-to.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ az feature show --namespace Microsoft.Storage --name AllowSFTP
156156

157157
## Enable SFTP support
158158

159+
This section shows you how to enable SFTP support for an existing storage account. To view an Azure Resource Manager template that enables SFTP support as part of creating the account, see [Create an Azure Storage Account and Blob Container accessible using SFTP protocol on Azure](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.storage/storage-sftp).
160+
159161
### [Portal](#tab/azure-portal)
160162

161163
1. In the [Azure portal](https://portal.azure.com/), navigate to your storage account.
@@ -194,7 +196,6 @@ az storage account update -g <resource-group> -n <storage-account> --enable-sftp
194196

195197
---
196198

197-
198199
## Configure permissions
199200

200201
Azure Storage doesn't support shared access signature (SAS), or Azure Active directory (Azure AD) authentication for accessing the SFTP endpoint. Instead, you must use an identity called local user that can be secured with an Azure generated password or a secure shell (SSH) key pair. To grant access to a connecting client, the storage account must have an identity associated with the password or key pair. That identity is called a *local user*.
@@ -203,6 +204,9 @@ In this section, you'll learn how to create a local user, choose an authenticati
203204

204205
To learn more about the SFTP permissions model, see [SFTP Permissions model](secure-file-transfer-protocol-support.md#sftp-permissions-model).
205206

207+
> [!TIP]
208+
> This section shows you how to configure local users for an existing storage account. To view an Azure Resource Manager template that configures a local user as part of creating an account, see [Create an Azure Storage Account and Blob Container accessible using SFTP protocol on Azure](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.storage/storage-sftp).
209+
206210
### [Portal](#tab/azure-portal)
207211

208212
1. In the [Azure portal](https://portal.azure.com/), navigate to your storage account.

0 commit comments

Comments
 (0)