/30-appservice-sql

Primary LanguageC#MIT LicenseMIT

languages page_type description products
csharp
aspx-csharp
sample
This is a sample application you can use to follow along w/ the Build a .NET Core and SQL Database web app in Azure Web Apps for Containers tutorial.
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 Build a .NET Core and SQL Database web app in Azure Web Apps for Containers.

License

See LICENSE.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

$env:ConnectionStrings:MyDbConnection="Server=tcp:sqs-weu-sqlserver001-int01.database.windows.net,1433;Initial Catalog=SDB-APPSERVICE00-INT01;Persist Security Info=False;User ID=srv_appservice;Password=password04!;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"

my environment

PowerShell

$env:ConnectionStrings:MyDbConnection="Server=tcp:impl-sql-test.database.windows.net,1433;Initial Catalog=impl-test;Persist Security Info=False;User ID=srv_admin;Password=SLR13mm2005;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"

Run migrations

dotnet ef database update

Implenia

Server=tcp:sqs-weu-sqlserver001-int01.database.windows.net,1433;Initial Catalog=SDB-APPSERVICE00-INT01;Persist Security Info=False;User ID=srv_appservice;Password=password04!;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;