Provides credentials for Azure Storage processors using Azure Storage client library v12.
azure, microsoft, cloud, storage, blob, credentials, queue
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
| Display Name | API Name | Default Value | Allowable Values | Description |
|---|---|---|---|---|
| Storage Account Name | storage-account-name | The storage account name. Sensitive Property: true | ||
| Endpoint Suffix | storage-endpoint-suffix | blob.core.windows.net | Storage accounts in public Azure always use a common FQDN suffix. Override this endpoint suffix with a different suffix in certain circumstances (like Azure Stack or non-public Azure regions). | |
| Credentials Type | credentials-type | SAS Token |
| Credentials type to be used for authenticating to Azure |
| Account Key | storage-account-key | The storage account key. This is an admin-like password providing access to every container in this account. It is recommended one uses Shared Access Signature (SAS) token instead for fine-grained control with policies. Sensitive Property: true This Property is only considered if the [Credentials Type] Property has a value of "Account Key". | ||
| SAS Token | storage-sas-token | Shared Access Signature token, including the leading '?'. Specify either SAS token (recommended) or Account Key. Sensitive Property: true This Property is only considered if the [Credentials Type] Property has a value of "SAS Token". | ||
| Managed Identity Client ID | managed-identity-client-id | Client ID of the managed identity. The property is required when User Assigned Managed Identity is used for authentication. It must be empty in case of System Assigned Managed Identity. Sensitive Property: true This Property is only considered if the [Credentials Type] Property has a value of "Managed Identity". | ||
| Service Principal Tenant ID | service-principal-tenant-id | Tenant ID of the Azure Active Directory hosting the Service Principal. The property is required when Service Principal authentication is used. Sensitive Property: true This Property is only considered if the [Credentials Type] Property has a value of "Service Principal". | ||
| Service Principal Client ID | service-principal-client-id | Client ID (or Application ID) of the Client/Application having the Service Principal. The property is required when Service Principal authentication is used. Sensitive Property: true This Property is only considered if the [Credentials Type] Property has a value of "Service Principal". | ||
| Service Principal Client Secret | service-principal-client-secret | Password of the Client/Application. The property is required when Service Principal authentication is used. Sensitive Property: true This Property is only considered if the [Credentials Type] Property has a value of "Service Principal". | ||
| Proxy Configuration Service | proxy-configuration-service | Controller Service API: ProxyConfigurationService Implementation: StandardProxyConfigurationService | Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP, SOCKS In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor. This Property is only considered if the [Credentials Type] Property is set to one of the following values: [Service Principal], [Managed Identity] |