Skip to content

robinsh/storage-file-dotnet-getting-started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

services platforms author
storage
dotnet
vipinsehgal

Azure Storage: Files

Demonstrates how to use the File Storage service.

Note: This sample uses the .NET 4.5 asynchronous programming model to demonstrate how to call the Storage Service using the storage client libraries asynchronous API's. When used in real applications this approach enables you to improve the responsiveness of your application. Calls to the storage service are prefixed by the await keyword. If you don't have a Microsoft Azure subscription you can get a FREE trial account here.

Running this sample

This sample can be run against Microsoft Azure Storage Service by updating the App.Config with your AccountName and AccountKey.

To run the sample using the Storage Service

  1. Create a Storage Account through the Azure Portal and provide your [AccountName] and [AccountKey] in the App.Config file.
  2. Set breakpoints and run the project using F10.

More information

About

Basic Operations with Azure Storage File Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%