Is it possible to point my azurewebsites.net URL to a Shopify site and URL that I own using a CNAME record?

Gabriel Larson 20 Reputation points
2024-11-01T19:39:15.0366667+00:00

I have a Shopify site that I am currently using. However, a large portion of my users have a firewall enabled that stops them from using my site unless it has an azurewebsites.net URL. Could I use an azure URL to redirect to my shopify site

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

Accepted answer
  1. Lex Li (Microsoft) 6,037 Reputation points Microsoft Employee
    2024-11-01T22:08:15.2666667+00:00

    Since you don't own the azurewebsites.net domain (Microsoft owns it), you cannot make most the changes to map something.azurewebsites.net to another site you own.

    However, you can run a reverse proxy app (such as ASP.NET Core/YARP) on something.azurewebsites.net to wrap over any other site you like. We can see from YARP GitHub issues that there are severa success stories.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.