Skip to content

Commit b188505

Browse files
authored
Update README.md
1 parent 3371643 commit b188505

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platforms: dotnet
44
author: tamram
55
---
66

7-
# Getting Started with Azure Blob Storage in .NET
7+
# Azure Blob Storage Samples for .NET
88

99
Demonstrates how to use the Blob Storage service.
1010
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
2222
updating the App.Config file with your AccountName and Key.
2323
To run the sample using the Storage Emulator (default option):
2424

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/).
2626
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.
2727
3. Set breakpoints and run the project using F10.
2828

@@ -33,8 +33,8 @@ To run the sample using the Storage Service
3333
3. Set breakpoints and run the project using F10.
3434

3535
## 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/)
3838
- [Blob Service Concepts](http://msdn.microsoft.com/en-us/library/dd179376.aspx)
3939
- [Blob Service REST API](http://msdn.microsoft.com/en-us/library/dd135733.aspx)
4040
- [Blob Service C# API](http://go.microsoft.com/fwlink/?LinkID=398944)

0 commit comments

Comments
 (0)