Azure Flashcards
Availability zone
You want to ensure your services and data are redundant so you can protect your information in case of failure .
Availability zones are physically separate datacenters within an Azure region. Each Availability zone is made up of one or more datacenters with independent power, cooling and networking.
Regions - list
Central US, East US2, West Europe, Southeast Asia
Availability zones - 2 categories
Zonal services - you pin the resource to a specific zone (VM, disks,..)
Zone-redundant services - platform replicates automatically across zones
Region pairs
Each Azure region is always paired with another region within the same geography at least 300 miles away
Azure virtual machine scale sets
a group of identical, load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets support up to 1,000 VM instances.
Azure Virtual Network
enables many types of Azure resources, such as Azure Virtual Machines (VM), to securely communicate with each other, the internet, and on-premises networks
VPN gateway
is a specific type of virtual network gateway that is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public Internet.
Cosmos DB
Database that is replicated all over the regions
Azure Database Migration service
fully managed service designed to enable seamless migrations from multiple database sources to Azure data platforms with minimal downtime (online migrations).
Azure SQL Data Warehouse
is a cloud-based Enterprise Data Warehouse (EDW) that leverages Massively Parallel Processing (MPP) to quickly run complex queries across petabytes of data.
The Azure Internet of Things (IoT)
is a collection of Microsoft-managed cloud services that connect, monitor, and control billions of IoT assets.
IoT Central
This is a SaaS solution that helps you connect, monitor, and manage your IoT devices.
IoT Hub
This service allows you to connect from your devices to an IoT hub, and monitor and control billions of IoT devices. This is especially useful if you need bi-directional communication between your IoT devices and your back end.
Azure HDInsight
is a fully managed, full-spectrum, open-source analytics service for enterprises. Azure HDInsight can be used for a variety of scenarios in big data processing.
Azure Functions
is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure.