@@ -101,7 +101,7 @@ param backendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
101101param backendContainerImageName string = 'km-api'
102102
103103@description ('Optional. The Container Image Tag to deploy on the backend.' )
104- param backendContainerImageTag string = 'latest_waf '
104+ param backendContainerImageTag string = 'latest_waf_2025-09-18_898 '
105105
106106@description ('Optional. The Container Registry hostname where the docker images for the frontend are located.' )
107107param frontendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
@@ -110,7 +110,7 @@ param frontendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
110110param frontendContainerImageName string = 'km-app'
111111
112112@description ('Optional. The Container Image Tag to deploy on the frontend.' )
113- param frontendContainerImageTag string = 'latest_waf '
113+ param frontendContainerImageTag string = 'latest_waf_2025-09-18_898 '
114114
115115@description ('Optional. The tags to apply to all deployed Azure resources.' )
116116param tags resourceInput <'Microsoft.Resources/resourceGroups@2025-04-01' >.tags = {}
@@ -219,7 +219,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
219219 {
220220 TemplateName : 'KM Generic'
221221 CreatedBy : createdBy
222- },
222+ },
223223 tags
224224 )
225225 }
@@ -1569,7 +1569,7 @@ output AZURE_EXISTING_AI_PROJECT_RESOURCE_ID string = existingAiFoundryAiProject
15691569output APPLICATIONINSIGHTS_CONNECTION_STRING string = enableMonitoring ? applicationInsights !.outputs .connectionString : ''
15701570
15711571@description ('Contains API application URL.' )
1572- output API_APP_URL string = 'https://app -${solutionName }.azurewebsites.net'
1572+ output API_APP_URL string = 'https://api -${solutionSuffix }.azurewebsites.net'
15731573
15741574@description ('Contains web application URL.' )
1575- output WEB_APP_URL string = 'https://api -${solutionName }.azurewebsites.net'
1575+ output WEB_APP_URL string = 'https://app -${solutionSuffix }.azurewebsites.net'
0 commit comments