We have a standard 3 tier web application that need to be migrated into cloud (more of VM based lift and shift instead of cloud native at this point). Wondering which factors should I consider to make a decision if Azure Scale Set or Azure Availability Set should be used for Web and Application tiers.
Probably answer to questions like:
- Can availability set autoscale like Scale set?
- Any overhead of using either option for a simple web application?
- Will both need load balancer in front of them ? Might help to take a decision.
Any suggestions please?