Skip to content

Commit 6844bf7

Browse files
Change SSL to TLS.
1 parent 7785929 commit 6844bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 Transport Layer Security (TLS), previously known as Secure Sockets 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

0 commit comments

Comments
 (0)