Final Cram Flashcards
Resource groups have a common what?
lifecycle
What is Azure App Services used for?
Compute, web services over HTTP
Difference between Azure Container Instance (ACI) and Azure Kubernetes?
ACI is containers without management. Azure Kubernetes has full orchestration (automating multiple tasks)
VPN Gateway does what?
Connects to other clouds or networks over the internet.
Vnet Peering does what?
Allows two VNETS to function as one
What is an Express Route?
Private connection to an on-prem network NOT over the internet.
Difference between Blob and File Storage?
Blob is unstructured data, File storage is SMB or NFS
Disk Storage is used ONLY within a Virtual Machine?
True
Table storage is what?
structured NoSQL data in the cloud
Queue Storage is what?
Azure Queue Storage is a service for storing large numbers of messages. You access messages from anywhere in the world via authenticated calls using HTTP or HTTPS. A queue message can be up to 64 KB in size. Queues are commonly used to create a backlog of work to process asynchronously.
Which DB is ultra low response and fully managed?
Cosmos DB
Which is the most manageable DB?
MS Azure SQL
What are the three relational DBs and which one has the most compatibility?
PostgreSQL, MySQL and SQL Managed Instance which has the broadest compatibility for moving on prem DB to the cloud.
What is the Azure feature which takes messages in a bi-direction communication from a toaster?
IoT Hub
Which Azure feature simplifies the creation of IoT Solutions and is SaaS?
IoT Central