Azure Storage for Developers: Files

Go to class
Write Review

Free Online Course: Azure Storage for Developers: Files provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Azure Storage for Developers: Files is taught by Anton Delsink.

Overview
  • Get up and running with Azure Files, which offers fully managed file shares in the cloud.

    Azure Files offers fully managed file shares in the cloud. These highly scalable file shares, or network file shares, are accessible via Server Message Block (SMB) and REST APIs and can help to simplify cloud development. In this installment of Azure Storage for Developers, learn what you need to know to get up and running with Azure Files. Instructor Anton Delsink details how to create a new storage account in the Azure portal and protect your stored data using stored access policies and shared access signatures. He then dives into the Azure Files service, explaining how to connect to and query files, access files from both SMB and REST APIs concurrently, leverage the optimized data transfer utility AzCopy, and more.

Syllabus
  • Introduction

    • Introduction to Azure storage files
    • What you should know
    1. Overview
    • Azure Storage overview
    • New storage account in the Azure Portal
    • Manage storage accounts in the portal
    • Azure Storage Explorer
    2. Security
    • Shared key authentication
    • Shared access signatures (SAS)
    • Stored access policies
    • Encryption at rest
    3. Azure Storage Files
    • Introduction to Azure storage files
    • Azure storage files and net use
    • Connect to Azure storage files
    • Query Azure storage files
    • Combine REST and SMB
    • Shared access signatures (SAS)
    • Container properties
    • AzCopy for async operations
    Conclusion
    • Next steps