gpt4 book ai didi

azure - 在Azure中的应用程序网关的ARM中获取动态IP

转载 作者:行者123 更新时间:2023-12-03 02:42:02 25 4
gpt4 key购买 nike

我们可以在应用程序网关分配公共(public) IP 地址后在输出中提取动态分配的公共(public) IP 地址吗?静态地址工作正常。

  {
"type": "Microsoft.Network/publicIPAddresses",
"apiVersion": "2019-04-01",
"name": "[variables('publicIpName')]",
"location": "[resourceGroup().location]",
"condition": "[variables('usePublicIp')]",
"properties": {
"publicIPAllocationMethod": "Dynamic"
}
},

"outputs": {
"IpAddress": {
"type": "String",
"value": "reference(variables('publicIpName')).IpAddress]"
}
}

错误:

最佳答案

这个github issue解决与您相同的问题。

有一个技巧可以解决这个问题,这个模板可以帮助您了解如何解决:https://github.com/Azure/azure-quickstart-templates/tree/master/201-application-gateway-webapp-iprestriction

希望这有帮助!

关于azure - 在Azure中的应用程序网关的ARM中获取动态IP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60650243/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com