An Azure service that provides a general-purpose, serverless container platform.
The root cause is regional support, not quota.
Confidential compute in Azure Container Apps is only available on DC‑series dedicated workload profiles and currently only in the UAE North region. Not all regions that expose DC‑series profiles support confidential compute. Germany West Central (Frankfurt) is not listed as a supported region, so adding a DC4 workload profile there fails with a generic provisioning error.
To use a DC4 (confidential compute) workload profile:
- Create a new Container Apps environment in a supported region (currently UAE North) with a DC‑series workload profile:
az containerapp env create \ --name <ENVIRONMENT_NAME> \ --resource-group <RESOURCE_GROUP_NAME> \ --location uae-north \ --workload-profile-type DC4 \ --workload-profile-name my-wp-confidential - Deploy container apps into that environment and assign them to the DC4 profile using
--workload-profile-name.
If DC4 is required in Germany West Central, a region request would be needed; the documentation directs such requests to the Azure Container Apps GitHub issues page.
References: