Skip to content

Commit

Permalink
Update mlz.portal.json (Azure#1058)
Browse files Browse the repository at this point in the history
Updated "azureGateSubnetAddressPrefix" in bicep/form/mlz.portal.json to say "azureGatewaySubnetAddressPrefix".  This enables users to deploy the template spec with other than default Gateway subnet settings, because it will error out otherwise, since the deployment will use the mlz.json setting for the Gateway Subnet and the mlz.portal.json entry won't match.
  • Loading branch information
hansdoerr authored Jul 7, 2024
1 parent 6296f9d commit fea49c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bicep/form/mlz.portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
"subscriptionId": "[steps('basics').hubSection.hubSubscriptionId]",
"parameters": {
"bastionHostSubnetAddressPrefix": "[steps('remoteAccess').azureBastionSection.bastionSubnetAddressCidrRange]",
"azureGateSubnetAddressPrefix": "[steps('remoteAccess').azureGatewaySubnetSection.azureGatewaySubnetAddressCidrRange]",
"azureGatewaySubnetAddressPrefix": "[steps('remoteAccess').azureGatewaySubnetSection.azureGatewaySubnetAddressCidrRange]",
"defenderSkuTier": "[if(steps('compliance').defenderSection.deployDefender, 'Standard', 'Free')]",
"deployDefenderPlans": "[steps('compliance').defenderSection.deployDefenderPlans]",
"deployIdentity": "[steps('basics').identitySection.deployIdentity]",
Expand Down Expand Up @@ -1307,4 +1307,4 @@
}
}
}
}
}

0 comments on commit fea49c2

Please sign in to comment.