diff --git a/hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md b/hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md index 1141ac0ec1b9c..27934b2e25aa5 100644 --- a/hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md +++ b/hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md @@ -53,7 +53,7 @@ In both the cases the URL used must be the blob endpoint url of the account. ```xml fs.defaultFS - https://ACCOUNT_NAME.blob.core.windows.net + abfss://CONTAINER_NAME@ACCOUNT_NAME.blob.core.windows.net ``` 3. Service Type for FNS Accounts: This will allow an override to choose service @@ -74,7 +74,7 @@ and [Flush](./blobEndpoint.html#put-block-list). All other operations will still configured service type. ```xml - fs.azure.fns.account.service.type + fs.azure.ingress.service.type BLOB ``` @@ -153,4 +153,4 @@ providing an additional layer of security and control over their data. ## Ask all about ABFS Driver For any queries related to onboard to FNS Blob or anything related to ABFS -Driver in general, kindly reach out to us at **askabfs@microsoft.com**. \ No newline at end of file +Driver in general, kindly reach out to us at **askabfs@microsoft.com**.