Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025 You're receiving this email because you use Azure SQL Database APIs

SIREESHA KETHINEDI 0 Reputation points
2024-01-26T20:32:30.6466667+00:00

Hello All, I received an email from MS Azure stipulating that I need to update my Azure SQL Server API's to a newer version. Here is what was stated in the email:

Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025 You're receiving this email because you use Azure SQL Database APIs. To improve performance and security, we're updating Azure SQL Database APIs. As part of this, all version 2014-04-01 APIs will be retired on 31 October 2025. You'll need to update your resources, including templates, tools, scripts, and programs, to use a newer API version by then. Any API calls still using the older versions after that date will stop working until you've updated them. Required action To avoid potential service disruptions, upgrade any Azure SQL Database resources that use version 2014-04-01 APIs to a newer stable version by 31 October 2025.

I require assistance in determining the necessary actions for updating. I have reviewed the documentation provided by Azure, but I found it challenging to comprehend.

Azure SQL Database
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Mohamed Javeed Thettilayil 15 Reputation points
    2024-01-26T21:49:11.8466667+00:00

    Adding an example to for some more clarity on what is being asked by MS.

    Consider the following restAPI example to Create or Update a database: https://learn.microsoft.com/en-us/rest/api/sql/databases/create-or-update If you look a the top left had corner on this page you can see a drop down list with the following versions:

    • 2023-05-01-preview
    • 2021-11-01
    • 2014-04-01

    Selecting each one will give you a modified version of the restAPI command to create or update database

    2 people found this answer helpful.

  2. Oury Ba-MSFT 20,931 Reputation points Microsoft Employee Moderator
    2024-01-26T21:09:08.5266667+00:00

    @SIREESHA KETHINEDI
    Thank you for reaching out for more clarification. Microsoft sent an alert email to all the customers who registered for Microsoft.SQL. 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. Until 31 October 2025, you can continue to use Microsoft.SQL 2014-04-01 APIs, templates, SDKs, and programs without impact.  You can transition to a newer stable version of Microsoft.SQL APIs any time before 31 October 2025 There is a separate thread created for this question where in queries are addressed together. See the following link Azure SQL Database REST API 2014-04-01 Retirement Notice https://learn.microsoft.com/en-us/answers/questions/1073330/retirement-notice-azure-sql-database-2014-04-01-ap Hope this helps Regards, Oury

    1 person found this answer helpful.

  3. Christoph Bayer 0 Reputation points
    2025-07-07T13:50:38.3733333+00:00

    Hello all,

    the update is about the REST-API, not the SQL Server or Database.

    If you don't use the REST-API (or do not know what it is) you needn't change anything.

    If you used the REST-API Version 2014 in your own application or script, you have to check for breaking changes in your code.

    Best regards

    Christoph

    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.