Notes
Notes
com/course/microsoft-az-204/learn/lecture/
23780934#overview
Course code: https://github.com/skylinesacademy/AZ-204
PowerShell documentation:
https://learn.microsoft.com/en-us/powershell/azure/?view=azps-
13.0.0&viewFallbackFrom=azurermps-6.9.0
Table of Contents
AZ IaaS:...........................................................................................................2
Deploy VM from Portal:......................................................................................................5
Outline:
1) IaaS – VM type solutions
2) Container services – Docker
3) AZ App service – we cover some of web offerings
4) AZ Functions – Microsoft Serverless offerings
5) Cosmos DB – Non-Relational DB
6) AZ Blob Storage – MS storage solution
7) Authentication – different ways
8) AZ Key vault – secret management
9) Application delivery – different ways to deliver & monitor our apps
10) Logic App – Serverless tool
11) API management – to secure our APIs
12) Event based solutions
13) Message based solutions
AZ_Portal_Tutorial
Accessing Azure:
1. AZ Web Portal (portal.azure.com)
2. AZ PowerShell
3. AZ CLI
4. AZ Mobile app
5. AZ REST API [ARM is based on a REST API]
All of the resources {Portal, AZ PowerShell, AZ CLI, Mobile app all just makes
calls to a REST API on the backend}
AZ Resource Manager (ARM) is used to manage all AZ resources within Azure.
AZ IaaS:
Understanding AZ VMs & their components:
VM gives you full control to OS it isolates OS from underlying physical HW
using Hypervisor.
There are multiple types of AZ VMs depending on the Workload:
S Premium SSDs
M Memory
R RDMA
ACUs: Azure Compute Units (ACO) is benchmark that allows to compare
CPU performance b/w different sizes & types of VMs. Higher ACO, higher the
VM performance.
NW:
VNW: Instead of isolating the VM resource we can group it into a Virtual NW
for further evaluation.
NSG (NW security group): Security rules for inbound & outbound traffic.
Tags:
If you have any Azure policy like no SSH/ RDP allowed over public Internet,
upon R + C Validation will fail.
Go to the Networking tab of the VM, we can see a NW sec group attached to
the NW interface of VM.
Open the NSG we have inbound & outbound security rules.