@@ -135,31 +135,31 @@ param virtualMachineAdminPassword string?
135135// These parameters are changed for testing - please reset as part of publication
136136
137137@description ('Optional. The Container Registry hostname where the docker images for the backend are located.' )
138- param backendContainerRegistryHostname string = 'macaev3tst1acr .azurecr.io'
138+ param backendContainerRegistryHostname string = 'biabcontainerreg .azurecr.io'
139139
140140@description ('Optional. The Container Image Name to deploy on the backend.' )
141- param backendContainerImageName string = 'macae-backend '
141+ param backendContainerImageName string = 'macaebackend '
142142
143143@description ('Optional. The Container Image Tag to deploy on the backend.' )
144- param backendContainerImageTag string = 'v4tst2 '
144+ param backendContainerImageTag string = 'latest_v4 '
145145
146146@description ('Optional. The Container Registry hostname where the docker images for the frontend are located.' )
147- param frontendContainerRegistryHostname string = 'macaev3tst1acr .azurecr.io'
147+ param frontendContainerRegistryHostname string = 'biabcontainerreg .azurecr.io'
148148
149149@description ('Optional. The Container Image Name to deploy on the frontend.' )
150- param frontendContainerImageName string = 'macae-frontend '
150+ param frontendContainerImageName string = 'macaefrontend '
151151
152152@description ('Optional. The Container Image Tag to deploy on the frontend.' )
153- param frontendContainerImageTag string = 'v4tst2 '
153+ param frontendContainerImageTag string = 'latest_v4 '
154154
155155@description ('Optional. The Container Registry hostname where the docker images for the MCP are located.' )
156- param MCPContainerRegistryHostname string = 'macaev3tst1acr .azurecr.io'
156+ param MCPContainerRegistryHostname string = 'biabcontainerreg .azurecr.io'
157157
158158@description ('Optional. The Container Image Name to deploy on the MCP.' )
159- param MCPContainerImageName string = 'mcp_server '
159+ param MCPContainerImageName string = 'macaemcp '
160160
161161@description ('Optional. The Container Image Tag to deploy on the MCP.' )
162- param MCPContainerImageTag string = 'v4tst1 '
162+ param MCPContainerImageTag string = 'latest_v4 '
163163
164164@description ('Optional. Enable/Disable usage telemetry for module.' )
165165param enableTelemetry bool = true
0 commit comments