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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ platforms: dotnet
4
4
author: tamram
5
5
---
6
6
7
-
# Getting Started with Azure Blob Storage in .NET
7
+
# Azure Blob Storage Samples for .NET
8
8
9
9
Demonstrates how to use the Blob Storage service.
10
10
Blob storage stores unstructured data such as text, binary data, documents or media files.
@@ -22,7 +22,7 @@ This sample can be run using either the Azure Storage Emulator that installs as
22
22
updating the App.Config file with your AccountName and Key.
23
23
To run the sample using the Storage Emulator (default option):
24
24
25
-
1. Download and Install the Azure Storage Emulator [here](http://azure.microsoft.com/en-us/downloads/).
25
+
1. Download and Install the Azure Storage Emulator [here](http://azure.microsoft.com/downloads/).
26
26
2. Start the Azure Storage Emulator (once only) by pressing the Start button or the Windows key and searching for it by typing "Azure Storage Emulator". Select it from the list of applications to start it.
27
27
3. Set breakpoints and run the project using F10.
28
28
@@ -33,8 +33,8 @@ To run the sample using the Storage Service
33
33
3. Set breakpoints and run the project using F10.
34
34
35
35
## More information
36
-
-[What is a Storage Account](http://azure.microsoft.com/en-us/documentation/articles/storage-whatis-account/)
37
-
-[Getting Started with Blobs](http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/)
36
+
-[How to create, manage, or delete a storage account in the Azure Portal](https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/)
37
+
-[Get started with Azure Blob storage (object storage) using .NET](https://azure.microsoft.com/documentation/articles/storage-dotnet-how-to-use-blobs/)
38
38
-[Blob Service Concepts](http://msdn.microsoft.com/en-us/library/dd179376.aspx)
39
39
-[Blob Service REST API](http://msdn.microsoft.com/en-us/library/dd135733.aspx)
40
40
-[Blob Service C# API](http://go.microsoft.com/fwlink/?LinkID=398944)
0 commit comments