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