Skip to content

Commit 6008ea1

Browse files
committed
Line edits
1 parent 9bc3a4d commit 6008ea1

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/6-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ quiz:
3939
choices:
4040
- content: "SAS"
4141
isCorrect: false
42-
explanation: "Incorrect. Blob Storage doesnt support SAS authentication."
42+
explanation: "Incorrect. Blob Storage doesn't support SAS authentication."
4343
- content: "Microsoft Entra authentication"
4444
isCorrect: false
45-
explanation: "Incorrect. Blob Storage doesnt support Microsoft Entra authentication."
45+
explanation: "Incorrect. Blob Storage doesn't support Microsoft Entra authentication."
4646
- content: "Local users with either password or SSH key pairs "
4747
isCorrect: true
4848
explanation: "Correct. To grant access to a connecting client, the storage account must have an identity associated with that credential. That identity is called a local user."

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/2-understand-object-storage-solutions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Azure Blob Storage is a service that stores unstructured data in the cloud as bl
66

77
Common Blob Storage uses include:
88

9-
- Providing images or documents directly to a browser
9+
- Providing images or documents directly to a browser.
1010

11-
- Storing files for distributed access
11+
- Storing files for distributed access.
1212

13-
- Streaming video and audio
13+
- Streaming video and audio.
1414

15-
- Storing data for backup and restore, disaster recovery, and archiving
15+
- Storing data for backup and restore, disaster recovery, and archiving.
1616

17-
- Storing data for analysis by an on-premises or Azure-hosted service
17+
- Storing data for analysis by an on-premises or Azure-hosted service.
1818

1919
### Understand hierarchical namespace support in Azure Blob Storage
2020

@@ -40,7 +40,7 @@ Data Lake Storage Gen2 allows you to treat the data as if it's stored in an HDFS
4040

4141
### Security
4242

43-
Data Lake Storage Gen2 supports following authorization mechanisms:
43+
Data Lake Storage Gen2 supports the following authorization mechanisms:
4444

4545
- Access control lists (ACLs), similar to Portable Operating System Interface for UNIX (POSIX) permissions
4646

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/3-access-data-azure-blob-storage-rest-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure Data Lake Storage Gen2 allows you to access a data container by using the
2020

2121
First, establish remote access to services. If you opt to use SSH, you could use the following sample code:
2222

23-
```azurecli
23+
```azurecli
2424
# Connect to the cluster via SSH.
2525
2626

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/4-access-data-azure-blob-storage-nfs-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Perform the following tasks to enable NFS support in your Azure Blob Storage:
3535
3636
4. Use the following code to mount a container using an NFS 3.0 client. Replace the values for <_nameofthestoraggeaccount_> and <_nameofthecontainer_> with names that correspond to your environment.
3737
38-
```
38+
```azurecli
3939
Sudo mount -o sec=sys,vers=3,nolock,proto=tcp <nameofthestorageaccount>.blob.core.windows.net:/<nameofthestorageaccount>/<nameofthecontainer> /mnt/blob
4040
```
4141

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/5-access-data-azure-blob-storage-sftp-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ With an SFTP-enabled storage account, you can create local users and grant them
1717
Use the following procedure to enable support for SFTP and create local users and then configure their container permissions:
1818

1919
1. In the Azure portal, navigate to your storage account (you can also enable SFTP in the account-creation process).
20-
2. Under **Settings**, select **SFTP**, then select **Enable SFTP.**
20+
2. Under **Settings**, select **SFTP**, and then select **Enable SFTP.**
2121

2222
:::image type="content" source="../media/5-azure-blob-storage-sftp-settings.png" alt-text="Screenshot displaying the SFTP settings. The Enable SFTP option is selected.":::
2323

2424
3. While you're still in the **SFTP settings,** select **Add local user**.
25-
4. In the **Add local user** configuration pane, add the name of a user, then select the method (or methods) of authentication that you'd like to associate with this local user. You can associate a password and/or an SSH key.
25+
4. In the **Add local user** configuration pane, add the name of a user, and then select the method (or methods) of authentication that you'd like to associate with this local user. You can associate a password and/or an SSH key.
2626

2727
:::image type="content" source="../media/5-azure-blob-storage-add-local-user.png" alt-text="Screenshot of the Add local user dialog. The Secure with a password and Secure with SSH public key options are selected.":::
2828

learn-pr/azure/access-data-azure-blob-storage-multiple-protocols/includes/7-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ For more information, refer to the following articles:
1010
- [Introduction to Azure Data Lake Storage Gen2](/azure/storage/blobs/data-lake-storage-introduction)
1111
- [Network File System (NFS) 3.0 protocol support in Azure Blob Storage](/azure/storage/blobs/network-file-system-protocol-support)
1212
- [SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](/azure/storage/blobs/secure-file-transfer-protocol-support)
13-
- [Connect to Azure Blob Storage by using the SSH File Transfer Protocol (SFTP)](/azure/storage/blobs/secure-file-transfer-protocol-support-how-to)
14-
- [Known issues with SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](/azure/storage/blobs/secure-file-transfer-protocol-known-issues)
13+
- [Enable or disable SSH File Transfer Protocol (SFTP) support in Azure Blob Storage](/azure/storage/blobs/secure-file-transfer-protocol-support-how-to)
14+
- [Limitations and known issues with SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](/azure/storage/blobs/secure-file-transfer-protocol-known-issues)
1515
- [Using the HDFS CLI with Data Lake Storage Gen2](/azure/storage/blobs/data-lake-storage-use-hdfs-data-lake-storage)

0 commit comments

Comments
 (0)