Welcome to Azure Documentation
Azure provides a comprehensive set of cloud services to help you build, deploy, and manage applications at scale. This portal offers guides, tutorials, and reference material for developers, IT professionals, and architects.
Use the navigation menu to explore topics such as virtual machines, storage solutions, networking, security, and more.
Quick Start
Deploy your first Azure resource with a few simple steps:
az login
az group create --name MyResourceGroup --location eastus
az vm create --resource-group MyResourceGroup --name MyVM --image UbuntuLTS --admin-username azureuser --generate-ssh-keys
az group create --name MyResourceGroup --location eastus
az vm create --resource-group MyResourceGroup --name MyVM --image UbuntuLTS --admin-username azureuser --generate-ssh-keys
For detailed instructions, visit the Getting Started guide.
Latest Updates
- New Azure OpenAI service now generally available.
- Improved monitoring with Azure Monitor updates.
- Enhanced security features for Azure Kubernetes Service (AKS).