Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support adding custom domains to Aspire apps deployed via ACA #3102

Closed
mitchdenny opened this issue Dec 10, 2023 · 2 comments
Closed

Support adding custom domains to Aspire apps deployed via ACA #3102

mitchdenny opened this issue Dec 10, 2023 · 2 comments

Comments

@mitchdenny
Copy link

Over in the Aspire repo we got this feature request:

dotnet/aspire#1322

This is more of a deployment time concern as the domain you want to apply would be different for each environment that you are deploying into. Custom domain support for publicly exposed endpoints pulls in a few considerations such as support for certificates. I know when I've automated this in the past with Bicep you end up needing to have an Azure DNS domain which you can create your sub domain off so that you can use Bicep to inject the necessary TXT records at deployment to allow auto certificate generation.

@KSemenenko
Copy link

As I know there are two ways to make this.Depends on DNS.

In one case in our DNS we have to add IP address for our service, and probably some other records. So this is more complicated.

And second when we can use Azure DNS.

I prefer Azure DNS

@rajeshkamal5050
Copy link
Contributor

Duplicate of #1765

@rajeshkamal5050 rajeshkamal5050 marked this as a duplicate of #1765 Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants