Demonstration - Create and configure files and storage networking.
In this demonstration, explore Azure Files storage and storage networking.
Note: In this demo you will create a new storage account, and a virtual network with subnet. These can be pre-created to save time.
Review Azure Files and create a storage account specifically for file shares.
-
[Supporting Slide] Before beginning the demonstration, discuss what Azure File storage is and how it is different from Azure blob storage. Learn more, Scenarios for Azure Storage.
-
Access the Azure portal.
-
Create a new Azure storage account. This account will be used to address the shared files requirements.
-
[Supporting Slide] For Performance select Premium.
-
For Premium account type select File shares. Premium file shares are for enterprise or high-performance file share applications. Our scenario requirement is for a corporate file share.
-
For Redundancy select Zone-redundant storage. Remind students this is recommended for high availability scenarios and protects against datacenter failures.
-
Move to the Data protection tab.
-
Point out that Enable soft delete for file shares is enabled.
-
Review the storage account and then Create.
Configure the file share.
-
Continue in the storage account.
-
In the Data storage blade, select File shares.
-
Select File share and give the file share a name, finance.
-
Discuss Provisioned capacity and how a premium file share is billed by provisioned file size, regardless of the used capacity. As you have time, discuss other settings.
-
Discuss Protocol, select SMB.
-
Select Create.
Configure the file share settings and create a snapshot.
-
Select the finance file share.
-
Review the settings at the top of the page. For example, Upload and Change size and performance.
-
[Supporting Slide] Discuss the purpose of snapshots. Learn more, File share snapshots.
-
In the Operations blade, select Snapshots.
-
Select Add snapshot and select OK. Adding a comment is optional.
-
Students will upload, snapshot, and restore files in the lab.
Configure network access for storage.
-
[Supporting Slide] Before configuring storage networking, discuss the various options. Review some of the previous networking options that have configured.
-
Search the portal for virtual networks.
-
Use the Basics tab to create a virtual network named corpnet. Create a subnet, finance. Point out this network would already be created.
-
Return to the storage account.
-
In the Security + networking blade, select Networking.
-
Select Enabled from selected virtual networks and IP addresses.
-
In the Add network page, add the corpnet virtual network and finance subnet.
-
Enable the endpoint. Explain that a new service endpoint may take up to 15 minutes to create.
-
Review the Firewall settings.
-
Review the Network Routing section, and that Microsoft network routing is being used.
-
As you have time, give a quick demonstration of the Storage browser.
Note: Students should now be able to complete LAB_03.