Azure Blob
note
This is an example of Azure Blob
- You must have an Azure storage account.
Step1. Select Azure Blob
Select the Azure Blob as the storage type.
Step2. Fill the necessary information in Casdoor
There are three required fields. Client ID
, Client secret
, Bucket
. The relationship corresponding to the Azure Blob account is as follows:
Name | Name in Azure | is required |
---|---|---|
Client ID | AccountName | required |
Client secret | AccountKey | required |
Bucket | ContainerName | required |
Domain | DomainName |
AccountName
AccountName
is your AccountName.AccountKey
The
AccountKey
is your key to access Azure API.
note
You can obtain your account key from the Azure Portal under the "Access Keys" section on the left-hand pane of your storage account.
ContainerName
You first need to create a container. There is a default container called 'default'.
Domain
The custom domain name in your Azure CDN.
Step3. Save your configuration
The final result is as follows:
Then you can use Azure Blob Storage services in your application.