Skip to content

Commit

Permalink
Update storage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
machov authored Jul 10, 2024
1 parent b5e1c26 commit 690756f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/guide/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ You must set two environment variables in Label Studio to connect to Azure Blob
- `AZURE_BLOB_ACCOUNT_NAME` to specify the name of the storage account.
- `AZURE_CLIENT_ID` to specify the client id for the service principal.
- `AZURE_TENANT_ID` to specify the tenant id for the service principal.
- `AZURE_CLIENT_SECRET` to specify the secret id for the service principal. - (Optional) `ENCRYPT_KEY` to specify a encryption key.
- `AZURE_CLIENT_SECRET` to specify the secret id for the service principal.
- (Optional) `ENCRYPT_KEY` to specify a encryption key.

Configure the specific Azure Blob container that you want Label Studio to use in the UI. In most cases involving CORS issues, the GET permission (*/GET/*/Access-Control-Allow-Origin/3600) is necessary within the Resource Sharing tab:

Expand Down

0 comments on commit 690756f

Please sign in to comment.