Mo
Results
3
comments of
Mo
Any update on this one?
Hello team, any update on this feature GA?
Hi, I've fixed the deployment issue by updating ```infra\shared\host\container-apps.bicep``` from (existing): ```bicep module containerRegistry 'container-registry.bicep' = { name: '${name}-container-registry' scope: !empty(containerRegistryResourceGroupName) ? resourceGroup(containerRegistryResourceGroupName) : resourceGroup() params: { name: containerRegistryName location:...