Action required: Upgrade Azure SQL Database 2014-04-01 APIs to a newer version by 31 October 2025

Ansari Abdul Mannan Saeed Ahmed 0 Reputation points
2025-07-22T13:00:10.09+00:00
  1. We attempted to deploy the Azure SQL Database policy template, but the deployment failed. Upon reviewing the error details, we identified the following issues: Unsupported API Versions for Database Advisors Auditing Policy Failure
  2. In Export Template we get API version 2014. Do we need to update this DB.
    User's image

Or only need to update arm template if we want to create new db.

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Saraswathi Devadula 13,575 Reputation points Microsoft External Staff Moderator
    2025-07-23T02:30:22.37+00:00

    Hello Ansari Abdul Mannan Saeed Ahmed

    You have been notified that the Azure SQL Database API version 2014-04-01 will be retired, and the target APIs are APIs for Azure SQL Database management operations, such as changing the pricing tier, adding firewall rules, etc., connecting to Azure SQL Database and Please be assured that the use of data acquisition and update will not be affected. This alert on the azure advisory refers to an update that is being done on the APIs from azure.

    Note: Microsoft has sent an alert email to all the customers who have registered for Microsoft.sql (maybe in the past or they are registered currently). You can open Azure portal -> Subscriptions -> Resource Providers, and 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 or unregister the resource provider to avoid confusion.

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

    If you are using the REST API to manage Azure SQL Database, please make sure that you do not specify [api-version=2014-04-01] as shown below in the URL of the API you are currently calling.

    GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName }?api-version=2014-04-01

    GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName }?api-version=2021-11-01

    when you are using the REST API to manage your databases try to use this below link to change API version of the database, https://learn.microsoft.com/en-us/rest/api/sql/databases/get?view=rest-sql-2021-11-01&tabs=HTTP#code-try-0

    The actualizations are still being made and the documentation will be updated soon to include all client versions that needs to be updated.

    I request you to refer the below document for further reference,

    Azure SQL Database REST API 2014-04-01 Retirement Notice | Microsoft Learn

    To check the API version of the sql server, click on sql server overview, and click on json view, where you can check the api version. User's image

    I hope this information helps. If the issue still persists, please let us know here. We will respond with more details and try to help you.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful.

    0 comments No comments

Your answer

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