Introduction

Completed

Azure Load testing is a managed service that can be used to simulate load on your application's UI and APIs endpoints.

Azure Load Testing provides capabilities for automating load tests and integrating them into your continuous integration and continuous delivery (CI/CD) workflow. You can define test criteria, such as average response time or error thresholds, and automatically stop load tests based on specific error conditions.

Learning objectives

After completing this module, you'll be able to:

  • Understand the components of Azure Load Testing
  • Create an Azure Load Testing resource.
  • Configure service authentication to allow GitHub Actions to connect to your Azure load testing resource.
  • Add load test input files to your repository.
  • Update the GitHub Action definition to invoke Azure Load Testing.