@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:
- 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 like2021-02-01
.
- After updating the API version in your templates or scripts, redeploy the resources to apply the changes.
- Modify your ARM templates, scripts, or tools to use a newer API version. For example, update the
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.