简体   繁体   English

在同一区域的不同 Azure 应用服务中运行相同的自定义域

[英]Running same custom domain in different Azure App Services in same region

I need to have the same Azure App Service Custom Domain running in different App Services on the same region.我需要在同一区域的不同应用服务中运行相同的 Azure 应用服务自定义域。 Is that possible?那可能吗?

Custom domians are based in DNS, only one record should be pointing to one App Service, so I think it would not be recommended to have same custom domain in multiple App Services in the same region.自定义域基于 DNS,只有一条记录应该指向一个应用服务,所以我认为不建议在同一区域的多个应用服务中使用相同的自定义域。 Being said that, it works for different regions and it is common to see this deployments for instance behind Traffic Manager or Azure Frontdoor.话虽如此,它适用于不同的区域,并且通常会在 Traffic Manager 或 Azure Frontdoor 后面看到这种部署。

In order to do this in the same region is a bit more challenging as the only way is to make sure your App Service goes to a different webspace ( https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage#move-an-app-to-another-app-service-plan ).为了在同一区域执行此操作更具挑战性,因为唯一的方法是确保您的应用服务转到不同的网络空间( https://docs.microsoft.com/en-us/azure/app-service /app-service-plan-manage#move-an-app-to-another-app-service-plan )。 So basically to make sure it goes to a different webspace you need to create a new Resource Group and a new App service Plan, then you can create the specific App Service and add the custom domain.所以基本上为了确保它进入不同的 webspace,您需要创建一个新的资源组和一个新的应用服务计划,然后您可以创建特定的应用服务并添加自定义域。 In order to make sure they are in different webspaces, check if the Inbound IP is different.为了确保它们位于不同的网络空间中,请检查入站 IP 是否不同。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将同一个域指向Azure中的不同应用程序服务 - Pointing same domain to different app service in Azure 如何在Azure上为同一个域设置三个应用服务 - How two set up three app services for the same domain on Azure 是否可以在同一域上部署Azure功能和应用程序服务? - is it possible to deploy azure functions and app services on same domain? 在Azure中必不可少的所有应用程序服务相同 - Essential in Azure the same for all App Services 如何 xyz.com 自定义域到 Sitecore Azure PaaS 中的 8 个应用程序服务(简而言之,具有相同自定义域的多个 web 应用程序)[暂停] - How to xyz.com custom domain to 8 app service in Sitecore Azure PaaS (In short multiple web app with same custom domain) [on hold] 如何将两个域名绑定到在同一Azure Ubuntu VM中运行的两个不同的网站(php和nodejs)? - How to bind two domain names to two different websites(php and nodejs) running in same Azure Ubuntu VM? 我们可以在不同的Azure区域中使用相同的订阅吗 - Can we use same subscription in different Azure region 在同一区域中具有多个Web App的Azure Traffic Manager - Azure Traffic manager with more than one Web App in the same region Azure 应用服务 - 添加自定义域名,无需回收 - Azure App Services - add custom domain name without recycle 如何为 Azure 上托管的 Web 应用程序和 Windows 的 IIS 服务器上托管的 Web 应用程序使用相同的自定义域? - How to use same custom domain for Web app hosted on Azure and web application hosted on window's IIS server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM