Skip to content

The getting started sample demonstrates how to perform common tasks using the Azure File Service in .NET including creating a directory, uploading files to a directory, downloading files, as well as listing all the files in a directory.

License

Notifications You must be signed in to change notification settings

Azure-Samples/storage-file-dotnet-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page_type languages products description urlFragment
sample
csharp
azure
Demonstrates how to use the File Storage service.
storage-file-dotnet-getting-started

Getting Started with Azure File Service in .NET

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

The getting started sample demonstrates how to perform common tasks using the Azure File Service in .NET including creating a directory, uploading files to a directory, downloading files, as well as listing all the files in a directory.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages