Skip to content

Commit

Permalink
Update external-storage-uri.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank945946 authored Dec 22, 2023
1 parent 2fd7655 commit c397adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-storage-uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c397adc

Please sign in to comment.