We are planning to migrate our on-premises web site to the Azure platform but we have questions about what services to choose. Basically, our web site is composed of ASP.NET web forms and a PostgreSQL database. I can see at least the following implementation scenarios:
1. To get a Virtual Machine, configure it with IIS and install PostgreSQL.
2. To get a "Web Site Compute Service" for our web site only, and a VM for PostgreSQL.
For both options above, what about DB storage? Would it be located in this same VM as PostgreSQL or what other service can we choose for it? Can PostgreSQL tables be stored in "Azure Storage Data Services"?
Best regards,
Jorge Maldonado
Best regards, JORGE MALDONADO