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: articles/storage/common/storage-samples-javascript.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,15 +108,15 @@ The following tables provide an overview of our samples repository and the scena
108
108
:::row-end:::
109
109
:::row:::
110
110
:::column span="":::
111
-
[List blobs by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js)
111
+
[List blobs by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js#L47)
112
112
:::column-end:::
113
113
:::column span="":::
114
114
[List blobs by hierarchy](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsByHierarchy.js)
115
115
:::column-end:::
116
116
:::row-end:::
117
117
:::row:::
118
118
:::column span="":::
119
-
[Listing blobs without using await](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js)
119
+
[Listing blobs without using await](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js#L41)
120
120
:::column-end:::
121
121
:::column span="":::
122
122
[Create a blob snapshot](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/snapshots.js#L20)
@@ -151,10 +151,10 @@ The following tables provide an overview of our samples repository and the scena
151
151
152
152
:::row:::
153
153
:::column span="":::
154
-
[Create a Data Lake service client](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js)
154
+
[Create a Data Lake service client](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js#L5)
155
155
:::column-end:::
156
156
:::column span="":::
157
-
[Create a file system](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js)
157
+
[Create a file system](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js#L57)
158
158
:::column-end:::
159
159
:::row-end:::
160
160
:::row:::
@@ -217,7 +217,7 @@ The following tables provide an overview of our samples repository and the scena
217
217
:::row-end:::
218
218
:::row:::
219
219
:::column span="":::
220
-
[List shares by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listShares.js)
220
+
[List shares by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listShares.js#32)
221
221
:::column-end:::
222
222
:::column span="":::
223
223
[Delete a share](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/advancedRequestOptions.js#L97)
@@ -236,7 +236,7 @@ The following tables provide an overview of our samples repository and the scena
236
236
:::row-end:::
237
237
:::row:::
238
238
:::column span="2":::
239
-
[List files and directories by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listFilesAndDirectories.js)
239
+
[List files and directories by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listFilesAndDirectories.js#L59)
240
240
:::column-end:::
241
241
:::row-end:::
242
242
@@ -313,7 +313,7 @@ The following tables provide an overview of our samples repository and the scena
313
313
:::row-end:::
314
314
:::row:::
315
315
:::column span="":::
316
-
[List queues by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/listQueues.js)
316
+
[List queues by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/listQueues.js#L32)
317
317
:::column-end:::
318
318
:::column span="":::
319
319
[Delete a queue](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/queueClient.js#L90)
@@ -335,7 +335,7 @@ The following tables provide an overview of our samples repository and the scena
0 commit comments