QueryStore option is set to 100MB after every deployment
Opened this issue · 2 comments
ssreerama commented
- SqlPackage or DacFx Version: All
- .NET Framework (Windows-only) or .NET Core: All
- Environment (local platform and source/target platforms): Any
Steps to Reproduce:
- Create a SQL project and deploy it on Azure server
- Verify the Query Store Max Storage Size before and after the deployment.
- If it is not 100MB and after deployment it is resetting to 100MB
Did this occur in prior versions? If not - which version(s) did it work in?
(DacFx/SqlPackage/SSMS/Azure Data Studio) All
dzsquared commented
@ssreerama - is this original SQL projects or Microsoft.Build.Sql or both?
ssreerama commented
This was tested in SDK style SQL project, I believe it will be the same for the VS projects too