1
I need to develop a system for a medical clinic and this system will be accessed by 2 Receptionist and 2 Doctors.
Initially the System is not complex but tends to grow as the Clinic will hire more Doctors.
I want to develop in ASP.Net MVC standard with SQL Server Database.
Given this scenario and the experience of the community I would like to know the opinion on the configuration of the MV of the Azure Hosting is sufficient taking into account that there will not be large data traffic:
Azure calculator: MV Azure - Base Layer; Instance - A1, 1 Core, 1.75 GB RAM, 40 GB storage SQL Server - Web SQL License;
I understand that the above configuration is an MV with SQL Server Installed.
I think it has more than enough resource, I use much more client in less configuration. But I did not create virtual machine. Use Appservice and Virtual Machine Offline Database Service.
– Rodrigo K.B