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
@@ -4,186 +4,75 @@ description: View, download, and run sample code and applications for Azure Stor
4
4
author: mhopkins-msft
5
5
6
6
ms.author: mhopkins
7
-
ms.date: 05/03/2019
7
+
ms.date: 09/06/2019
8
8
ms.service: storage
9
9
ms.subservice: common
10
10
ms.topic: sample
11
11
---
12
12
13
13
# Azure Storage samples using .NET
14
14
15
-
## .NET sample index
16
-
17
15
The following table provides an overview of our samples repository and the scenarios covered in each sample. Click on the links to view the corresponding sample code in GitHub.
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs#L1144">Getting Started with Blobs</a></td>
24
-
</tr>
25
-
<tr>
26
-
<td>Block Blob</td>
27
-
<td><ahref="https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs">Azure Blob Storage Photo Gallery Web Application</a></td>
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs">Getting Started with Blobs</a></td>
36
-
</tr>
37
-
<tr>
38
-
<td>Create Container</td>
39
-
<td><ahref="https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs">Azure Blob Storage Photo Gallery Web Application</a></td>
40
-
</tr>
41
-
<tr>
42
-
<td>Delete Blob</td>
43
-
<td><ahref="https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs">Azure Blob Storage Photo Gallery Web Application</a></td>
44
-
</tr>
45
-
<tr>
46
-
<td>Delete Container</td>
47
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs">Getting Started with Blobs</a></td>
48
-
</tr>
49
-
<tr>
50
-
<td>Blob Metadata/Properties/Stats</td>
51
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs">Getting Started with Blobs</a></td>
52
-
</tr>
53
-
<tr>
54
-
<td>Container ACL/Metadata/Properties</td>
55
-
<td><ahref="https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs">Azure Blob Storage Photo Gallery Web Application</a></td>
56
-
</tr>
57
-
<tr>
58
-
<td>Get Page Ranges</td>
59
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs">Getting Started with Blobs</a></td>
60
-
</tr>
61
-
<tr>
62
-
<td>Lease Blob/Container</td>
63
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs">Getting Started with Blobs</a></td>
64
-
</tr>
65
-
<tr>
66
-
<td>List Blob/Container</td>
67
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/GettingStarted.cs">Getting Started with Blobs</a></td>
68
-
</tr>
69
-
<tr>
70
-
<td>Page Blob</td>
71
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/GettingStarted.cs">Getting Started with Blobs</a></td>
72
-
</tr>
73
-
<tr>
74
-
<td>SAS</td>
75
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs">Getting Started with Blobs</a></td>
76
-
</tr>
77
-
<tr>
78
-
<td>Service Properties</td>
79
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs">Getting Started with Blobs</a></td>
80
-
</tr>
81
-
<tr>
82
-
<td>Snapshot Blob</td>
83
-
<td><ahref="https://github.com/Azure-Samples/storage-blob-dotnet-back-up-with-incremental-snapshots/blob/master/Program.cs">Backup Azure Virtual Machine Disks with Incremental Snapshots</a></td>
<td><ahref="https://github.com/Azure-Samples/storage-file-dotnet-getting-started/blob/master/FileStorage/GettingStarted.cs">Getting Started with Azure File Service in .NET</a></td>
<td><ahref="https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs">Getting Started with Azure Queue Service in .NET</a></td>
<td><ahref="https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs">Getting Started with Azure Queue Service in .NET</a></td>
134
-
</tr>
135
-
<tr>
136
-
<td>Delete Message/Queue</td>
137
-
<td><ahref="https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs">Getting Started with Azure Queue Service in .NET</a></td>
138
-
</tr>
139
-
<tr>
140
-
<td>Peek Message</td>
141
-
<td><ahref="https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs">Getting Started with Azure Queue Service in .NET</a></td>
142
-
</tr>
143
-
<tr>
144
-
<td>Queue ACL/Metadata/Stats</td>
145
-
<td><ahref="https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/Advanced.cs">Getting Started with Azure Queue Service in .NET</a></td>
146
-
</tr>
147
-
<tr>
148
-
<td>Queue Service Properties</td>
149
-
<td><ahref="https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/Advanced.cs">Getting Started with Azure Queue Service in .NET</a></td>
150
-
</tr>
151
-
<tr>
152
-
<td>Update Message</td>
153
-
<td><ahref="https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs">Getting Started with Azure Queue Service in .NET</a></td>
154
-
</tr>
155
-
<tr>
156
-
<tdrowspan="7"><b>Table</b></td>
157
-
<td>Create Table</td>
158
-
<td><ahref="https://code.msdn.microsoft.com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262">Managing Concurrency using Azure Storage - Sample Application</a></td>
159
-
</tr>
160
-
<tr>
161
-
<td>Delete Entity/Table</td>
162
-
<td><ahref="https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs">Getting Started with Azure Table Storage in .NET</a></td>
163
-
</tr>
164
-
<tr>
165
-
<td>Insert/Merge/Replace Entity</td>
166
-
<td><ahref="https://code.msdn.microsoft.com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262">Managing Concurrency using Azure Storage - Sample Application</a></td>
167
-
</tr>
168
-
<tr>
169
-
<td>Query Entities</td>
170
-
<td><ahref="https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs">Getting Started with Azure Table Storage in .NET</a></td>
171
-
</tr>
172
-
<tr>
173
-
<td>Query Tables</td>
174
-
<td><ahref="https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs">Getting Started with Azure Table Storage in .NET</a></td>
175
-
</tr>
176
-
<tr>
177
-
<td>Table ACL/Properties</td>
178
-
<td><ahref="https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples.cs">Getting Started with Azure Table Storage in .NET</a></td>
179
-
</tr>
180
-
<tr>
181
-
<td>Update Entity</td>
182
-
<td><ahref="https://code.msdn.microsoft.com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262">Managing Concurrency using Azure Storage - Sample Application</a></td>
183
-
</tr>
184
-
</tbody>
185
-
</table>
186
-
<br/>
17
+
## Blob samples
18
+
19
+
|**Scenario**|**Sample Code**|
20
+
|--------------|-----------------|
21
+
| Append Blob |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs#L1144)|
22
+
| Block Blob |[Azure Blob Storage Photo Gallery Web Application](https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs)|
| Copy Blob |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs)|
25
+
| Create Container |[Azure Blob Storage Photo Gallery Web Application](https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs)|
26
+
| Delete Blob |[Azure Blob Storage Photo Gallery Web Application](https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs)|
27
+
| Delete Container |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs)|
28
+
| Blob Metadata/Properties/Stats |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs)|
29
+
| Container ACL/Metadata/Properties |[Azure Blob Storage Photo Gallery Web Application](https://github.com/Azure-Samples/storage-blobs-dotnet-webapp/blob/master/WebApp-Storage-DotNet/Controllers/HomeController.cs)|
30
+
| Get Page Ranges |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs)|
31
+
| Lease Blob/Container |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs)|
32
+
| List Blob/Container |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/GettingStarted.cs)|
33
+
| Page Blob |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/GettingStarted.cs)|
34
+
| SAS |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs)|
35
+
| Service Properties |[Getting Started with Blobs](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started/blob/master/BlobStorage/Advanced.cs)|
| Delete Shares/Directories/Files |[Getting Started with Azure File Service in .NET](https://github.com/Azure-Samples/storage-file-dotnet-getting-started/blob/master/FileStorage/GettingStarted.cs)|
| Add Message |[Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs)|
| Create Queues |[Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs)|
59
+
| Delete Message/Queue |[Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs)|
60
+
| Peek Message |[Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs)|
61
+
| Queue ACL/Metadata/Stats |[Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/Advanced.cs)|
62
+
| Queue Service Properties |[Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/Advanced.cs)|
63
+
| Update Message |[Getting Started with Azure Queue Service in .NET](https://github.com/Azure-Samples/storage-queue-dotnet-getting-started/blob/master/QueueStorage/GettingStarted.cs)|
| Delete Entity/Table |[Getting Started with Azure Table Storage in .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs)|
| Query Entities |[Getting Started with Azure Table Storage in .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs)|
73
+
| Query Tables |[Getting Started with Azure Table Storage in .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs)|
74
+
| Table ACL/Properties |[Getting Started with Azure Table Storage in .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples.cs)|
0 commit comments