File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ Update your Container Apps YAML file to include a `customDomains` section. Inclu
58
58
| Certificate type | certificateId format |
59
59
| -- | -- |
60
60
| None | Leave blank |
61
- | Managed | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{ContainerAppEnvironmentName}/certificates /{CertificateFriendlyName} |
62
- | Unmanaged | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{ContainerAppEnvironmentName}/managedCertificates /{CertificateFriendlyName} |
61
+ | Managed | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{ContainerAppEnvironmentName}/managedCertificates /{CertificateFriendlyName} |
62
+ | Unmanaged | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{ContainerAppEnvironmentName}/certificates /{CertificateFriendlyName} |
63
63
64
64
> [ !NOTE]
65
65
> To add a certificate to your environment, use one of the following methods:
You can’t perform that action at this time.
0 commit comments