Basics of Azure Flashcards
What is a resource?
A thing that is hosted and used on azure that provides a specific purpose for the user.
What are some examples of resources?
VMs
Storage accounts
Functions
App services
Databases
Virtual networks
What is a resource group?
A way to group multiple resources together to manage them and organise them.
TRUE OR FALSE: Resources in the same resource group can be stored in separate regions.
TRUE
TRUE OR FALSE: A resource can only exist in one resource group at a time.
TRUE
What is an azure subscription?
A container used to authorize access to azure resources. It stores resources and resource groups.
Where is the cost of all the resources billed?
The subscription
What is a Virtual Machine?
A software emulation of a physical computer.
What is provided with azure VMs?
Virtual processing
Memory and storage
Networking for the VM
What is an app service?
A platform to manage, build and deploy web apps and APIs quickly in azure.
What are some examples of web app code structures and languages that app services works with?
.NET
.NET core
Node.js
Java
Python
Php
What is a function?
A small piece of cost hosted on azure that can be launched and run. It can be set to run by specific events or times.
What is an azure container service?
A lightweight virtual environment. It can respond to changes on demand and does not need an OS.
What is the difference between a VM and a Container service?
A container service doesn’t need an OS.
What kind of as a service type is azure container instances?
PaaS
What is Azure container instances?
A PaaS that runs a container in azure without the need to manage a VM or additional services.
What kind of as a service type is a VM?
IaaS
What is a Windows Virtual Desktop?
A WVD is a desktop and app virtualization that runs in the cloud. It allows employees to have a workspace while working from home. It creates a full virtual desktop within the need to run additional gateway serves.
It published unlimited host pools.
What are the two Azure networking services?
- Azure Virtual Network (VNet)
- Virtual Private Network Gateway (VPN)
What does Azure Virtual Network do?
It enables azure resources to communicate with each other, the internet and on prem networks that are configured for that network.
What is an Azure VPN gateway?
A type of virtual network gateway composed of two or more Azure VMs that are automatically configured and deployed to a specific subnet that you create. It allows them to communicate privately together.
What are the 4 types of Azure database?
Azure Cosmos Database
Azure SQL Database
Azure Database for MySql
Azure Database for PostgreSql
What is Azure Cosmos Database?
A globally distributed database service that elastically and independently scaled throughput and storage.
What is Azure SQL Database?
A relational database as a service (DaaS) based on the latest stable version of Microsoft SQL Server.