languages | page_type | description | products | |||||
---|---|---|---|---|---|---|---|---|
|
sample |
A sample application you can use to follow along with Tutorial: Deploy an ASP.NET Core and Azure SQL Database app to Azure App Service. |
|
This is a sample application that you can use to follow along with the tutorial at Tutorial: Deploy an ASP.NET Core and Azure SQL Database app to Azure App Service.
- git clone https://github.com/gathogojr/msdocs-dotnetcore-sqldb.git
- cd msdocs-dotnetcore-sqldb
- Open DotNetCoreSqlDb.sln in Visual Studio.
- Start debugging.
Run the following commands in a terminal:
git clone https://github.com/gathogojr/msdocs-dotnetcore-sqldb.git
cd msdocs-dotnetcore-sqldb
dotnet ef database update
dotnet run