Forum Discussion
Updating the pricing tier of my Azure Search Service
- Sep 17, 2020
Based on this documentation page, I think this is not possible and you have to create a new search service to change the SKU.
Extract:
When you create an Azure Cognitive Search service, a resource is created at a pricing tier (or SKU) that's fixed for the lifetime of the service. Tiers include Free, Basic, Standard, and Storage Optimized. Standard and Storage Optimized are available with several configurations and capacities.
Most customers start with the Free tier so they can evaluate the service. Post-evaluation, it's common to create a second service at one of the higher tiers for development and production deployments.
Based on this documentation page, I think this is not possible and you have to create a new search service to change the SKU.
Extract:
When you create an Azure Cognitive Search service, a resource is created at a pricing tier (or SKU) that's fixed for the lifetime of the service. Tiers include Free, Basic, Standard, and Storage Optimized. Standard and Storage Optimized are available with several configurations and capacities.
Most customers start with the Free tier so they can evaluate the service. Post-evaluation, it's common to create a second service at one of the higher tiers for development and production deployments.
nirobert Thanks for your reply, I met to update this post as I did receive a lengthy response from the team ( I think they got a sense of my irritation).
As a consultant, I wanted to try out multiple bots / Teams Apps within a dev context . However, as you say there is only ever one Azure Search Service under the Free SKU, per environment. I can get around this but it takes a little more effort.