A/B Testing with App Service, Part 2: Server-side configuration
This is the second article in our guide for A/B testing with App Service. See the first article for more information about A/B testing and how to set up your...
This is the second article in our guide for A/B testing with App Service. See the first article for more information about A/B testing and how to set up your...
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 is a REST based middleware designed for discovery and load balancing of web applications. For those who already have a Netflix Eureka app, thi...
The Azure App Service is offered as two deployment types: the multi-tenant service and the App Service Environment. In the multi-tenant service there are tho...
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...