File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@description ('The location for the resource(s) to be deployed.' )
22param location string = resourceGroup ().location
33
4- param outputs_azure_container_apps_environment_default_domain string
5-
64param outputs_azure_container_apps_environment_id string
75
86param outputs_azure_container_registry_endpoint string
@@ -29,17 +27,17 @@ resource web 'Microsoft.App/containerApps@2024-03-01' = {
2927 external : true
3028 targetPort : int (web_containerport )
3129 transport : 'http'
32- allowInsecure : false
30+ allowInsecure : false ,
3331 customDomains : [
3432 {
3533 name : 'copilotthatjawn.com'
3634 bindingType : 'SniEnabled'
37- certificateId : '/subscriptions/09153f92-3cbc-46f1-8872-1683749eda4b/resourceGroups/rg-copilotthatjawn/providers/Microsoft.App/managedEnvironments/cae-uanpydy4xv63a/managedCertificates/copilotthatjawn.com-cae-uanp-250608192822 '
35+ certificateId : '/subscriptions/09153f92-3cbc-46f1-8872-1683749eda4b/resourceGroups/rg-copilotthatjawn/providers/Microsoft.App/managedEnvironments/cae-uanpydy4xv63a/managedCertificates/copilotthatjawn-com '
3836 }
3937 {
4038 name : 'www.copilotthatjawn.com'
4139 bindingType : 'SniEnabled'
42- certificateId : '/subscriptions/09153f92-3cbc-46f1-8872-1683749eda4b/resourceGroups/rg-copilotthatjawn/providers/Microsoft.App/managedEnvironments/cae-uanpydy4xv63a/managedCertificates/www. copilotthatjawn.com-cae-uanp-250608193349 '
40+ certificateId : '/subscriptions/09153f92-3cbc-46f1-8872-1683749eda4b/resourceGroups/rg-copilotthatjawn/providers/Microsoft.App/managedEnvironments/cae-uanpydy4xv63a/managedCertificates/www- copilotthatjawn-com '
4341 }
4442 ]
4543 }
You can’t perform that action at this time.
0 commit comments