Answers
What are the types of Azure Storage?
Blob, File, Queue, Table, and Disk
What is a BlockBlobStorage Account good for?
High performance, low latency blob storage
What are the access tiers of Azure Storage?
Hot, Cold, and Archive
What access tiers are available for BlockBlobStorage Accounts?
None.
What kind of blobs can a BlockBlobStorage Account contain?
Block and Append
What does GZRS stand for?
Geo-Zone Redundant Storage
What is the SLA of Geo-Zone Redundant Storage?
99.9999999999999999 (16 nines)
Where is data copied in Geo-Zone Redundant Storage?
Three Availability Zones in the primary region and a single location in the secondary region.
What is Azure IoT Central?
A SaaS (Software as a Service) offering allowing the management of IoT devices.
What is Azure IoT Hub?
A PaaS (Platform as a Service) for the management of IoT devices
What is HD Insight?
A cloud-based Hadoop implementation allowing for the analysis of large amounts of data.
What is Azure Synapse Analytics?
An analytics service utilizing Apache Spark to perform massively parallel processing (MPP) of
petabytes of data from data warehouses
What three things does an Ingress Controller provide for a Kubernetes service?
Reverse proxy, traffic routing, and TLS Termination.
What is the Azure CLI command to create an AD Group?
, az ad group create
What is the Azure CLI command to configure logging for a Web App?
az webapp log config
What Azure CLI command would you use to get a live trail of a log?
az webapp log tail
What is IoT Edge?
A service that allows the sending of models or logic down to devices
What is the Azure CLI command to add a CORS policy to a Web App?
az webapp cors add
What is Page storage ideal for?
Editing data at a given index
What are the types of Blob storage?
Block, Page, and Append
What does GRS stand for?
Geo-Redundant Storage
Where is data copied with Geo-Redundant Storage?
3 times to a single location in the primary region (with LRS) and in one location in the secondary
region
What does LRS stand for?
Local Redundant Storage
Where is data copied in Local Redundant Storage?
Three times in one location (within the primary region)
What does RA-GZRS stand for?
Read-Access Geo-Zone Redundant Storage
What does Read-Access storage allow?
Data in the secondary region to be read even without a fail over event
What does ZRS stand for?
Zone Redundant Storage
What does RA-GRS stand for?