Skip to content

PascalGeschwill/msdocs-app-service-sqldb-dotnetcore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 57.0%
  • HTML 37.0%
  • CSS 5.1%
  • JavaScript 0.9%