Az AQL Database 20140-04-01 APIs will be retired on 31 Oct 2025

George Stevens 126 Reputation points
2024-10-22T00:08:32.6433333+00:00

I received an email about this in August. I have one such SQL DB and SQL Server pair in a resource group called Default-SQL-EastUS. The email says I need to update my resources, i.e. upgrade any Azure SQL Database resources that use 2014-04-01 APIs to a newer stable version....

How do I do such an upgrade? Is there a document? And what is this SQL resource used for. I do not use it directly. Is it something that is present on each Azure account. My Azure account comes with my Visual Studio Professional subscription.

Thanks,

George

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. NIKHILA NETHIKUNTA 4,600 Reputation points Microsoft External Staff
    2024-10-22T09:16:54.3766667+00:00

    @George Stevens
    Thank you for the question and for using Microsoft Q&A platform.

    To upgrade your Azure SQL Database resources from the 2014-04-01 APIs to a newer version, you can follow these steps:

    1. Update the API version:
      • Modify your ARM templates, scripts, or tools to use a newer API version. For example, update the apiVersion parameter in your ARM templates to a more recent version like 2021-02-01.
      Redeploy the resources:
      • After updating the API version in your templates or scripts, redeploy the resources to apply the changes.

    For detailed guidance, you can refer to the following links:
    https://learn.microsoft.com/en-us/rest/api/sql/retirement
    https://learn.microsoft.com/en-us/answers/questions/1072411/how-do-i-update-an-azure-sql-database-to-a-newer-v

    Hope this helps. Please let us know if you have any further questions.


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.