我在 Azure 门户中创建了一个 Web 应用程序,并且我还有一个虚拟网络,其中有一个连接到虚拟网络的 vnet 网关。
是否可以将vnet(与现有网关)集成到Azure Web 应用程序。如果是这样,如何在ARM 模板的帮助下做到这一点?
此外,如果虚拟网络位于另一个资源组中,如何将虚拟网络集成到 Azure Web App ???
我在 Azure 门户中创建了一个 Web 应用程序,并且我还有一个虚拟网络,其中有一个连接到虚拟网络的 vnet 网关。
是否可以将vnet(与现有网关)集成到Azure Web 应用程序。如果是这样,如何在ARM 模板的帮助下做到这一点?
此外,如果虚拟网络位于另一个资源组中,如何将虚拟网络集成到 Azure Web App ???
This should point you the right way .
If the vnet is in another resource group you might add the app server's service principal to that vnet to create it fully automated - If the vnet is one with your privileges it shouldn't matter though.
Previous rather outdated answer: Azure ARM Templates, VNET Integration of a Site