Posts from August 2020

Health Check is now Generally Available

2 minute read • By Jason Freeberg and Suwat Bodin • August 24, 2020

App Service makes it easy to automatically scale your apps to multiple instances when traffic increases. This increases your app’s throughput, but what if th...

GitHub Actions integration is now Generally Available

less than 1 minute read • By Jason Freeberg and Mitren Chinoy • August 19, 2020

A year ago we announced a GitHub Action to deploy your web apps to Azure App Service. In April, we added GitHub Actions as an option in the Deployment Center...

Netflix Eureka on App Service

9 minute read • By Gregory Goldshteyn • August 18, 2020

Netflix Eureka is a REST based middleware designed for discovery and load balancing of web applications. For those who already have a Netflix Eureka app, thi...

Crash Monitoring in Azure App Service

4 minute read • By Yun Jung Choi, Puneet Gupta • August 11, 2020

Application crashes happen. A crash is when an exception in your code goes un-handled and terminates the process. These unhandled exceptions are also known a...

Disabling basic auth on App Service

4 minute read • By Jason Freeberg and Shubham Dhond • August 10, 2020

App Service provides access for FTP and WebDeploy clients to connect using the basic auth credentials found in the site’s publish profile. These APIs are gre...

Back to top ↑