Skip to content

wpqs/MSDNOvaryVis

Repository files navigation

MSDNOvaryVis

Source code and resources needed to build the projects described in the following MSDN Magazine articles by Will Stott. Each project is complete in its own right and the later ones build on the earlier ones.

MSDN.OvaryVis Mag Article Dec18

Article

Summary:

  • Using C# with Azure.Management.Fluent and an Azure Function (timer trigger) to start and stop an Azure Container Instance provisioned from an image on Docker Hub

Technologies discussed:

  • Creating and deleting Azure Container Instances from a Docker image using C# and Azure.Management.Fluent
  • Using an Azure Function to implement periodic processing
  • Provisioning resources using the Azure Portal PowerShell Console

Visual Studion Solution and Source Code:

File containing list of commands for creating Azure Resources:

MSDN.OvaryVis Mag Article Nov18

Article

Summary:

  • How to perform long-running processing for an ASP.NET Core 2.1 Web App in the background using Azure Functions and a Service Bus queue

Technologies discussed:

  • Using Azure Service Bus Queue and Azure Functions to implement background processing for a Web App
  • Use of Entity Framework to provide database access to an Azure Function
  • Provisioning resources using Azure Cloud Shell

Visual Studion Solution and Source Code

File containing list of commands for creating Azure Resources

The above projects were developed from a simple Web site which was built using ASP.NET 2.1 MVC WebApp with Entity Framework and SQL Server. An online only article describing how to build this website together with its source code and commands for creating the necessary Azure resources can be found below:

MSDN.OvaryVis BaseProject

Article (online only)

Summary:

  • Step-by-step instructions for building a simple ASP.NET Core 2.1 MVC Web App and SQL Database as well provisioning the resources needed to publish them to the Azure Cloud

Technologies discussed

  • Creating an ASP.NET Core 2.1 MVC Web App
  • Use of Entity Framework Core to create a database for the Web App and provide the required access
  • Provisioning resources for the Web App and SQL Server database using Azure Portal Powershell Console

Visual Studion Solution and Source Code

File containing list of commands for creating Azure Resources

About

Source code and resources needed to build the projects described in MSDN Magazine articles by Will Stott

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published