Azure Graph KQL | Service Retirement List

Michel Sfeir 65 Reputation points
2025-02-13T09:28:14.4033333+00:00

Hello,

Is there a way to retrieve the Azure service retirement list from Azure Advisor using a query in Azure Graph / KQL?

Best Regards,

Michelk

Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
76 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pavan Minukuri 1,130 Reputation points Microsoft Vendor
    2025-02-13T11:15:24.3766667+00:00

    Hi Michel Sfeir
    To retrieve the Azure service retirement list, you can use Azure Resource Graph and KQL (Kusto Query Language).
    Azure Advisor Service Retirement Workbook:

    1.The workbook provides a centralized view of retiring services, helping you assess impact, evaluate options, and plan migrations.

    2.You can access it in the Azure portal under Advisor, workbooks, gallery, or direct link.

    3.It shows a list and map view of impacted services, with retirement dates, affected resources, and migration options. You can filter by subscription, resource group, and location.

    4.The workbook is updated regularly, but it may not include all retiring services.

    Azure Resource Graph Query:

    1.Use Resource Graph with a KQL query to find resources related to retiring services.

    2.The query uses JSON data containing the service name, retiring features, retirement dates, and links.

    3.If a service isn’t in the workbook, you can use a KQL query or PowerShell to identify expiring resources.

    You can find an example query on GitHub at
    https://github.com/Azure/EOL/blob/main/resource_list.kql

    Please let us know if you required anything!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.