AzureArtifactRepository defines the controller configuration for an Azure Blob Storage artifact repository
| Name | Type | Description | Notes |
|---|---|---|---|
| AccountKeySecret | IoK8sApiCoreV1SecretKeySelector | [optional] | |
| BlobNameFormat | string | BlobNameFormat is defines the format of how to store blob names. Can reference workflow variables | [optional] |
| Container | string | Container is the container where resources will be stored | |
| Endpoint | string | Endpoint is the service url associated with an account. It is most likely "https://<ACCOUNT_NAME>.blob.core.windows.net" | |
| UseSDKCreds | bool | UseSDKCreds tells the driver to figure out credentials based on sdk defaults. | [optional] |