> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Summary

> This lesson laid the groundwork for deploying and managing Kubernetes workloads in Azure by covering five core areas.

Congratulations on completing Module 1! This lesson laid the groundwork for deploying and managing Kubernetes workloads in Azure by covering five core areas:

| Topic                 | Description                                                                  | Documentation                                                                                                              |
| --------------------- | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Azure Landing Zones   | Foundation for governance, compliance, and scale across Azure subscriptions. | [Cloud Adoption Framework: Landing Zones](https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zones/) |
| Compute Services      | Virtual Machines, Scale Sets, and AKS compute nodes.                         | [Azure Compute Documentation](https://learn.microsoft.com/azure/virtual-machines/)                                         |
| Storage Options       | Blob, Disk, File shares, and performance/access tiers.                       | [Azure Storage Services](https://learn.microsoft.com/azure/storage/)                                                       |
| Networking & Security | Virtual Networks, NSGs, Azure Firewall, and identity integration.            | [Azure Networking Overview](https://learn.microsoft.com/azure/networking/)                                                 |
| Database Offerings    | Azure SQL Database, Cosmos DB, and other PaaS solutions.                     | [Azure Database Services](https://learn.microsoft.com/azure/database/)                                                     |

<Frame>
  ![The image is a summary of Azure Kubernetes Services (AKS), listing components like Azure Landing Zone, Compute, Storage, Network & Security, and Database offering, each with a checkmark.](https://kodekloud.com/kk-media/image/upload/v1752869488/notes-assets/images/Azure-Kubernetes-Service-Summary/azure-kubernetes-services-summary-components.jpg)
</Frame>

<Callout icon="lightbulb" color="#1CB2FE">
  In Module 2, you’ll learn how to build, run, and manage containers on your local machine using Docker, then deploy them to AKS.
</Callout>

## Links and References

* [Azure Kubernetes Service (AKS) Overview](https://learn.microsoft.com/azure/aks/)
* [Azure Documentation Home](https://learn.microsoft.com/azure/)
* [Docker Hub](https://hub.docker.com/)

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/azure-kubernetes-service/module/4a7168ba-8262-47d0-a9de-7a4342b0b0f6/lesson/955de184-750c-4102-9800-66a8e1ea78d3" />
</CardGroup>
