Problem Retire Older Version Azure SQL APIs.

wwoodgeotech 0 Reputation points
2024-08-26T20:17:43.2866667+00:00

We received a notice that MS is retiring the Azure SQL Database 2014-04-01 APIs. We have several database in the subscriptions identified in their letter. Each of these SQL databases are being only used with Azure VMs and connected to MS Access via ODBC. There is no other code or scripts used with them.

Do we need to be concerned about the API that is being retired?

TIA

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. RahulRandive 10,486 Reputation points Volunteer Moderator
    2024-08-30T23:01:32.13+00:00

    Hi @wwoodgeotech

    You can open Azure portal -> Subscriptions -> Resource Providers, search for "Microsoft.Sql", if this is registered, you will receive the notification. If there is no SQL resource created in the subscription, you can ignore the notification email

    The alert is on the azure advisory refers to an update that is being done on the APIs from azure.

    The retirement notice is specifically about the API version used for managing and interacting with Azure SQL Database resources programmatically.

    If you are currently using the Azure portal, Azure CLI, or Azure PowerShell to manage Azure SQL Database, you need not to take any action.

    Someone has shared HttpIncomingRequests table query. I believe HttpIncomingRequests is a backend query that can be executed by the support agent.

    Below query you can try running in Azure Resource Graph Explorer from Azure portal

    resources

    | where type == 'Microsoft.Sql/servers/databases'

    | project apiVersion

    Hope this help!

    Thank You!

    1 person found this answer helpful.
    0 comments No comments

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.