Skip to content

Commit 4927163

Browse files
committed
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute
1 parent cd432b0 commit 4927163

4 files changed

+10
-10
lines changed

articles/mobile-apps/azure-storage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use the following services to enable cloud storage in your mobile apps.
3939
- [Azure portal](https://portal.azure.com)
4040
- [Azure Blob storage documentation](/azure/storage/blobs/storage-blobs-introduction)
4141
- [Quickstarts](/azure/storage/blobs/storage-quickstart-blobs-portal)
42-
- [Samples](/azure/storage/common/storage-samples-dotnet?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)
42+
- [Samples](/azure/storage/common/storage-samples-dotnet?toc=/azure/storage/blobs/toc.json)
4343

4444
## Azure Table storage
4545

@@ -56,7 +56,7 @@ You can use Table storage to store and query huge sets of structured, nonrelatio
5656

5757
- [Azure portal](https://portal.azure.com)
5858
- [Azure Table storage documentation](/azure/storage/tables/table-storage-overview)
59-
- [Samples](/azure/cosmos-db/tutorial-develop-table-dotnet?toc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fstorage%2Ftables%2FTOC.json&bc=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fbread%2Ftoc.json)
59+
- [Samples](/azure/cosmos-db/tutorial-develop-table-dotnet?toc=/azure/storage/tables/TOC.json&bc=/azure/bread/toc.json)
6060
- [Quickstarts](/azure/storage/tables/table-storage-quickstart-portal)
6161

6262
## Azure Queue storage
@@ -68,4 +68,4 @@ You can use Table storage to store and query huge sets of structured, nonrelatio
6868
- [Azure portal](https://portal.azure.com)
6969
- [Azure Queue storage documentation](/azure/storage/queues/)
7070
- [Quickstarts](/azure/storage/queues/storage-quickstart-queues-portal)
71-
- [Samples](/azure/storage/common/storage-samples-dotnet?toc=%2fazure%2fstorage%2fqueues%2ftoc.json)
71+
- [Samples](/azure/storage/common/storage-samples-dotnet?toc=/azure/storage/queues/toc.json)

articles/python/tutorial-containerize-deploy-python-web-app-azure-05.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ After completing this tutorial, here are some next steps you can take to build u
6161

6262
* Create reusable infrastructure as code with [Azure Developer CLI (azd) Preview](/azure/developer/azure-developer-cli/overview).
6363

64-
## 3. Related Microsoft Learn modules
64+
## 3. Related Learn modules
6565

66-
The following are some Microsoft Learn modules that explore the technologies and themes covered in this tutorial:
66+
The following are some Learn modules that explore the technologies and themes covered in this tutorial:
6767

6868
* [Introduction to Python](/learn/modules/intro-to-python/)
6969

@@ -79,4 +79,4 @@ The following are some Microsoft Learn modules that explore the technologies and
7979

8080
* [Migrate on-premises MongoDB databases to Cosmos DB](/learn/modules/migrate-on-premises-mongodb-databases-azure-database-mongodb/)
8181

82-
* [Build a containerized web application with Docker](/learn/modules/intro-to-containers/)
82+
* [Build a containerized web application with Docker](/learn/modules/intro-to-containers/)

articles/python/tutorial-python-managed-identity-07.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ After completing this tutorial, here are some next steps you can take to build u
6262

6363
* Learn more about security for Blob storage, see [Security recommendations for Blob storage](/azure/storage/blobs/security-recommendations).
6464

65-
## 3. Related Microsoft Learn modules
65+
## 3. Related Learn modules
6666

67-
The following are some Microsoft Learn modules that explore the technologies and themes covered in this tutorial:
67+
The following are some Learn modules that explore the technologies and themes covered in this tutorial:
6868

6969
* [Introduction to Python](/learn/modules/intro-to-python/)
7070

@@ -80,4 +80,4 @@ The following are some Microsoft Learn modules that explore the technologies and
8080

8181
* [Create and connect to an Azure Database for PostgreSQL](/learn/modules/create-connect-to-postgres/)
8282

83-
* [Explore Azure Blob storage](/learn/modules/explore-azure-blob-storage/)
83+
* [Explore Azure Blob storage](/learn/modules/explore-azure-blob-storage/)

articles/ux-beta/storage-quickstart-blobs-dot-net.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Additional resources:
3030
- [API reference documentation](/dotnet/api/azure.storage.blobs)
3131
- [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs)
3232
- [Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Blobs)
33-
- [Samples](/azure/storage/common/storage-samples-dotnet?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json#blob-samples)
33+
- [Samples](/azure/storage/common/storage-samples-dotnet?toc=/azure/storage/blobs/toc.json#blob-samples)
3434

3535
## Prerequisites
3636

0 commit comments

Comments
 (0)