Christian Nagel
Christian Nagel
@vhvb1989 `azd init` from the root of the repository is not ideal: with https://github.com/PacktPublishing/Pragmatic-Microservices-with-CSharp-and-Azure I have a .NET Aspire project in every chapter folder. Thanks for the alternative #3587 :-)
@vhvb1989 https://github.com/PacktPublishing/Pragmatic-Microservices-with-CSharp-and-Azure is the repo for an upcoming book. Every chapter folder has a complete solution, which is continued and enhanced in the folder of the next chapter. The complete...
Thanks @paulomorgado! For the scenario I'm just having I changed `ExternalHostResource` to implement `IResourceWithServiceDiscovery` which allows to reference the resource using `WithReference`.