diff --git a/dev-infrastructure/templates/region.bicep b/dev-infrastructure/templates/region.bicep index a43f70874..ae4b8d8ef 100644 --- a/dev-infrastructure/templates/region.bicep +++ b/dev-infrastructure/templates/region.bicep @@ -66,6 +66,6 @@ module maestroInfra '../modules/maestro/maestro-infra.bicep' = { maxClientSessionsPerAuthName: maestroEventGridMaxClientSessionsPerAuthName maestroKeyVaultName: maestroKeyVaultName kvCertOfficerManagedIdentityName: maestroKeyVaultCertOfficerMSIName - publicNetworkAccess: 'Disabled' + publicNetworkAccess: 'Enabled' } }