Azure Container Apps Managed Certificate
Deploys a managed certificate resource in Azure Container Apps.
Summary
Managed certificate for Azure Container Apps.
| Property |
Value |
| Owner |
platform-team |
| Support |
Support |
| Version |
1.0.0 |
Resource Types
| Resource Type |
Microsoft.App/managedEnvironments/managedCertificates |
Usage
module managed_certificates 'br:geitbicepmodweucr01.azurecr.io/bicep/modules/container-apps/managed-certificates:1.0.0' = {
name: 'managed_certificates'
params: {
// Required parameters
par_location_name: <string>
par_subject_name: <string>
par_cea_name: <string>
}
}
Parameters
| Name |
Type |
Description |
Default |
par_cea_name |
string |
The name of the Container App Environment where the managed certificate will be created. |
required |
par_domain_control_validation |
string |
The method used to validate domain ownership. Possible values are CNAME, HTTP, and TXT. |
CNAME |
par_location_name |
string |
The location where the managed certificate will be created. |
required |
par_subject_name |
string |
The domain name for the managed certificate, such as www.example.com |
required |
par_tags |
object |
|
`` |
Outputs
| Name |
Type |
Description |
managed_certificate_id |
string |
The resource ID of the managed certificate. |
managed_certificate_name |
string |
The name of the managed certificate. |
Versions
Pin an exact version. Ranges are not supported.
| Version |
Reference |
1.0.0 (latest) |
br/Euvic-Modules:container-apps/managed-certificates:1.0.0 |