Aspire Part 2. How to configure your app to use the SQL container.
In Part 1, we talked about setting up a MSSQL docker container for usage in Aspire. As specified before, we setup our MSSQL container as following: The code is self explanatory, the SQL Server starts, when this is started, the API starts. It’s important to include the WithReference and WaitFor. …