| `TBC_AZURE_PROVIDER_IMAGE` | The [Azure Auth Provider](https://gitlab.com/to-be-continuous/tools/azure-auth-provider) image to use (can be overridden) | `registry.gitlab.com/to-be-continuous/tools/azure-auth-provider:latest` |
| `azure-oidc-aud` / `AZURE_OIDC_AUD` | The `aud` claim for the JWT token | `api://AzureADTokenExchange` |
| `azure-tenant-id` / `AZURE_TENANT_ID` | Default Azure Tenant Id of the target registry | _none_ |
| `azure-client-id` / `AZURE_CLIENT_ID` | Default Client Id of the identity used by the [OIDC authentication](https://docs.gitlab.com/ci/cloud_services/azure/) | _none_ |
| `azure-snapshot-tenant-id` / `AZURE_SNAPSHOT_TENANT_ID` | Azure Tenant Id of the target registry for the snapshot image _(only if different from default)_ | _none_ |
| `azure-snapshot-client-id` / `AZURE_SNAPSHOT_CLIENT_ID` | Client Id of the identity used by the [OIDC authentication](https://docs.gitlab.com/ci/cloud_services/azure/) for the snapshot iamge _(only if different from default)_ | _none_ |
| `azure-release-tenant-id` / `AZURE_RELEASE_TENANT_ID` | Azure Tenant Id of the target registry for the release image _(only if different from default)_ | _none_ |
| `azure-release-client-id` / `AZURE_RELEASE_CLIENT_ID` | Client Id of the identity used by the [OIDC authentication](https://docs.gitlab.com/ci/cloud_services/azure/) for the release image _(only if different from default)_ | _none_ |
"description":"Default Azure Tenant Id of the target registry"
},
{
"name":"AZURE_SNAPSHOT_TENANT_ID",
"description":"Azure Tenant Id of the target registry for the snapshot image _(only define if different from default)_",
"advanced":true
},
{
"name":"AZURE_RELEASE_TENANT_ID",
"description":"Azure Tenant Id of the target registry for the release image _(only define if different from default)_",
"advanced":true
},
{
"name":"AZURE_OIDC_AUD",
"description":"The `aud` claim for the JWT token",
"default":"api://AzureADTokenExchange",
"advanced":true
},
{
"name":"AZURE_CLIENT_ID",
"description":"Default Client Id of the identity used by the [OIDC authentication](https://docs.gitlab.com/ci/cloud_services/azure/)"
},
{
"name":"AZURE_SNAPSHOT_CLIENT_ID",
"description":"Client Id of the identity used by the [OIDC authentication](https://docs.gitlab.com/ci/cloud_services/azure/) for the snapshot image _(only if different from default)_",
"advanced":true
},
{
"name":"AZURE_RELEASE_CLIENT_ID",
"description":"Client Id of the identity used by the [OIDC authentication](https://docs.gitlab.com/ci/cloud_services/azure/) for the release image _(only if different from default)_",
DOCKER_REGISTRY_SNAPSHOT_USER:"00000000-0000-0000-0000-000000000000"# ACR Login API always generate token for user '00000000-0000-0000-0000-000000000000'
DOCKER_REGISTRY_RELEASE_USER:"00000000-0000-0000-0000-000000000000"# ACR Login API always generate token for user '00000000-0000-0000-0000-000000000000'