How to duplicate a WebApp on Azure with different domain?

Samuel Isai Paredes Morales 21 Reputation points
2022-06-17T20:40:05.987+00:00

Hi everyone! Hoping you can help me with this issue.

We have an application on Azure, to explain you, I will call it "www.example.com.mx"(represents the site on México), and we want to create a second app called "www.example.com.co" (representing the site on Colombia, only as an example).

What would we need to do to have this second one on the same storage cloud ? The project on VS has services, api, etc.... and the second one must have the same access for the same services, and both must work simultaneously.

I really appreciate your attention and help.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,263 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 27,946 Reputation points Microsoft Employee
    2022-06-23T20:03:15.817+00:00

    SamuelIsaiParedesMorales-8595, Just following-up, checking in to see if you had got a chance to see the previous post, and if it helped answer your question or point you in the right direction.
    Kindly let us know with more information about your exact requirement for this setup, we would be more than happy to assist you.

    Just adding more options:

    If your requirement fits, you could clone an existing WebApp to a newly created app in a different region. This option lets you deploy a number of apps across different regions quickly and easily. App cloning is currently only supported for premium tier app service plans. However, presently database content is not cloned.
    Refer the document Azure App Service App Cloning Using PowerShell for more details.

    You can use Azure Traffic Manager to control how requests from web clients are distributed to apps in Azure App Service

    Kindly see these reference architecures
    Highly available multi-region web application
    Multi-region N-tier application

    --

    To benefit the community find the right answers, please do mark the post which was helpful by clicking on Accept Answer’ & ‘Up-Vote’.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.