Showing results for app service - .NET Blog

Mar 7, 2023
4
12

Introducing the Reliable Web App Pattern for .NET

Matt Soucoup Nish Anil
Matt,
Nish

The first step of your application's cloud journey often times is the most difficult. We've created the Reliable Web App pattern to help you out. In this article you'll learn about the overall pattern and some easy code changes you can make today to get your app ready for its cloud journey.

.NETASP.NET CoreAzure
Sep 4, 2018
0
0

How to get started with Azure and .NET

picru
picru

Note: This content is now available as an official document Azure is a big cloud with lots of services, and for even the most experienced user it can be intimidating to know which service will best meet your needs. This blog post is intended to provide a short overview of the most common concepts and services .NET developers need get started and ...

ASP.NETASP.NET CoreAzure
Nov 16, 2016
1
0

Put a .NET Core App in a Container with the new Docker Tools for Visual Studio

Jeffrey Fritz
Jeffrey Fritz

By now hopefully you’ve heard the good news that we’ve added first class support for building and running .NET applications inside of Docker containers in Visual Studio 2017 RC.  Visual Studio 2017 and Docker support building and running .NET applications using Windows containers (on Windows 10/Server 2016 only), and .NET Core applications on ...

ASP.NETASP.NET CoreAzure
Mar 31, 2016
0
0

Azure App Service Tools Updates in the Azure SDK for .NET 2.9

Brady Gaster
Brady Gaster

In the Azure SDK 2.9 we’ve made it significantly more convenient for developers who use Azure App Service to host their Web, Mobile, API, and background-processing WebJob apps. We’ve heard from customers who use Azure Resource Manager (ARM) templates to create their Azure topologies that they’re rarely creating one web app or one API app. ...

ASP.NETAzure