i want learn azure
Loading
i want learn azure
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Cynthia SathuragiriPosted Nov 2, 2025, 3:55 PM
1. Azure Basics
What is Azure, Regions, Subscriptions, Resource Groups
Azure Portal, Azure CLI, and ARM templates
Reference: Microsoft Learn – Azure Fundamentals
2. Core Azure Services
Azure App Service – Host your web apps
Azure Functions – Run serverless code
Azure Storage – Blob, Queue, Table, File storage
Reference:
Host a web app in Azure App Service
Create serverless logic with Azure Functions
Intro to Azure Storage
3. Databases
Azure SQL Database – Managed SQL server
Cosmos DB – NoSQL globally distributed DB
Reference:
Azure SQL Database overview
Introduction to Azure Cosmos DB
4. Authentication & Security
Azure Active Directory (AAD) – Secure app logins
Managed Identities – Access resources without secrets
Reference:
Overview of Azure AD
Use managed identities in Azure
5. DevOps Integration
Azure DevOps Pipelines – CI/CD for app deployment
GitHub Actions (optional alternative)
Reference: Create a CI/CD pipeline in Azure DevOps
6. Monitoring & Logging
Application Insights – Monitor app performance
Log Analytics – Analyze logs and metrics
Reference:
Application Insights overview
7. Practice Project
Deploy your .NET or Angular app to Azure App Service, use:
Blob Storage for file uploads
SQL Database for data
Application Insights for monitoring