Skip to content
2 changes: 2 additions & 0 deletions docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:

#### Tooling

- Updated the initiative [Deploy-Private-DNS-Zones](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-Private-DNS-Zones.html), Removing the 'Effect1' parameter from the policy set "Deploy-Private-DNS-Zones" and using the "Effect" parameter.
- Update eventgrid topic and domain name DNS zone name in the initiative [Deploy-Private-DNS-Zones](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Deploy-Private-DNS-Zones.html) to also contain regionName.
- Updated the ***Baseline alerts and monitoring*** integration section in the portal accelerator to deploy the latest release of AMBA (2025-02-05). To read more on the changes, see the [What's new](https://aka.ms/amba/alz/whatsnew) page in the AMBA documentation.

### January 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
"azureDataFactoryPrivateDnsZoneId": "privatelink.datafactory.azure.net",
"azureDatabricksPrivateDnsZoneId": "privatelink.azuredatabricks.net",
"azureDiskAccessPrivateDnsZoneId": "privatelink.blob.core.windows.net",
"azureEventGridDomainsPrivateDnsZoneId": "privatelink.eventgrid.azure.net",
"azureEventGridTopicsPrivateDnsZoneId": "privatelink.eventgrid.azure.net",
"azureEventGridDomainsPrivateDnsZoneId": "{regionName}.privatelink.eventgrid.azure.net",
"azureEventGridTopicsPrivateDnsZoneId": "{regionName}.privatelink.eventgrid.azure.net",
"azureEventHubNamespacePrivateDnsZoneId": "privatelink.servicebus.windows.net",
"azureFilePrivateDnsZoneId": "privatelink.afs.azure.net",
"azureHDInsightPrivateDnsZoneId": "privatelink.azurehdinsight.net",
Expand Down Expand Up @@ -808,18 +808,6 @@
"Disabled"
],
"defaultValue": "DeployIfNotExists"
},
"effect1": {
"type": "string",
"metadata": {
"displayName": "Effect",
"description": "Enable or disable the execution of the policy"
},
"allowedValues": [
"deployIfNotExists",
"Disabled"
],
"defaultValue": "deployIfNotExists"
}
},
"policyDefinitions": [
Expand Down Expand Up @@ -1434,7 +1422,7 @@
"value": "[[if(equals(parameters('dnsZoneSubscriptionId'), ''), parameters('azureEventGridTopicsPrivateDnsZoneId'), format('/subscriptions/{0}/resourceGroups/{1}/providers/{2}/{3}', parameters('dnsZoneSubscriptionId'), toLower(parameters('dnsZoneResourceGroupName')), parameters('dnsZoneResourceType'), replace(replace(parameters('dnsZoneNames').azureEventGridTopicsPrivateDnsZoneId, '{regionName}', parameters('dnsZoneRegion')), '{regionCode}', parameters('dnzZoneRegionShortNames')[parameters('dnsZoneRegion')])))]"
},
"effect": {
"value": "[[parameters('effect1')]"
"value": "[[parameters('effect')]"
}
},
"groupNames": []
Expand Down Expand Up @@ -1476,7 +1464,7 @@
"value": "[[if(equals(parameters('dnsZoneSubscriptionId'), ''), parameters('azureIotHubsPrivateDnsZoneId'), format('/subscriptions/{0}/resourceGroups/{1}/providers/{2}/{3}', parameters('dnsZoneSubscriptionId'), toLower(parameters('dnsZoneResourceGroupName')), parameters('dnsZoneResourceType'), replace(replace(parameters('dnsZoneNames').azureIotHubsPrivateDnsZoneId, '{regionName}', parameters('dnsZoneRegion')), '{regionCode}', parameters('dnzZoneRegionShortNames')[parameters('dnsZoneRegion')])))]"
},
"effect": {
"value": "[[parameters('effect1')]"
"value": "[[parameters('effect')]"
}
},
"groupNames": []
Expand All @@ -1490,7 +1478,7 @@
"value": "[[if(equals(parameters('dnsZoneSubscriptionId'), ''), parameters('azureEventGridDomainsPrivateDnsZoneId'), format('/subscriptions/{0}/resourceGroups/{1}/providers/{2}/{3}', parameters('dnsZoneSubscriptionId'), toLower(parameters('dnsZoneResourceGroupName')), parameters('dnsZoneResourceType'), replace(replace(parameters('dnsZoneNames').azureEventGridDomainsPrivateDnsZoneId, '{regionName}', parameters('dnsZoneRegion')), '{regionCode}', parameters('dnzZoneRegionShortNames')[parameters('dnsZoneRegion')])))]"
},
"effect": {
"value": "[[parameters('effect1')]"
"value": "[[parameters('effect')]"
}
},
"groupNames": []
Expand Down