Posts from 2021

.NET 6 on App Service

1 minute read • By Byron Tardif • November 8, 2021

We are happy to announce that App Service is rolling out day 0 support for .NET 6.0 applications across all public regions and scenarios on both Windows and ...

Introduction to Azure Resource Graph for App Service

5 minute read • By Jordan Selig • October 29, 2021

Azure Resource Graph (ARG) is an Azure service that gives you the ability to query and explore your Azure resources across a given set of subscriptions so th...

How to Create a Web App with a Hybrid Connection

9 minute read • By Jordan Selig • October 15, 2021

Hybrid Connections is a feature in App Service that provides access from your app to a TCP endpoint allowing your app to access application resources in any ...

Managing an App Service Domain

3 minute read • By Yutang Lin • September 22, 2021

App Service Domain is a domain resource on Azure which integrates with Azure DNS. This allows you to manage all your resources on Azure for when you need to ...

Web App (Windows) restart operations

4 minute read • By Ignacio Alvarez Arenas • September 16, 2021

This document covers some common operations that can be performed in an App Service and the effects in terms of availability and restart operations. Restarts...

Overview of the ‘kind’ property for App Service

1 minute read • By Jordan Selig • August 31, 2021

We get a lot of questions on the App Service kind property, so we are sharing some information to help you understand what it is, what it does, and how to us...

App Service Support for Availability Zones

4 minute read • By Jordan Selig • August 25, 2021

NOTE! As of March 2023, the content in this post may be outdated. For the latest information on Availability Zone support for App Service, see Azure App S...

Set up GitHub Actions with the Azure CLI

1 minute read • By Jason Freeberg • August 9, 2021

With GitHub Actions you can set up a workflow to build and deploy your applications whenever there’s a commit on your main branch, or a PR is merged, or even...

Quickstart: Intro to Bicep with Web App and DB

8 minute read • By Jordan Selig • July 23, 2021

Get started with Azure App Service by deploying an app to the cloud using a Bicep file and Azure CLI in Cloud Shell. Because you use a free App Service tier,...

.NET 6 Preview 5 on App Service

less than 1 minute read • By Byron Tardif • June 25, 2021

In case you missed it, we released support for .NET 6 Preview 4 about 2 weeks ago.

Root CA on App Service

1 minute read • By Amol Mehrotra • June 22, 2021

App Service has a list of Trusted Root Certificates which you cannot modify in the multi-tenant Windows variant version of App Service, but you can load your...

.NET 6 Preview on App Service

less than 1 minute read • By Byron Tardif • June 9, 2021

We are happy to announce that App Service now supports apps targeting .NET 6 Preview 4 across all public regions and scenarios on both Windows and Linux App ...

App Service Environment v3 march to GA

3 minute read • By Christina Compy • May 25, 2021

The App Service Environment v3 (ASEv3) has been in preview since November 2020. During this time it was made available across most regions, received numerous...

Announcing Auto Heal for Linux

1 minute read • By Puneet Gupta • April 21, 2021

We are happy to announce the availability of Auto Heal feature for Linux apps on Azure App Service. Auto Heal allows you to mitigate your apps when it runs i...

Running .NET 6 (Preview) on App Service

3 minute read • By Jeff Martinez • April 15, 2021

.NET 6 is the latest release version that will include the final pieces bringing the best of Core, Framework, Xamarin, and Mono to a unified platform that st...

Upgrade Notifications for App Service (Preview)

4 minute read • By Michimune Kohno and Sanghmitra Gite • April 14, 2021

The Azure App Service is a PaaS solution offering in Azure which constantly updates the platform. One of the top requests from customers is to receive a noti...

Migrating your .NET 3.1 Applications to .NET 5

3 minute read • By Jeff Martinez • April 14, 2021

.NET 5 is the first major release in the .NET unification journey bringing together the best of Core, Framework, Xamarin, and Mono to provide an improved dev...

Increased Savings with App Service Offerings

13 minute read • By Yutang Lin • March 11, 2021

In this article, we will review different App Service offerings with side-by-side comparisons to show how you can save more with App Service. The offerings w...

Custom domain for SCM site

1 minute read • By Mads Damgård • March 3, 2021

When enabling private endpoint for a web app, both the web app and the Source Control Manager (SCM) site, also sometimes referred to as kudu, are locked down...

Deploying to Network-secured sites, Part 2

4 minute read • By Jason Freeberg • March 1, 2021

An earlier article explained how to use self-hosted Azure DevOps agents to build and deploy your applications to a web app that has Private Endpoints enabled...

Proactive Crash Monitoring in Azure App Service

3 minute read • By Puneet Gupta • March 1, 2021

A crash of a process happens when the process terminates due to an unhandled exception within the application code. A crash leads to a restart and all the in...

Webinar: Build Smarter and Faster .NET Web Apps

less than 1 minute read • By Gaurav Seth • February 5, 2021

Join our upcoming webinar on Tuesday, February 23 from 1:00 to 2:00pm Pacific Time! Learn how Azure can help you to innovate with your .NET web apps and SQL ...

New App Service + Database create blade (preview)

less than 1 minute read • By Byron Tardif, Elliott Hamai • January 26, 2021

We are happy to share a new resource create blade for App Service and Azure databases. This new experience, currently in preview, deploys a PostgreSQL or Azu...

Java, Tomcat, and JBoss EAP version updates

less than 1 minute read • By Jason Freeberg • January 6, 2021

The latest App Service releases included new Java, Tomcat and JBoss EAP versions. Windows New Tomcat versions 9.0.38 8.5.58 N...

Deploying to Network-secured sites

5 minute read • By Jason Freeberg • January 4, 2021

With the recently-announced Private Endpoints integration you can block inbound access from the internet to your web app. Before this integration, developers...

Back to top ↑