Skip to content

Commit 0795723

Browse files
authored
Merge pull request #109659 from TimShererWithAquent/us1679050cc
Change SSL to TLS per 1679050
2 parents bfe988c + ee9177e commit 0795723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/storage/blobs/data-lake-storage-introduction-abfs-uri.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If the Data Lake Storage Gen2 capable account you wish to address **is not** set
2222

2323
<pre>abfs[s]<sup>1</sup>://&lt;file_system&gt;<sup>2</sup>@&lt;account_name&gt;<sup>3</sup>.dfs.core.windows.net/&lt;path&gt;<sup>4</sup>/&lt;file_name&gt;<sup>5</sup></pre>
2424

25-
1. **Scheme identifier**: The `abfs` protocol is used as the scheme identifier. You have the option to connect with or without a secure socket layer (SSL) connection. Use `abfss` to connect with a secure socket layer connection.
25+
1. **Scheme identifier**: The `abfs` protocol is used as the scheme identifier. You have the option to connect with or without a Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), connection. Use `abfss` to connect with a TLS connection.
2626

2727
2. **File system**: The parent location that holds the files and folders. This is the same as Containers in the Azure Storage Blobs service.
2828

articles/storage/blobs/static-website-content-delivery-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 01/22/2020
1111

1212
# Integrate a static website with Azure CDN
1313

14-
You can enable [Azure Content Delivery Network (CDN)](../../cdn/cdn-overview.md) to cache content from a [static website](storage-blob-static-website.md) that is hosted in an Azure storage account. You can use Azure CDN to configure the custom domain endpoint for your static website, provision custom SSL certificates, and configure custom rewrite rules. Configuring Azure CDN results in additional charges, but provides consistent low latencies to your website from anywhere in the world. Azure CDN also provides SSL encryption with your own certificate.
14+
You can enable [Azure Content Delivery Network (CDN)](../../cdn/cdn-overview.md) to cache content from a [static website](storage-blob-static-website.md) that is hosted in an Azure storage account. You can use Azure CDN to configure the custom domain endpoint for your static website, provision custom TLS/SSL certificates, and configure custom rewrite rules. Configuring Azure CDN results in additional charges, but provides consistent low latencies to your website from anywhere in the world. Azure CDN also provides TLS encryption with your own certificate.
1515

1616
For information on Azure CDN pricing, see [Azure CDN pricing](https://azure.microsoft.com/pricing/details/cdn/).
1717

0 commit comments

Comments
 (0)