
While you are working with Azure DevOps, it’s quite important to check the Azure DevOps status. In this Azure DevOps article, we will discuss multiple approaches to check the status of your Azure DevOps.
Table of Contents
How to check Azure DevOps Status
Well, there are a few simple approaches to view Azure DevOps service status. Let’s discuss those approaches one by one.
- Approach-1: Using the Azure DevOps official website
- Approach-2: Using Visual Studio Extensions
Approach-1: Using the Azure DevOps official website
- Navigate to the Azure DevOps Official site. Once, you are there, you can able to see the status below.

You can see the status of the below services with respect to different locations. The services are
- Core Services
- Repos
- Boards
- Test plans
- Pipelines
- Artifacts
- Other Services
The list of locations are as below
- United States
- Brazil
- Canada
- India
- Australia
- United Kingdom
- Asia Pacific
- Europe
Approach-2: Using Visual Studio Extensions
Launch your Visual Studio 2019 and then you can download and install the “Azure DevOps Status Monitor” extension in your Visual Studio. Follow the below steps.
- After launching the Visual Studio, click on the Extensions menu –> then choose the Manage Extensions option.

2. Click on the Visual Studio Marketplace node and then search for “Azure DevOps Monitor” and press Enter key. You can see the “Azure DevOps Monitor” extension as the search result and then click on the Download button to download the extension that is present next to the extension name as shown below.

3. After downloading successfully, you can able to see the VSIX Installer pop-up, click on the Modify/Install button to start the installation.
4. Once Installed successfully, You can again click on the Extensions menu and then click Manage Extensions –> expand the Installed node, You can able to see the Azure DevOps Status Monitor extension has been installed successfully. Refer to the below screenshot.

5. To configure the extension, click on the Tools menu –> Select Options.

6. Expand the “Azure DevOps Status Monitor” node and click on the General tab.

After installing and configuring this extension, you can able to check the status of your Azure DevOps from the Visual Studio itself.
You may also like following the below articles
- How to create a new project in Azure DevOps
- What is Azure DevOps?
- Azure DevOps Pricing
- Azure DevOps vs Jenkins
Conclusion
In this Azure DevOps article, we discussed 2 simple approaches to view Azure DevOps Status. Thanks for reading this article !!!