From c397adcd00b3a813b23f198fd039231f7fab7b17 Mon Sep 17 00:00:00 2001 From: Frank945946 <108602632+Frank945946@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:25:08 +0800 Subject: [PATCH] Update external-storage-uri.md --- external-storage-uri.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-storage-uri.md b/external-storage-uri.md index bc3eee2a0f29c..a1e5095eb96d6 100644 --- a/external-storage-uri.md +++ b/external-storage-uri.md @@ -79,7 +79,7 @@ gcs://external/test.csv?credentials-file=${credentials-file-path} - `encryption-scope`: Specifies the [encryption scope](https://learn.microsoft.com/en-us/azure/storage/blobs/encryption-scope-manage?tabs=powershell#upload-a-blob-with-an-encryption-scope) for server-side encryption. - `encryption-key`: Specifies the [encryption key](https://learn.microsoft.com/en-us/azure/storage/blobs/encryption-customer-provided-keys) for server-side encryption, which uses the AES256 encryption algorithm. -The following is an example of an Azure Blob Storage URI for TiDB Lightning and BR. In this example, you need to specify a specific file path `testfolder`. +The following is an example of an Azure Blob Storage URI for BR. In this example, you need to specify a specific file path `testfolder`. ```shell azure://external/testfolder?account-name=${account-name}&account-key=${account-key}