In this video, use the Azure Portal to create a share and then connect to Azure storage files share from the command line in Windows.
- [Anton] To create a new file share in Azure,…navigate to the Azure portal,…and select the existing storage account, learnazuretoday.…Select Files,…and click Plus File share.…We're creating a new file share.…Demo01, and click OK.…Notice there is a quota option,…so you could limit how much data people are allowed,…lies into this file share.…And successfully created file share.…
Done, you know have…a highly available redundant file share…available through SMB and the REST API.…Click on the file share itself,…you'll see some properties.…Particular is Connect option here…that will wrote out the Connect command for us.…Click on Connect, and here you see…Connect from Windows or from Linux,…the commands are provided as examples.…I'll click the Copy and Paste icon,…copy, go to my command prompt,…right-click, paste,…press the Home button,…and then let's just add a drive letter here,…s for storage.…
And then, we have the net use command,…saying net use the s drive…as back slash, back slash, server name,…and notice it's my storage account name,…
Released
12/11/2018- Creating and managing storage accounts in the Azure portal
- Stored access policies for granting privileges
- Encrypting data at rest
- Azure Storage Files and net use
- Querying files
- Accessing files from both SMB and the REST API concurrently
- Using AzCopy to copy data among storage accounts asynchronously
Share this video
Embed this video
Video: Azure storage files and net use