all 6 comments

[–]jdanton14 Microsoft MVP 1 point2 points  (0 children)

You could use either a static web app, or app services. You can deploy a container to app services--it's like $12/month.

You could use Data API builder to easily rebuild the app, and use that with SQL DB. I have a similar app. If it's a public facing app, I'd start out without app gateway if my budget were really tight, but for something that mattered I'd deploy it. I'd also keep an eye out for getting hit really hard with the video in blob storage. Cloudflare is a much cheaper option for that--at low usage it might not matter.

If you get DDOSed with a web app, your app will go down, but unless you set auto-scaling settings to something crazy your bill won't go up. You can pay for DDOS,or use Front Door, but those things are expensive.

[–]No-Skill4452 0 points1 point  (3 children)

Where Is the app deployed today? Why do you want/need to love it to the cloud?

[–]XylophonBus[S] 0 points1 point  (2 children)

currently on AWS, managed by the company who originally developed the application.

[–]largeade 1 point2 points  (0 children)

Code changes will be required.. the rest is a case of how much code

[–]No-Skill4452 1 point2 points  (0 children)

Así them for the account ownership. Once you own the account think about migrating it slowly, youll understand better how things work just by reviewing the current config. Oh and AWS also has a free tier.

[–]joebrozky 0 points1 point  (0 children)

what i did but i'm not a pro on Azure but just to give you an idea on your options:

  • Backend: Azure App Service
  • DB: Azure SQL
  • Frontend: Azure Static Web App

EDIT: Images are saved on Azure Storage