Forum Discussion
WilliamBonomo
Oct 21, 2022Brass Contributor
Frontdoor Custom Domain in Bulk
Hi Everyone. We are on the brink of migrating our onprem workload to Azure AKS. We have hundreds of clients and every client has its own subdomain p.e client1.contoso.com. To avoid unexpecte...
- Nov 17, 2022Hello,
Sorry for the delay of my answer.
I used the following configuration:
- VM based on Ubuntu 20.04
- Frond Door Standard pricing tier
The content of my csv file is:
domainName,domainHost
domain1,http://www.amo02160-1.com
domain3,http://www.amo02160-3.com
domain5,http://www.amo02160-5.com
domain7,http://www.amo02160-7.com
I tried with your csv content and I have no issue to create the domains on my AFD.
Let me know.
WilliamBonomo
Nov 09, 2022Brass Contributor
Can I also ask you how your CSV looks like?
arnaud_grow-una
Nov 17, 2022Brass Contributor
Hello,
Sorry for the delay of my answer.
I used the following configuration:
- VM based on Ubuntu 20.04
- Frond Door Standard pricing tier
The content of my csv file is:
domainName,domainHost
domain1,http://www.amo02160-1.com
domain3,http://www.amo02160-3.com
domain5,http://www.amo02160-5.com
domain7,http://www.amo02160-7.com
I tried with your csv content and I have no issue to create the domains on my AFD.
Let me know.
Sorry for the delay of my answer.
I used the following configuration:
- VM based on Ubuntu 20.04
- Frond Door Standard pricing tier
The content of my csv file is:
domainName,domainHost
domain1,http://www.amo02160-1.com
domain3,http://www.amo02160-3.com
domain5,http://www.amo02160-5.com
domain7,http://www.amo02160-7.com
I tried with your csv content and I have no issue to create the domains on my AFD.
Let me know.
- WilliamBonomoNov 30, 2022Brass Contributor
Thank you for testing this and clarifying.It indeed works but only worked when I created the csv from the Ubuntu machine, weird. I was wary about the error message and decided to create the csv from the linux box then it works.
Thank you again.