Questions tagged [azure-custom-domain]
39 questions
4
votes
1 answer
Adding custom domain to tabs and make it work as multi-tenant
Objective: Make the Tab multi-tenant.
Scenario: There is a bot and we added a static tab as a feature. Add a feature was available in the Teams toolkit version 4.x.x. The tab is working fine after deploying to the organization.
As the next step in…

IAM5K
- 257
- 3
- 10
3
votes
3 answers
Configuring custom domains with Azure Front Door
We have an app that allows customers to use their own custom domain to access their accounts on our app.
Currently, we are using the Azure App Services Custom Domain option & when a user shares their custom domain with us, we manually add it to the…

Supreet
- 831
- 1
- 9
- 30
3
votes
2 answers
Is the Custom Domain Verification shared across an Azure subscription?
I've noticed that the value of the Custom Domain Verification Id seems to be the same across many of my app services, app service plans, and azure regions in my Azure Subscription. I can't see any documentation as to whether confirming this…

Andy Palmer
- 75
- 1
- 7
2
votes
0 answers
How to block crawling of the origin when Azure CDN is configured
something is not clear using Azure CDN.
I explain step by step what I have done since my website has been created. Call my website www.mypublicwebsite.com. So:
I created a web app on Azure. The website has the following url:…

Simone
- 2,304
- 6
- 30
- 79
2
votes
1 answer
Static website hosted in Azure, HTTPS working HTTP not
I have hosted a static website in azure mainly by following the Microsoft tutorials. The process has been to create a storage account, create a CDN endpoint, map my custom domain to the endpoint and then enable HTTPS using an SSL certificate managed…

hb115
- 21
- 3
1
vote
1 answer
How to Add Custom Domain Name in Azure AD Programatically?
How do I add a custom domain name in Azure AD via an automation tool or CLI? I would like to mimic the manual steps in the Azure Portal (Azure AD -> Custom Domain Names -> Add custom domain -> enter domain name -> enter settings for custom domain…

Alex Bishka
- 73
- 8
1
vote
0 answers
Problem with use WebSocket transport on SignalR ASP.NET WebForms app with Azure SignalR with custom domain
I have a problem with use custom domain on SignalR Azure Service with my ASP.NET WebForms app containing SignalR hub.
I configured custom domain at SignalR Azure Service as in the picture
Azure SingalR Service custom domain configuration
When i use…

Toom
- 11
- 2
1
vote
1 answer
Failed to setup Custom Domain for APIM using PowerShell script
I am trying to setup custom domain for my APIM instance using below script
[CmdletBinding()]
param (
[String]
$ResourceGroupName,
[String]
$Hostname,
[String]
$ApimServiceName,
[string]
…

KSP
- 127
- 8
1
vote
1 answer
C# Azure Management REST API - Bind Certificate to App Service Custom Domain
I can create a custom domain using the Azure Management REST API, and I can create an App Service Managed certificate, which is associated with the custom domain (I think). Maybe not. However, under custom domains in my app service, it shows that I…

David.Warwick
- 620
- 1
- 9
- 28
1
vote
0 answers
Custom domain URL with Azure App Function
I have an app function in Azure that is behind a front door. The front door uses a custom domain which has a CNAME record setup with our DNS provider.
The app uses MS Authentication when you access it.
What happens is that when I access the URL of…

AngryDog
- 11
- 2
1
vote
0 answers
Azure API Management: Could not establish trust relationship for the SSL/TLS secure channel
I'm trying to set up an API Management Gateway using a custom domain. However, when I go to test it out, I get an SSL error. I am not sure if I've missed any steps or I've misconfigured my custom domain. The API returns a 200 response when I use the…

user782400
- 1,617
- 7
- 30
- 51
1
vote
0 answers
Azure CDN "Purge" command doesn't work as expected with Custom Domain
We are using Azure CDN from Microsoft with a Custom Domain (with HTTPS enabled) to serve content in a WebApp.
The caching rules behavior is set to "Cache every unique URL", and we use rules engine to define caching rules.
The default rule is "Set if…

ksune4ka_00x
- 13
- 3
1
vote
1 answer
Naked domain in Azure CDN endpoint has wrong HTTPS certificate name
I have a site in Azure. Pages are generated by Azure Functions, but for a given URL generated page will always be identical, so I put it behind a CDN endpoint. I added custom domains to the endpoint: www.example.com is the main domain and there is…

Ivan Koshelev
- 3,830
- 2
- 30
- 50
1
vote
0 answers
Azure CDN - redirect from *.azurewebsites.net to cdn generate ERR_TOO_MANY_REDIRECTS error
I have a website on azure. Then I've created a CDN. I've a custom domain to my cdn.
Now I have added this configuration on my website:

Simone
- 2,304
- 6
- 30
- 79
0
votes
0 answers
Authorization filter in Azure App service redirect to default domain rather than custom domain
I have Azure app service which built in .NET 6 core. That app service has custom domain which is accessible for all. But default domain not accessible for all and it threw 403 forbidden error.
Now my issue is when I use Authorize filter on some…

Hunzla Ali
- 383
- 2
- 5
- 22