repository connect azure
$ kopia repository connect azure \
        --container=... \
        --storage-account=...
Connect to repository in an Azure blob storage
| Flag | Short | Default | Help | 
|---|---|---|---|
| --azure-federated-token-file | Path to a file containing an Azure Federated Token (overrides AZURE_FEDERATED_TOKEN_FILE environment variable) | ||
| --cache-directory | Cache directory | ||
| --[no-]check-for-updates | true | Periodically check for Kopia updates on GitHub | |
| --client-cert | Azure client certificate (overrides AZURE_CLIENT_CERTIFICATE environment variable) | ||
| --client-id | Azure service principle client ID (overrides AZURE_CLIENT_ID environment variable) | ||
| --client-secret | Azure service principle client secret (overrides AZURE_CLIENT_SECRET environment variable) | ||
| --container | Name of the Azure blob container | ||
| --content-cache-size-limit-mb | Maximum size of local content cache (hard limit) | ||
| --content-cache-size-mb | Desired size of local content cache (soft limit) | ||
| --content-min-sweep-age | Minimal age of content cache item to be subject to sweeping | ||
| --description | Human-readable description of the repository | ||
| --[no-]enable-actions | false | Allow snapshot actions | |
| --index-min-sweep-age | Minimal age of index cache item to be subject to sweeping | ||
| --max-download-speed | Limit the download speed. | ||
| --max-list-cache-duration | Duration of index cache | ||
| --max-upload-speed | Limit the upload speed. | ||
| --metadata-cache-size-limit-mb | Maximum size of local metadata cache (hard limit) | ||
| --metadata-cache-size-mb | Desired size of local metadata cache (soft limit) | ||
| --metadata-min-sweep-age | Minimal age of metadata cache item to be subject to sweeping | ||
| --point-in-time | Use a point-in-time view of the storage repository when supported | ||
| --prefix | Prefix to use for objects in the bucket | ||
| --[no-]readonly | false | Make repository read-only to avoid accidental changes | |
| --sas-token | Azure SAS Token | ||
| --storage-account | Azure storage account name (overrides AZURE_STORAGE_ACCOUNT environment variable) | ||
| --storage-domain | Azure storage domain | ||
| --storage-key | Azure storage account key (overrides AZURE_STORAGE_KEY environment variable) | ||
| --tenant-id | Azure service principle tenant ID (overrides AZURE_TENANT_ID environment variable) | ||
| --[no-]disable-repository-format-cache | false | [ADV] Disable caching of kopia.repository format blob | |
| --override-hostname | [ADV] Override hostname used by this repository connection | ||
| --override-username | [ADV] Override username used by this repository connection | ||
| --[no-]permissive-cache-loading | false | [ADV] Do not fail when loading bad cache index entries. Repository must be opened in read-only mode | |
| --repository-format-cache-duration | [ADV] Duration of kopia.repository format blob cache |