Skip to content

Commit 7f28fb9

Browse files
authored
Merge pull request #93197 from craigcaseyMSFT/vcraic1024
fix broken links from CATS report
2 parents 556f7c7 + 6e76f23 commit 7f28fb9

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

includes/storage-dotnet-samples-include.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Here is a list of all our sample repositories for the Azure Storage .NET client
1111

1212
* [Azure Blob Storage Photo Gallery Web Application](https://azure.microsoft.com/resources/samples/storage-blobs-dotnet-webapp/)
1313
* [Azure Blob Storage Samples for .NET](https://azure.microsoft.com/resources/samples/storage-blob-dotnet-getting-started/)
14-
* [Backup Azure Virtual Machine Disks with Incremental Snapshots](https://azure.microsoft.com/resources/samples/storage-blob-dotnet-back-up-with-incremental-snapshots/)
15-
* [Getting Started with Azure Client Side Encryption in .NET](https://azure.microsoft.com/resources/samples/storage-dotnet-client-side-encryption/)
14+
* [Backup Azure Virtual Machine Disks with Incremental Snapshots](https://github.com/Azure-Samples/storage-blob-dotnet-back-up-with-incremental-snapshots)
15+
* [Getting Started with Azure Client Side Encryption in .NET](https://github.com/Azure-Samples/storage-dotnet-client-side-encryption)
1616
* [Getting Started with Azure File Service in .NET](https://azure.microsoft.com/resources/samples/storage-file-dotnet-getting-started/)
1717
* [Getting Started with Azure Queue Service in .NET](https://azure.microsoft.com/resources/samples/storage-queue-dotnet-getting-started/)
1818
* [Getting Started with Azure Storage Resource Provider in .NET](https://azure.microsoft.com/resources/samples/storage-dotnet-resource-provider-getting-started/)
19-
* [Getting Started with Azure Table Storage in .NET](https://azure.microsoft.com/resources/samples/storage-table-dotnet-getting-started/)
19+
* [Getting Started with Azure Table Storage in .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started)
2020
* [Getting Started with Shared Access Signatures (SAS)](https://azure.microsoft.com/resources/samples/storage-dotnet-sas-getting-started/)
21-
* [Import Export Job Management through REST API](https://azure.microsoft.com/resources/samples/storage-dotnet-import-export-job-management/)
22-
* [MyDriving - An Azure IOT and Mobile Sample Application](https://azure.microsoft.com/resources/samples/mydriving/)
21+
* [Import Export Job Management through REST API](https://github.com/Azure-Samples/storage-dotnet-import-export-job-management/)
22+
* [MyDriving - An Azure IOT and Mobile Sample Application](https://github.com/Azure-Samples/mydriving/)
2323
* [.NET Storage Client Library Samples](https://github.com/Azure/azure-storage-net/tree/master/Samples/GettingStarted)

includes/storage-java-samples-include.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: tamram
1010
Here is a list of all our sample repositories for the Azure Storage Java client library.
1111

1212
* [Getting Started with Storage - Manage Storage Account in Java](https://azure.microsoft.com/resources/samples/storage-java-manage-storage-accounts/)
13-
* [Getting Started with Azure Blob Service in Java](https://azure.microsoft.com/resources/samples/storage-blob-java-getting-started/)
14-
* [Getting Started with Azure File Service in Java](https://azure.microsoft.com/resources/samples/storage-file-java-getting-started/)
15-
* [Getting Started with Azure Queue Service in Java](https://azure.microsoft.com/resources/samples/storage-queue-java-getting-started/)
16-
* [Getting Started with Azure Table Service in Java](https://azure.microsoft.com/resources/samples/storage-table-java-getting-started/)
13+
* [Getting Started with Azure Blob Service in Java](https://github.com/Azure-Samples/storage-blob-java-getting-started)
14+
* [Getting Started with Azure File Service in Java](https://github.com/Azure-Samples/storage-file-java-getting-started)
15+
* [Getting Started with Azure Queue Service in Java](https://github.com/Azure-Samples/storage-queue-java-getting-started)
16+
* [Getting Started with Azure Table Service in Java](https://github.com/Azure-Samples/storage-table-java-getting-started)

includes/storage-node-samples-include.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.author: tamram
99

1010
Here is a list of all our sample repositories for the Azure Storage JavaScript client library.
1111

12-
* [Getting Started with Azure Blob Service in Node.js](https://azure.microsoft.com/resources/samples/storage-blob-node-getting-started/)
13-
* [Getting Started with Azure File Service in Node.js](https://azure.microsoft.com/resources/samples/storage-file-node-getting-started/)
14-
* [Getting Started with Azure Queue Service in Node.js](https://azure.microsoft.com/resources/samples/storage-queue-node-getting-started/)
15-
* [Getting Started with Azure Table Service in Node.js](https://azure.microsoft.com/resources/samples/storage-table-node-getting-started/)
16-
* [Build a serverless web app in Azure](https://azure.microsoft.com/resources/samples/functions-first-serverless-web-application/)
12+
* [Getting Started with Azure Blob Service in Node.js](https://github.com/Azure-Samples/storage-blob-node-getting-started)
13+
* [Getting Started with Azure File Service in Node.js](https://github.com/Azure-Samples/storage-file-node-getting-started)
14+
* [Getting Started with Azure Queue Service in Node.js](https://github.com/Azure-Samples/storage-queue-node-getting-started)
15+
* [Getting Started with Azure Table Service in Node.js](https://github.com/Azure-Samples/storage-table-node-getting-started)
16+
* [Build a serverless web app in Azure](https://github.com/Azure-Samples/functions-first-serverless-web-application)
1717
* [Blob uploader](https://github.com/Azure/azure-storage-node/tree/master/examples/blobuploader)
1818
* [Upload and download blob](https://github.com/Azure/azure-storage-node/blob/master/examples/samples/blobuploaddownloadsample.js)
1919
* [Continuation token](https://github.com/Azure/azure-storage-node/blob/master/examples/samples/continuationsample.js)

includes/storage-python-samples-include.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.author: tamram
99

1010
Here is a list of all our sample repositories for the Azure Storage Python client library.
1111

12-
* [Getting Started with Azure Storage in Python](https://azure.microsoft.com/resources/samples/storage-python-getting-started/)
13-
* [Getting Started with Azure Blob Service in Python](https://azure.microsoft.com/resources/samples/storage-blob-python-getting-started/)
14-
* [Getting Started with Azure File Service in Python](https://azure.microsoft.com/resources/samples/storage-file-python-getting-started/)
15-
* [Getting Started with Azure Queue Service in Python](https://azure.microsoft.com/resources/samples/storage-queue-python-getting-started/)
16-
* [Getting Started with Azure Table Service in Python](https://azure.microsoft.com/resources/samples/storage-table-python-getting-started/)
12+
* [Getting Started with Azure Storage in Python](https://github.com/Azure-Samples/storage-python-getting-started)
13+
* [Getting Started with Azure Blob Service in Python](https://github.com/Azure-Samples/storage-blob-python-getting-started)
14+
* [Getting Started with Azure File Service in Python](https://github.com/Azure-Samples/storage-file-python-getting-started)
15+
* [Getting Started with Azure Queue Service in Python](https://github.com/Azure-Samples/storage-queue-python-getting-started)
16+
* [Getting Started with Azure Table Service in Python](https://github.com/Azure-Samples/storage-table-python-getting-started)
1717
* [Getting Started with Storage - Storage Management in Python](https://azure.microsoft.com/resources/samples/storage-python-manage/)

0 commit comments

Comments
 (0)