Lets know about different Azure Services
1.`Computing Services :
1.1 Azure Virtual Machine: These are windows or Linux virtual machines (VMs) . You choose your OS, Memory, CPU, and Storage and you share hardware iwth other customers.
1.2 Azure Container Instances: Docker as a service so you can run containerised apps on Azure without provisioning servers or VMs.
1.3Azure Kubernetes Services(AKS):This services uses the open source k8s software
1.4 Azure Functions:These are event-driven serverless computers that run code without provisioning or mannaging servers. And you pay only for the computer time you consume.
- Storage Services
2.1 Azure Blob Storage: It can be described as object serverless storage. It stores very large files and large amounts of unstructured files. It provides services for the pay-what-you store, unlimited storage, no resizing volumes and file system protocols.
2.2Azure Disk Storage: We can describe this as virtual volume means you are choosing either SSD or HDD basically a hard drive in a cloud it has encryptions by default and they are attached to your virtual machines.
2.3 Azure FIle storage: This is a shared volume that you can access and manage like a file server eg SMB.
2.4 Azure Data Box: Note its new upgraded version is Azure Data Box Heavy so basically it's a rugged briefcase computer and storage designed to move terabytes and petabytes of data.
2.5 Azure Data Lake Storage: It's a centralized repository that allows you to store all your structured and unstructured data at any scale.