Skip to content

Commit ca1492e

Browse files
committed
Some tweaks
1 parent 9f76fbe commit ca1492e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/storage/common/storage-introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ Blob Storage is ideal for:
7373
- Storing data for backup and restore, disaster recovery, and archiving.
7474
- Storing data for analysis by an on-premises or Azure-hosted service.
7575

76-
Objects in Blob Storage can be accessed from anywhere in the world via HTTP or HTTPS. Users or client applications can access blobs via URLs, the [Azure Storage REST API](/rest/api/storageservices/blob-service-rest-api), [Azure PowerShell](/powershell/module/azure.storage), [Azure CLI](/cli/azure/storage), or an Azure Storage client library. The storage client libraries are available for multiple languages, including [.NET](/dotnet/api/overview/azure/storage), [Java](/java/api/overview/azure/storage), [Node.js](https://azure.github.io/azure-storage-node), [Python](https://azure-storage.readthedocs.io/), [PHP](https://azure.github.io/azure-storage-php/), and [Ruby](https://azure.github.io/azure-storage-ruby). Clients can securely connect to Blob Storage by using SSH File Transfer Protocol (SFTP) or mount Blob Storage containers by using the Network File System (NFS) 3.0 protocol.
76+
Objects in Blob Storage can be accessed from anywhere in the world via HTTP or HTTPS. Users or client applications can access blobs via URLs, the [Azure Storage REST API](/rest/api/storageservices/blob-service-rest-api), [Azure PowerShell](/powershell/module/azure.storage), [Azure CLI](/cli/azure/storage), or an Azure Storage client library. The storage client libraries are available for multiple languages, including [.NET](/dotnet/api/overview/azure/storage), [Java](/java/api/overview/azure/storage), [Node.js](https://azure.github.io/azure-storage-node), [Python](https://azure-storage.readthedocs.io/), [PHP](https://azure.github.io/azure-storage-php/), and [Ruby](https://azure.github.io/azure-storage-ruby).
77+
78+
Clients can also securely connect to Blob Storage by using SSH File Transfer Protocol (SFTP) and mount Blob Storage containers by using the Network File System (NFS) 3.0 protocol.
7779

7880
For more information about Blob Storage, see [Introduction to Blob Storage](../blobs/storage-blobs-introduction.md).
7981

includes/storage-blob-concepts-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Users or client applications can access objects in Blob Storage via HTTP/HTTPS,
3333
* [PHP](https://azure.github.io/azure-storage-php/)
3434
* [Ruby](https://azure.github.io/azure-storage-ruby)
3535

36-
Clients can also securely connect to Blob Storage by using SSH File Transfer Protocol (SFTP) or mount Blob Storage containers by using the Network File System (NFS) 3.0 protocol.
36+
Clients can also securely connect to Blob Storage by using SSH File Transfer Protocol (SFTP) and mount Blob Storage containers by using the Network File System (NFS) 3.0 protocol.
3737

3838
## About Azure Data Lake Storage Gen2
3939

0 commit comments

Comments
 (0)