Query Azure updates programmatically

Samuel Kastberg 1 Reputation point
2022-11-09T16:14:15.263+00:00

Is it possible to query Azure Updates programmatically? e.g. with a REST API or CLI
The idea is to automate the request and send alerts to stakeholders so they can be proactive. The RSS feed https://azurecomcdn.azureedge.net/en-us/updates/feed/ don't provide information as retirement date or product. Also the RSS feed will not show older announcements.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Maxim Sergeev 6,566 Reputation points Microsoft Employee
    2022-11-09T23:05:20.73+00:00

    Hi there,

    For the retirement information I would highly recommend the source being driven by Microsoft employee

    https://github.com/azure-deprecation/dashboard/issues

    This is what I use for my customers :)