Skip to content

Commit 9a1dc22

Browse files
committed
Fixing some validation issues
1 parent 0cf86f7 commit 9a1dc22

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

articles/storage/blobs/secure-file-transfer-protocol-support-authorize-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can authenticate local users connecting from SFTP clients by using a passwor
5454
If you select **SSH Key pair**, then select **Public key source** to specify a key source.
5555

5656
> [!div class="mx-imgBorder"]
57-
> ![Screenshot of the Local user configuration pane.](./media/secure-file-transfer-protocol-support-authorize-access/add-local-user-config-page.png)
57+
> ![Screenshot of the Local user configuration pane.](./media/secure-file-transfer-protocol-support-authorize-access/add-local-user-configuration-page.png)
5858
5959
The following table describes each key source option:
6060

@@ -188,7 +188,7 @@ If you want to authorize access at the file and directory level, you can enable
188188
1. In the **Permissions** tab, select the containers that you want to make available to this local user. Then, select which types of operations you want to enable this local user to perform.
189189

190190
> [!div class="mx-imgBorder"]
191-
> ![Screenshot of the Permissions tab.](./media/secure-file-transfer-protocol-support-authorize-access/container-perm-tab.png)
191+
> ![Screenshot of the Permissions tab.](./media/secure-file-transfer-protocol-support-authorize-access/container-permissions-tab.png)
192192
193193
> [!IMPORTANT]
194194
> The local user must have at least one container permission or ACL permission to the home directory of that container. Otherwise a connection attempt to that container will fail.
@@ -198,7 +198,7 @@ If you want to authorize access at the file and directory level, you can enable
198198
You can also add this local user to a group by assigning that user to a group ID. That ID can be any number or number scheme that you want. Grouping users allow you to add and remove users without the need to reapply ACLs to an entire directory structure. Instead, you can just add or remove users from the group.
199199

200200
> [!div class="mx-imgBorder"]
201-
> ![Screenshot of the group ID and ACL authorization checkbox.](./media/secure-file-transfer-protocol-support-authorize-access/container-perm-tab-acl-authorization.png)
201+
> ![Screenshot of the group ID and ACL authorization checkbox.](./media/secure-file-transfer-protocol-support-authorize-access/container-permissions-tab-acl-authorization.png)
202202
203203
> [!NOTE]
204204
> A user ID for the local user is automatically generated. You can't modify this ID, but you can see the ID after you create the local user by reopening that user in the **Edit local user** pane.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ logfile.txt
6666
After the transfer is complete, you can view and manage the file in the Azure portal.
6767

6868
> [!div class="mx-imgBorder"]
69-
> ![Uploaded file appears in storage account](./media/secure-file-transfer-protocol-support-connect/uploaded-file-in-storage-account.png)
69+
> ![Screenshot of the uploaded file appearing in storage account.](./media/secure-file-transfer-protocol-support-connect/uploaded-file-in-storage-account.png)
7070
7171
> [!NOTE]
7272
> The Azure portal uses the Blob REST API and Data Lake Storage Gen2 REST API. Being able to interact with an uploaded file in the Azure portal demonstrates the interoperability between SFTP and REST.

0 commit comments

Comments
 (0)