Key Terms & Fundamental Concepts Flashcards
1
Q
Azure Storage Overview
4 Types
3 Access Tiers
4 Redundancy Options
2 Performance Tiers
A
non-relational data store
Types of Storage
- Blob: file share but for all type of unstructured data
- File: file share/similar to share drive
- Queues: messages
- Tables: structured non-relational data
Acccess Tiers
- Hot: low cost/high perf. retrieval, high cost storage
- Cool: high cost/low perf. retrieval, low cost storage
- Archieved: highest cost/lowest perf. retrieval, lowest cost storage
Redundancy:
- Local: within a datacenter
- Zone: across availability zones, within region
- Geo: within single avilability zone, across region
- Go-Zone: across availability zones, across region
Performance:
- Standard: more storage and redundancy options but perf. will not be as fast
- Premium: designed for high perf., quick access to data but with limited storage and redundancy options
2
Q
Run & Train Models: Control Script
A
Control script: allow you to run a script on different compute resources. Controls how and where your machine learning code is run.