0% found this document useful (0 votes)
897 views

DevOps With Azure Training

The document outlines the topics covered in a DevOps with Azure training including: - Introduction to Azure architecture like datacenters, networking, virtual machines, storage, SQL, backups, app services, and active directory. - Key areas like Azure Kubernetes Service, automation with ARM templates, Terraform and PowerShell, and monitoring with Log Analytics. - Azure DevOps covering processes, source control, pipelines, infrastructure as code, builds, releases, and continuous integration/deployment. - Hands-on projects including infrastructure as code pipelines to deploy environments, and web app deployments from GitHub to Azure using Azure DevOps.

Uploaded by

Sumana Sree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
897 views

DevOps With Azure Training

The document outlines the topics covered in a DevOps with Azure training including: - Introduction to Azure architecture like datacenters, networking, virtual machines, storage, SQL, backups, app services, and active directory. - Key areas like Azure Kubernetes Service, automation with ARM templates, Terraform and PowerShell, and monitoring with Log Analytics. - Azure DevOps covering processes, source control, pipelines, infrastructure as code, builds, releases, and continuous integration/deployment. - Hands-on projects including infrastructure as code pipelines to deploy environments, and web app deployments from GitHub to Azure using Azure DevOps.

Uploaded by

Sumana Sree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

SreeTechOps 🕿🕿 +31 647726165 🕿🕿 +91 8498918044

DevOps with Azure Training


Azure
 Introduction to Cloud
• Azure Overview
• Data Center Overview
• Creating Azure Account
• High Availability, Fault Tolerance,
Scalability, Elasticity, Cost

 Datacenter Architecture
• Azure Datacenter overview
• Tenants, Management Groups, Subscriptions
• AD Groups, Users, Service Principals
• RBAC
• Azure Policy

 Networking
• IP addressing
• Subnetting
• Vnet -Subnet
• DeployGUI-Script
• Vnet peering
• NetworkSecurityGroups
• ServiceTags-ApplicationSecurityGroups
• Azure Firewall
• Hub and Spoke method
• Azure DNS creations (public and private)

 Site connectivity
• Virtual network gateway
• Virtual network gateway-P2S-VPN-ExpressRoute

 Network Traffic manager


• Load balancers (basic and standard)
• Traffic manager
• Front door
SreeTechOps 🕿🕿 +31 647726165 🕿🕿 +91 8498918044
 Virtual machines
• Available zones
• Available sets
• VM images (packer)
• Azure VM scale set

 Azure Storage
• Azure Storage account
• Public access
• Private end point
• SAS and keys
• File Sync
• Connectivity methods

 Azure SQL
• Azure SQL storage
• High availability
• Primary and secondary sites
• Connectivity methods

 Azure Backups
• Azure Backups
• Replications
• Site recovery testing

 Azure App Services


• Azure App services
• App plan
• Deployment methods
• Continuous deployment
• Monitoring
• CDN-CosmoDB-FunctionApp_Logic

 Active directory
• Azure AD
• Connect AD
• Sync
SreeTechOps 🕿🕿 +31 647726165 🕿🕿 +91 8498918044

 Key Vaults
• Keys
• Secrets
• Access policies
• RBAC

 Docker
• Docker and AKS basics

 Automation
• ARM templates
• Terraform basics
• PowerShell basics

 Azure monitoring
• Monitoring
• Log Analytics
Azure DevOps
 Azure DevOps
• DevOps overview
• DevOps process
• Teams Boards
• Source control
• Repos
• Git and Git commands
• Pipelines
• Infra structure as a code pipeline(IaC)
• Build and Release pipelines
• Classical and YAML pipelines
• CICD
• Artifacts
• Variable groups
• Library
• Pre deployment stages
• Agent pools
• Services connections
• Sonar cloud
SreeTechOps 🕿🕿 +31 647726165 🕿🕿 +91 8498918044
Real Time Projects
 IaC pipeline
 Plan
 Create 3 environments
 Use environment parameter json

 Web App deployments (dot net)


 Import code from GitHub to Azure DevOps repo
 Deploy using vs code
 Deploy using deployment center

 Web App deployment (node js)


 Clone code
 Write build stage
 Deploy stage
 Enable approval gateway for prod deployment

You might also like