Module 7 - Configure Azure Files Flashcards
Compare files to blobs
Azure files
SMB interface , client libraries , and a REST interface that allows access from anywhere to stored files
When to use
lift and shift an app to cloud
Store shared dtat across multiple vm’s
Store development abnd debugging tools that need to be accesed from many vm’s
Azure blobs
Client libraries and REST interface that alows unstrubted
Azure blobs
Manage file shares
You can choose which os is going to use
Windows - ensure port 445 is open
Linux - mount the drive
MacOS- mount the drive
Secure transfer required - SMB 3.0 ENCRYPTION
Create file share snapshots
Incremental snapshot that captures the share sate at a point in time
Is read only copy of your data
Snapshot at the file share level and restore at the file level
Protection against app error and data corruption
Protection against accidental deletions or unintended changes
Configure storage with tools
azure storage explored
you can install the app and connect to using the key and you get a GUI
if you don’t have internet
Create import and export service
for the exam Make sure to know about the encryption , data protection , custom
The exam ask about implementation a lot