You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@description('Can we deploy the Container App yet? This is dependent on the user-assigned Managed Identity for the API Container App being created with the AcrPull role, and the database users added to PSQL.')
65
65
paramdeployContainerAppbool = true
66
66
67
-
// TODO EES-5128 - Note that this has been added temporarily to avoid 10+ minute deploys where it appears that PSQL
67
+
// TODO EES-5128 - Note that this has been added temporarily to avoid 10+ minute deploys where it appears that PSQL
68
68
// will redeploy even if no changes exist in this deploy from the previous one.
69
69
@description('Does the PostgreSQL Flexible Server require any updates? False by default to avoid unnecessarily lengthy deploys.')
70
70
paramupdatePsqlFlexibleServerbool = false
71
71
72
72
@description('Public URLs of other components in the service.')
73
73
parampublicUrls {
74
74
contentApi: string
75
-
}?
75
+
publicApp: string
76
+
}
76
77
77
78
@description('Specifies whether or not the Data Processor Function App already exists.')
78
79
paramdataProcessorFunctionAppExistsbool = false
@@ -256,11 +257,18 @@ module apiContainerAppModule 'components/containerApp.bicep' = if (deployContain
0 commit comments