Skip to content

powerchelle/msdocs-app-service-sqldb-dotnetcore

 
 

Repository files navigation

languages page_type description products
csharp
aspx-csharp
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.
azure
aspnet-core
azure-app-service

.NET Core MVC sample for 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.

Getting started

Run from Visual Studio

  1. git clone https://github.com/Azure-Samples/msdocs-app-service-sqldb-dotnetcore.git
  2. cd msdocs-app-service-sqldb-dotnetcore
  3. Open DotNetCoreSqlDb.sln in Visual Studio.
  4. Start debugging.

Run from command line

Run the following commands in a terminal:

git clone https://github.com/Azure-Samples/msdocs-app-service-sqldb-dotnetcore.git
cd msdocs-app-service-sqldb-dotnetcore
dotnet ef database update
dotnet run

NOTES

This did not deploy last time so I want to update a file and try again...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 57.4%
  • HTML 36.6%
  • CSS 5.1%
  • JavaScript 0.9%