Questions tagged [azure-custom-domain]
39 questions
0
votes
1 answer
What is the difference between 'Active Directory Custom Domain' and 'App Service Custom Domain'?
I'm looking for information that clearly describes the difference between a custom domain created through Azure Active Directory (AAD) and a custom domain created through App Service Domains.
It makes sense that an App Service domain is bought…

Dieter
- 401
- 1
- 9
- 31
0
votes
1 answer
Azure Front Door custom domain not using correct cert
I'm trying to setup a Storage account (static hosted app) with Azure Front Door, and while the routing to my static app is working, for some reason the certificate being used still points to the *.azuredge.net (as opposed to *.mydomain.com)
For the…

Pilsen
- 125
- 7
0
votes
1 answer
Azure Frontdoor Standard. How to configure wildcard multi origin setup using terraform
I'm trying to configure an Azure Frontdoor Standard resource (using terraform) for saas application with wildcard domain where the applications are hosted on an AKS cluster (that is routing to the correct application by looking at the request host…

ossentoo
- 1,675
- 2
- 20
- 44
0
votes
1 answer
How do I run Azure Functions from my domain
So i can setup a custom domain to call an azure function, but this only allows me to call one azure function for the domain name.
How do i go about setting up a domain name path to call and azure function?

EnenDaveyBoy
- 119
- 2
- 9
0
votes
1 answer
Queries on WordPress on Azure
I'm hosting a WordPress Site on Azure VM(Ubuntu 20.04) with Azure DB for MySQL Server as a DB for the website.
I have created 2 environments (Dev & QA) with this setup.
Currently it is accessible on a Static public IP address like this -…

Ajinkya Bapat
- 619
- 1
- 10
- 26
0
votes
0 answers
Azure website returns ERR_CONNECTION_RESET error after adding custom domain and SSL Certificate
The URL of my original web app works fine, but I want to use a custom domain, so I apply for Azure SSL Certificate, Key Vault, custom domain. After setting, execute the web page on Edge, Chrome, and the error in the following picture is displayed.…

Eric46900
- 3
- 1
- 1
- 4
0
votes
1 answer
Azure APIM: How to obtain SSL certificate from Key Vault with User Assigned Managed Identity
I'm experiencing an issue when I try to use an User Assigned Managed Identity to obtain a custom TLS/SSL certificate for my API Management instance from Azure Key Vault, as described here: Obtain a custom TLS/SSL certificate for the API Management…

t.amsing
- 169
- 7
0
votes
1 answer
C# .Net Azure Management REST API - Add App Service Managed Certificate - Response = Not Found
I can use the Azure Management REST API to add a custom domain to my Azure App Service. I also need to secure that custom domain by adding a App Managed Certificate to my app service.
static string _ClientId =…

David.Warwick
- 620
- 1
- 9
- 28
0
votes
1 answer
Restrict azure wildcard domain
We do have multitenant app hosted on azure and we considered using wild card domains as there is restriction of number of subdomains an app service can contain(as of now it is 500) and I was able to add wildcard domains and attach to out App…

RashmiMs
- 129
- 14
0
votes
1 answer
Azure API Managment User Assigned Identity Custom Domain KeyVault
I have the following issue:
Steps (Azure portal):
Create Azure APIM (Devloper sku, internal vnet, no system assigned managed identity!)
Create own Managed identity (user managed identity) - UAI
Create KeyVault
UAI: Create Role Assignment for UIA…

djflocko
- 49
- 1
- 5
0
votes
1 answer
Accessing API Management with Internal VNET with custom domain name (getting default IIS page)
We have our API Management instance with Internal VNET configuration. I wanted to make the various URLs accessible with a custom domain name. So we issued an internally generated certificate from our on-premise CA. We also uploaded the Root…

JakeUT
- 359
- 1
- 4
- 16
0
votes
1 answer
APIM Consumption Tier, Custom Domain, Cloudflare & third level subdomain
I am working with Azure API Management Service, in the Consumption Tier, and I registered a "Custom domain" through a free account at Cloudflare, in cloudflare register the domain and configure full encryption.
Also add the domain as DNS to my API…

Svalinn
- 21
- 9
0
votes
1 answer
Redirecting as proxy one subfolder of apache server to azure web app
I have a website on apache web server, and I would like one of subfolders to transparently redirect to azure web app.
mydomain.org -> regular apache page
mydomain.org/something -> regular apache page
mydomain.org/azure -> redirect to…

Shadarath
- 187
- 1
- 11
0
votes
1 answer
Azure App Service Custom Domain limitation
We work with Azure App Service and custom domain feature to set the websites of our clients to our App service (with appropriate SSL for sure) The limitation of custom domain seems to be 250 or 500? Someone has the truth? We products is a SAAS and…
0
votes
0 answers
In Azure App Service, error when configuring wildcard Custom Domain
When configuring my wildcard custom domain in an app service, I have en error message saying plainly:
"Attribuer un domaine personnalisé
Impossible d’attribuer le domaine personnalisé *.mydomain.com"
Or in English:
"Configure a Custom Domain
Unable…

Hammer
- 21
- 3