Consider adding Azure Private Dns Zone resolver functionality for http and non-http Service Discovery
Open
area-service-discovery
azure
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Problem:
To use private azure resources in Aspire [from outside of Azure,i.e. on-prem], it's necessary to use a VPN (unavoidable) and additions to your local hosts file (avoidable -- see below.) The latter requires elevation/local admin also.
Solution:
Implement an abstraction that can resolve non-http and http resources using the following SDK within Aspire:
https://learn.microsoft.com/en-us/dotnet/api/overview/azure/resourcemanager.dnsresolver-readme?view=azure-dotnet
Contributor guide
Assessment
This issue has not been assessed yet.