You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Demonstrates how to use the Blob Storage service.
10
10
Blob storage stores unstructured data such as text, binary data, documents or media files.
11
11
Blobs can be accessed from anywhere in the world via HTTP or HTTPS.
12
12
13
-
Note: This sample uses the .NET 4.5 asynchronous programming model to demonstrate how to call the Storage Service using the
14
-
storage client libraries asynchronous API's. When used in real applications this approach enables you to improve the
15
-
responsiveness of your application. Calls to the storage service are prefixed by the await keyword.
16
-
If you don't have a Microsoft Azure subscription you can
17
-
get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
13
+
Note: This sample uses the .NET 4.5 asynchronous programming model to demonstrate how to call Azure Storage using asynchronous API calls. When used in real applications, this approach enables you to improve the
14
+
responsiveness of your application. Calls to Azure Storage are prefixed by the `await` keyword. For more information about asynchronous programming using the Async/Await pattern, see [Asynchronous Programming with Async and Await (C# and Visual Basic)](https://msdn.microsoft.com/library/hh191443.aspx).
15
+
16
+
If you don't already have a Microsoft Azure subscription, you can
17
+
get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
0 commit comments