Azure SQL Database 2014-04-01 APIs will be retired

Shane Van Niekerk 81 Reputation points
2022-11-01T08:05:49.113+00:00

Hello,

I would like to know where to go to see if the Azure SQL Database is using 2014-04-01 APIs.

Please let me know if you need any more info.

Azure SQL Database
{count} votes

2 answers

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 27,642 Reputation points Microsoft Employee
    2022-11-01T15:35:49.493+00:00

    Hi @Shane Van Niekerk Welcome to the Microsoft Q&A platform, thanks for posting the question
    As I understand you want to know where to check if the Azure SQL Database is using 2014-04-01 APIs
    There are two ways you can follow:

    1. You need to upgrade to the latest clients versions (.NET SDK, PowerShell, CLI, python SDK, etc) before Oct 2025
    2. If you are directly using API calls, you need to check your codebase or script about the SQL API usage before Oct 2025
      Apparently, all you have to do is update the API version of your code. Azure SQL Database REST API 2014-04-01 Retirement Notice | Microsoft Learn
      we are still working to update the retirement doc to list all the client's version which needs to be replaced.

    Please let me know if you are looking for any additional information.

    Regards
    Geetha

    Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.

    2 people found this answer helpful.

  2. Kuttikrishnan P 5 Reputation points
    2024-01-09T07:16:46.45+00:00

     @GeethaThatipatri-MSFT

    For our project we are using SQL Azure Database

    Version : “Microsoft SQL Azure (RTM) - 12.0.2000.8   Nov  2 2023 01:40:17   Copyright (C) 2022 Microsoft Corporation

     

    Currently we have some Azure App services and Function apps which are connected to this DB .

    In that , to connect to this DB we were using Entity Framework and ADO.net. To prepare for this retirement , please let me know what changes we need to make in our existing codebase or DB side.