Skip to content

Commit f0cf2af

Browse files
authored
Update cdn-create-a-storage-account-with-cdn.md
The following fact comes in cert exam and should be clearly mentioned in the doc: "Take note that Azure Files can be only accessed through SMB protocol and cannot be put directly behind an Azure CDN which only supports HTTP(80) and HTTPS(443) protocols."
1 parent 0bc82ed commit f0cf2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cdn/cdn-create-a-storage-account-with-cdn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
2424

2525
## Create a storage account
2626

27-
A storage account gives access to Azure Storage services. The storage account represents the highest level of the namespace for accessing each of the Azure Storage service components: Azure Blob, Queue, and Table storage. For more information, see [Introduction to Microsoft Azure Storage](../storage/common/storage-introduction.md).
27+
A storage account gives access to Azure Storage services. The storage account represents the highest level of the namespace for accessing each of the Azure Storage service components: Azure Blob, Queue, and Table storage. Take note that Azure Files can be only accessed through SMB protocol and cannot be put directly behind an Azure CDN which only supports HTTP(80) and HTTPS(443) protocols. For more information, see [Introduction to Microsoft Azure Storage](../storage/common/storage-introduction.md).
2828

2929
To create a storage account, you must be either the service administrator or a coadministrator for the associated subscription.
3030

0 commit comments

Comments
 (0)