Questions tagged [azure-custom-domain]

39 questions
0
votes
1 answer

Azure: Understanding front-end IP address of application gateway

When setting up an application gateway (Standard V2), I was asked to create an IP address (used Standard SKU for the IP). Is this IP address static or dynamic? I'd like to create a CNAME record and point my custom domain to this address, but I…
0
votes
1 answer

Weird behavior when using contact form in Azure App Service to send email through SendGrid

I have a contact form on my website hosted on Azure App Service, used to send emails through SendGrid. It works well when I use the website with the default Azure URL ***.azurewebsites.net, but I does not work when I use the custom domain attached…
0
votes
2 answers

Why does a request through Azure front door shows backend pool urls on the browser instead of frontends/domains?

I have an azure front door which has custom frontends/domains, backend-pools, and routing rules configured to use azure web apps as backends. When i go the website the request passes through front door as it should and picks the best available…
0
votes
1 answer

Azure web app website - to a custom domain - does it need SSL certificate upload every few months?

I own a domain on hostgator - example.com I have created a web app on Azure - example.azurewebsites.net I have gone through this tutorial: https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain And so now when I…
JDT
  • 965
  • 2
  • 8
  • 20
0
votes
1 answer

Binding Azure App managed SSL to custom domains throgh REST API

Hi I have a PHP application installed in the Azure web app, in that application users can add there own domain as cname alias custom domains through submission of a form which already implemented, what I need is the option to bind Azure App managed…
0
votes
1 answer

Azure app service wrong redirection for new domain

I acquired a new domain name in Azure (let's say mynewdomain.net), assigned it to my app service, bought a certificate also in Azure and made the bindings. Apparently both the domain and certificate are properly configured. When I invoke the domain…
jdisla
  • 139
  • 6
0
votes
1 answer

Does Azure App Service Custom domain allow dot '.' in the domain address?

I would like to create a custom domain for my Azure App Service. Domain address I would like to use is in the format xx.yyyy.zzzz.com but, it seems like Azure Custom domain doesn't allow dots '.' in the text. Are there any restrictions related to…
tRuEsAtM
  • 3,517
  • 6
  • 43
  • 83
-1
votes
1 answer

How to access azure web site using ip address

I have created one azure web app service (S1:1), I have registered custom domain (TXT, CNAME & A records in DNS) for this site. I am able to access site using FQDN (https://xyz.pqr.com) but when I am using IP address to access this site it give me…
-1
votes
2 answers

How to add a custom domain to Azure static web app by api

I need to add custom domain to Azure static web app by an automate process. Eg: I have a web app and it has admin side and user side. A new user registered to the admin app they can add a new subdomain to the user app. So I want to add that created…
1 2
3