I have deployed a project to IIS on a server and its working fine, but now need to deploy to Docker container. I'm not sure the best route to go since this is new to me. Should I try to deploy the demo application first or go ahead and deploy my application.
Also, the current DB is SqlServer on prem. Would it benefit me to move it to Azure SQL or keep it on prem?
Anyone have experience with this?
Thanks
container apps include scale, load balancing, certificates, revisions, that container instances don't. IMO a much better, easier and cheaper to manage option. https://learn.microsoft.com/en-us/azure/container-apps/compare-options
I had been running PS2022R1 in container app (changed to IIS only for R2, waiting for PS changes before i go back to a container approach)
P.S. We have a tutorial on deploying to an App Service which is also horizontally scalable (but IIRC load balancing has to be configured manually with another resource): https://docs.appeon.com/ps2022/publishing_powerserver_projects_to_azure_app_service.html