Skip to content

2024-08-20: Default search service SKU to basic

Choose a tag to compare

@pamelafox pamelafox released this 20 Aug 19:45
· 273 commits to main since this release
d313c6a

The significant change in this release is that the infrastructure now defaults to the basic tier. This reduces the costs for new developers experimenting with this repo. However, if you pull the changes into an existing deployment with the standard tier, you'll get an error when it tries to provision the search service. You should explicitly set the search service SKU with this command first:

azd env set AZURE_SEARCH_SERVICE_SKU standard

This release also includes a few bug fixes.

What's Changed

New Contributors

Full Changelog: 2024-08-08...2024-08-20