I am using devops api to pull requests data for a report in our in-house web application.
All has always worked fine. Today I got a 503 service unavailable error.
To rule out my app, I used a tool (postman, bruno) and verified indeed I am getting now a 503 service unavailable error.
Again, these have always worked before.
The URLs (with var names) I am using are:
https://dev.azure.com/{{devops-org}}/{{devops-proj}}/_apis/git/repositories/{{devops-repo}}/pullrequests?api-version=7.2-preview.2&searchCriteria.status=completed&searchCriteria.maxTime={{devops-pull-req-maxDate}}&searchCriteria.minTime={{devops-pull-req-minDate}}
even trying to use the api for a single request yields the same 503 error
https://dev.azure.com/{{devops-org}}/{{devops-proj}}/_apis/git/pullrequests/257?api-version=7.2-preview.2
The MS help also mentions as options: 'scale the app', 'use autoheal' and 'restart the app'.
When I try to follow the restart the app option, it refers to the 'app blade'. What is this? and whre can II find this?
I also went thru the MS site and it seems I need some paid support to even create a case?