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