Please enable JavaScript.
Coggle requires JavaScript to display documents.
azure-fundamentals-600x600 Microsoft Azure Fundamentals (AZ-900 Exam) -…
Microsoft Azure Fundamentals (AZ-900 Exam)
Service Catalogue
Compute
Azure App Services
Give your code to Azure, they will run it.
Promise of performance, no access to hardware
-
Containers
Serverless
Functions
-
-
1,000,000 execution free per month, $0.20 for next 1m
-
-
-
-
Azure Functions, Serverless Kubernetes, SQL, Cosmos DB
-
-
-
Emulates an OS, lightweight, popular
-
-
-
-
Storage
Disk storage
Managed Disks
Managed disks provide better reliability for Availability Sets by ensuring that the disks of VMs in an Availability Set are sufficiently isolated from each other to avoid single points of failure.
-
-
Secure by default – Role based access control, storage encryption by default and encryption using own keys.
-
Big scale - 20,000 disks per region per subscription.
Better Storage Resiliency - Prevents single points of failure due to storage Supports both Standard and Premium Storage disks
-
Unmanaged disks
-
-
Owner need ti take care of encryption, data recovery plans etc.
-
Is not an ARM resource, but a file (.vhd) residing on a Azure Storage Account.
A maximum of 40 disks per standard storage account is recommended, otherwise disks can be throttled
Blob storage
Benefits
Data backups, restore, disaster recovery and archiving
-
Ideal for images, docs, videos, audio
-
-
Page blobs
Page blobs are a collection of 512-byte pages optimized for random read and write operations.
General purpose v2, you pay for storage & disk I/O
Azure Files
-
Accessible via the industry standard Server Message Block (SMB) protocol or Network File System (NFS) protocol
-
Can be used to completely replace or supplement traditional on-premises file servers or NAS devices.
-
-
-
Replication
LRS (local redundant, same region)
ZRS (zone redundant, multi DC)
GRS (Global, two regions)
GZRS (Global zone redundant , 6 copies)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Architechture
Availability Zone
Physically separate datacenter within a region. Protects against DC failure
-
-
Soverign Clouds
-
Azure Germany
Isolated instance to meet EU data residency, security and compliance needs.
-
Geography
Discrete market typically containing two or more regions that preserve data residency and compliance boundaries.
Availability Set
Grouping of VMs in a single data centre, protects against server or rack failure.
-
Fault Domain
Fault domains define the group of virtual machines that share a common power source and network switch
Virtual machines configured within your availability set are separated across up to three fault domains
It does limit the impact of potential physical hardware failures, network outages, or power interruptions.
-
Security
-
-
-
Azure Security Center
-
Security Center assesses your environment and enables you to understand the status of your resources, and whether they are secure.
Protect against threats: Security Center assesses your workloads and raises threat prevention recommendations and security alerts.
-
-
-
-
-
Protect PaaS, block brute force attaches, protect data services
-
-
-
-
Network
Firewalls
Azure Firewall
Managed, cloud based network security service. No packet filtering
-
-
-
-
-
-
Azure Sentinel
-
Collect, detect, investigate, respond
-
-
Users, applications, servers and devices running on-premises or in any cloud
Monitoring
Azure Advisor
Provides recommendations on HA, Security, Performance and Cost
-
-
-
Azure Stream Analytics
Stream Analytics ingests data from Azure Event Hubs (including Azure Event Hubs from Apache Kafka), Azure IoT Hub, or Azure Blob Storage.
Query, which is based on SQL query language
-
Send data to services such as Azure Functions, Service Bus Topics or Queues to trigger communications or custom workflows downstream.
-
-
Policy and Compliance
-
Certification
-
Services Org Control SOC 1, 2 and 3
-
-
-
-
-
-
-
-
Compliance
Compliance Manager
Dashboard showing your level of compliance, and recommendations for improvements.
Microsoft Online Services Privacy Statement
Explains what, why and how data is processed
Trust Center
Contains resources regarding Microsoft Security, Privacy, Compliance and transparency practices.
-
-
-
Subscriptions
Types
Azure Free
-
200USD limit, can't be changed
-
-
-
-
-
-
-
-
Resource Management
Resource Groups
-
-Centralised RGs contain core networks, subnets and storage accounts.
-Individual RGs for VMs, network interfaces, and load balancers
-
-
-Organisation billing, security and logical management.
-
-
RBAC
-
Resource Locks
-
-
-
Applies to subscription, resource group, or resource
-
Naming Conventions
Use common names, org wide
-
Some Azure services, such as Azure Databricks, use managed applications to implement the service.
-