I have an ASP.NET Web App that utilizes a SQL Server database with Entity Framework in Azure Data Studio, along with Docker as a container. I recently published my web app to Azure, and none of my data from my web app migrated to my published web app. I have already added a SQL Server as well in Azure.
Keep in mind I am using Visual Studio 2019 on the MAC. I have seen a tutorial online where you can select a service dependency for an azure database, but I can't find that feature on my VS. How would I go about connecting my SQL Server database to my published web app?