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.
This commit is contained in:
hansdoerr 2024-07-06 22:03:30 -04:00 коммит произвёл GitHub
Родитель 6296f9de16
Коммит fea49c230f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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]",
@ -1307,4 +1307,4 @@
}
}
}
}
}