How to check if I "Upgrade Azure SQL Database 2014-04-01 APIs" applies to me?

Dan Chan 91 Reputation points
2024-08-26T17:31:17.4466667+00:00

I got this email notification.

User's image

Does it apply to me? How should I check?

We have a few Azure SQL databases in our tenant. We usually interact with them through database connection. These not are APIs, are they?

Thanks.

dchan

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. RahulRandive 10,401 Reputation points
    2024-08-30T23:03:07.4566667+00:00

    Hi @Dan Chan

    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 only.

    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!

    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.