# Azure pipelines

- [Introduction](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/introduction.md): This page will get you started for a CI-based analysis in SonarQube Cloud if you're working with an Azure pipeline.
- [Azure Pipelines integration overview](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/azure-pipelines-integration-overview.md): The Azure DevOps extension for SonarQube Cloud makes use of specific tasks to define steps in your pipeline. This page also includes details about the extension modes and your analysis process.
- [Configuring project for Azure Pipelines](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/setting-up-project-integration.md): This page explains project-level settings required if you use Azure Pipelines for your project analysis.
- [Adding analysis to build pipeline](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline.md): Depending on your project type, setting up an analysis pipeline with the Azure DevOps extension for SonarQube Cloud is slightly different. These pages help you construct the correct pipeline.
- [Gradle or Maven project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/gradle-or-maven-project.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for Gradle or Maven projects.
- [.NET project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/dotnet-project.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for .NET projects.
- [C family project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/c-family-project.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for C-family projects.
- [JS, TS, Go, Python, PHP, etc. project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/js-ts-go-python-php.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for JS, TS, Go, Python, and PHP projects in SonarQube Cloud.
- [Monorepo projects](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/monorepo-projects.md): Use these instructions to set up your build pipeline in Azure DevOps when analyzing monorepo projects in SonarQube Cloud.
- [Using various features](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/various-features.md): This page explains numerous features you may use when adding a SonarQube Cloud analysis to your Azure build pipeline.
- [Checking quality gate in release pipeline](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/quality-gate-status-in-release-pipeline.md): It is possible to use your SonarQube quality gate status to block your Azure DevOps release pipeline.
- [List of SonarQube tasks](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/sonarqube-tasks.md): The Azure DevOps extension for SonarQube Cloud provides tasks to stage automations in your Azure build pipeline. This page contains the task list along with the task inputs and their descriptions.
