Azure to AWS map
Over the years you might have worked with either AWS or Azure as cloud providers, both offer fairly similar services, so the experience in one of them mildly translates into the other one, as long as you know the basics. So here is a map of the services and their brother from another mother. This is a shallow comparison for the main services, with the service purpose and key differences I could think of, so once you know the service name you can do a full investigation. Compute Azure Virtual Machines / EC2 (Elastic compute cloud) When you want to manage your own virtual machines, IaaS, this is the services you are looking at. Azure function / Lambda Sometimes you just need to execute a bit of code, but you don’t need a dedicated virtual machine for that. You can go server-less and use Azure functions or Lambda. Azure App Services / Elastic Beanstalk For running applications in the cloud, without having to worry too much about the servers they are running. They will have dedicated virtual machines under the hood. A key difference…