We are moving our RDM database from AWS to Azure.
I really dont need the default 8core 256GB vm to host a 100Mb DB.
What cost affective DB options are people using on Azure?
Hello,
We would need to have more details on the number of users and concurrent users. The following is generic information.
To save on costs, instead of the vCore model, you can use the DTU model.
If you have less than 10 users, you can start with S0, S1 if you have 10 or more. Just make sure not to use the basic service tier.
S0 is 15USD and S1 is 30 USD, but it will depend on your region. Do not forget to add retention policies as well!
You can always change the performance level on the fly if your utilization is too high.
Best regards,
Richard Boisvert