Azure Fundamentals☝
This article is all about my understandings on Azure fundamentals.
1️⃣ What is Microsoft Azure?
Azure is Microsoft’s cloud computing platform, offering services for computing, storage, networking, databases, AI, and more. It helps businesses and individuals build, deploy, and manage applications and services without needing physical hardware.
2️⃣ Key Azure Services Categories
Azure offers a variety of services across different categories. Here are some of the most important ones:
✅ Compute (Running Applications & Workloads)
-
Azure Virtual Machines (VMs) – Cloud-based servers for running applications.
-
Azure App Services – Host and manage web apps without managing the infrastructure.
-
Azure Functions – Serverless computing to run event-driven code.
✅ Storage (Saving Data in the Cloud)
-
Azure Blob Storage – Stores large amounts of unstructured data (like images, videos, backups).
-
Azure Files – Cloud-based file shares, similar to an on-premises file server.
-
Azure SQL Database – A fully managed relational database service.
✅ Networking (Connecting Applications & Users)
-
Azure Virtual Network (VNet) – A private cloud network to connect resources securely.
-
Azure Load Balancer – Distributes traffic to ensure high availability.
-
Azure VPN Gateway – Connects on-premises networks securely to Azure.
✅ Security & Identity
-
Azure Active Directory (Azure AD) – Manages users, authentication, and access control.
-
Azure Key Vault – Stores sensitive information like API keys and passwords.
✅ AI & Analytics
-
Azure Machine Learning – Train and deploy ML models in the cloud.
-
Azure Synapse Analytics – Enterprise-level data warehousing and analytics.
Comments
Post a Comment