From aef376a52c3eb87dd69632962023617ddbbb0645 Mon Sep 17 00:00:00 2001 From: zhli1142015 Date: Tue, 3 Dec 2024 19:46:23 +0800 Subject: [PATCH] address comments --- velox/docs/configs.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/velox/docs/configs.rst b/velox/docs/configs.rst index 76aa05ff2088..6193318e13b4 100644 --- a/velox/docs/configs.rst +++ b/velox/docs/configs.rst @@ -685,37 +685,32 @@ These semantics are similar to the `Apache Hadoop-Aws module .dfs.core.windows.net - string - - The credentials to access the specific Azure Blob Storage account, replace with the name of your Azure Storage account. This property aligns with how Spark configures Azure account key credentials for accessing Azure storage, by setting this property multiple times with different storage account names, you can access multiple Azure storage accounts. - - * - fs.azure.sas.fixed.token..dfs.core.windows.net - string - - Specifies a fixed SAS (Shared Access Signature) token for accessing Azure storage. This token provides scoped and time-limited access to specific resources. Use this property when a pre-generated SAS token is used for authentication. - - * - fs.azure.account.oauth2.client.id..dfs.core.windows.net - string - - Specifies the client ID of the Azure AD application used for OAuth 2.0 authentication. This client ID is required when using OAuth as the authentication type. - - * - fs.azure.account.oauth2.client.secret..dfs.core.windows.net - string - - Specifies the client secret of the Azure AD application used for OAuth 2.0 authentication. This secret is required in conjunction with the client ID to authenticate the application. - - * - fs.azure.account.oauth2.client.endpoint..dfs.core.windows.net - string -