Thank you for reaching out to us. I see there are two parts in your question.
- Is it possible to reduce the minimum vCores from 5 to 0.5 or 1?
Yes, it is possible to configure Azure SQL Database in the General Purpose - Serverless: Gen5 tier with a minimum vCore setting as low as 0.5, depending on the selected compute size. You can find the full list of supported configurations in the following link Microsoft Learn | Single DB vCore resource limits . - If changing the minimum vCores is not feasible, what steps are necessary to transfer the existing database to a new database with the desired minimum vCore setting?
If your current database is configured with a higher minimum vCore and the Azure Portal doesn't allow reducing it directly (due to SKU constraints or other limitations), you can:
- Export the database to a BACPAC file.
- Create a new database in the desired serverless tier (e.g., GP_S_Gen5_1).
- Import the BACPAC into the new database.
This approach ensures you can start fresh with the desired minimum vCore setting.