Reputation: 11
I am referencing this MS document https://learn.microsoft.com/en-us/azure/templates/microsoft.sql/servers/recommendedelasticpools/databases?pivots=deployment-language-arm-template for "Microsoft.Sql/servers/recommendedElasticPools" endpoint, it says that this endpoint is created by default with the resource but to reference this endpoint we need 2014-04-01 API which is going to be deprecated, so I would like to understand if we want to use this endpoint how we can do? ElasticPool
Requesting for a solution.
Upvotes: 0
Views: 505
Reputation: 15694
Please use the latest stable API version 2021-11-01 for elastic pools.
For more information, please read this official documentation.
Upvotes: 0