A/B Testing with App Service, Part 3: Analyzing the telemetry
This is the third article in our guide for A/B testing with App Service. The first article shows how to set up your client-side project. The second article s...
App Service makes it easy to deploy from your local machine or a CI/CD pipeline. You can deploy to staging environments, known as slots, and swap your new release to production with one click. Finally, you can split traffic between your slots to do A/B testing, or validate your new release with production traffic before swapping.
This is the third article in our guide for A/B testing with App Service. The first article shows how to set up your client-side project. The second article s...
The first version of the App Service Deployment Center has been generally available since late 2018. The Deployment Center gives a centralized view of all th...
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...
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...