Skip to content

Commit f411c96

Browse files
Merge pull request #286692 from pauljewellmsft/quickstart-next-step
Update next step section for client library quickstarts
2 parents e19eed1 + cd70691 commit f411c96

6 files changed

+18
-60
lines changed

articles/storage/blobs/storage-quickstart-blobs-dotnet.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Azure Blob Storage library - .NET"
33
description: In this quickstart, you learn how to use the Azure Blob Storage client library for .NET to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 02/06/2024
6+
ms.date: 09/13/2024
77
ms.service: azure-blob-storage
88
ms.topic: quickstart
99
ms.devlang: csharp
@@ -596,15 +596,7 @@ You'll be prompted to confirm the deletion of the resources. Enter `y` to confir
596596
597597
::: zone-end
598598
599-
## Next steps
600-
601-
In this quickstart, you learned how to upload, download, and list blobs using .NET.
602-
603-
To see Blob storage sample apps, continue to:
599+
## Next step
604600
605601
> [!div class="nextstepaction"]
606-
> [Azure Blob Storage library for .NET samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/samples)
607-
608-
- To learn more, see the [Azure Blob Storage client libraries for .NET](/dotnet/api/overview/azure/storage).
609-
- For tutorials, samples, quick starts and other documentation, visit [Azure for .NET developers](/dotnet/azure/sdk/azure-sdk-for-dotnet).
610-
- To learn more about .NET, see [Get started with .NET in 10 minutes](https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/intro).
602+
> [Azure Storage samples and developer guides for .NET](../common/storage-samples-dotnet.md?toc=/azure/storage/blobs/toc.json)

articles/storage/blobs/storage-quickstart-blobs-go.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Storage
44
description: In this quickstart, you learn how to use the Azure Blob Storage client module for Go to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
55
author: pauljewellmsft
66
ms.author: pauljewell
7-
ms.date: 05/22/2024
7+
ms.date: 09/13/2024
88
ms.service: azure-blob-storage
99
ms.topic: quickstart
1010
ms.devlang: golang
@@ -266,14 +266,7 @@ handleError(err)
266266

267267
To learn more about deleting blobs and containers, and to explore more code examples, see [Delete a blob with Go](storage-blob-delete-go.md) and [Delete a container with Go](storage-blob-container-delete-go.md).
268268

269-
## Next steps
270-
271-
In this quickstart, you learned how to upload, download, and list blobs using Go.
272-
273-
To see Blob storage sample apps, continue to:
269+
## Next step
274270

275271
> [!div class="nextstepaction"]
276-
> [Azure Blob Storage library for Go samples](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob#example-package)
277-
278-
- To learn more, see the [Azure Blob Storage client module for Go](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob).
279-
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for Go Developers](/azure/developer/go/overview).
272+
> [Azure Blob Storage developer guides for Go](storage-blob-go-get-started.md#build-your-app)

articles/storage/blobs/storage-quickstart-blobs-java.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to use the Azure Blob Storage cli
44
author: pauljewellmsft
55
ms.author: pauljewell
66
ms.custom: devx-track-java, mode-api, passwordless-java, devx-track-extended-java, devx-track-extended-azdevcli
7-
ms.date: 03/04/2024
7+
ms.date: 09/13/2024
88
ms.service: azure-blob-storage
99
ms.topic: quickstart
1010
ms.devlang: java
@@ -608,14 +608,7 @@ You'll be prompted to confirm the deletion of the resources. Enter `y` to confir
608608

609609
::: zone-end
610610

611-
## Next steps
612-
613-
In this quickstart, you learned how to upload, download, and list blobs using Java.
614-
615-
To see Blob storage sample apps, continue to:
611+
## Next step
616612

617613
> [!div class="nextstepaction"]
618-
> [Azure Blob Storage library for Java samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob)
619-
620-
- To learn more, see the [Azure Blob Storage client libraries for Java](/java/api/overview/azure/storage-blob-readme).
621-
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for Java developers](/azure/developer/java/sdk/overview).
614+
> [Azure Storage samples and developer guides for Java](../common/storage-samples-java.md?toc=/azure/storage/blobs/toc.json)

articles/storage/blobs/storage-quickstart-blobs-nodejs-typescript.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Azure Blob storage library - TypeScript"
33
description: In this quickstart, you learn how to use the Azure Blob Storage for TypeScript to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 03/18/2024
6+
ms.date: 09/13/2024
77
ms.service: azure-blob-storage
88
ms.topic: quickstart
99
ms.devlang: typescript
@@ -331,14 +331,7 @@ Step through the code in your debugger and check your [Azure portal](https://por
331331
1. When you're done with this quickstart, delete the `blob-quickstart` directory.
332332
1. If you're done using your Azure Storage resource, use the [Azure CLI to remove the Storage resource](storage-quickstart-blobs-cli.md#clean-up-resources).
333333

334-
## Next steps
335-
336-
In this quickstart, you learned how to upload, download, and list blobs using JavaScript.
337-
338-
To see Blob storage sample apps, continue to:
334+
## Next step
339335

340336
> [!div class="nextstepaction"]
341-
> [Azure Blob Storage library for TypeScript samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples/v12/typescript)
342-
343-
- To learn more, see the [Azure Blob Storage client libraries for JavaScript](/javascript/api/overview/azure/storage-blob-readme).
344-
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for JavaScript and Node.js developers](/azure/developer/javascript/).
337+
> [Azure Storage samples and developer guides for JavaScript and TypeScript](../common/storage-samples-javascript.md?toc=/azure/storage/blobs/toc.json)

articles/storage/blobs/storage-quickstart-blobs-nodejs.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Azure Blob storage library - JavaScript"
33
description: In this quickstart, you learn how to use the Azure Blob Storage for JavaScript to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 03/06/2024
6+
ms.date: 09/13/2024
77
ms.service: azure-blob-storage
88
ms.topic: quickstart
99
ms.devlang: javascript
@@ -485,14 +485,7 @@ You'll be prompted to confirm the deletion of the resources. Enter `y` to confir
485485

486486
::: zone-end
487487

488-
## Next steps
489-
490-
In this quickstart, you learned how to upload, download, and list blobs using JavaScript.
491-
492-
To see Blob storage sample apps, continue to:
488+
## Next step
493489

494490
> [!div class="nextstepaction"]
495-
> [Azure Blob Storage library for JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples)
496-
497-
- To learn more, see the [Azure Blob Storage client libraries for JavaScript](/javascript/api/overview/azure/storage-blob-readme).
498-
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for JavaScript and Node.js developers](/azure/developer/javascript/).
491+
> [Azure Storage samples and developer guides for JavaScript and TypeScript](../common/storage-samples-javascript.md?toc=/azure/storage/blobs/toc.json)

articles/storage/blobs/storage-quickstart-blobs-python.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Storage
44
description: In this quickstart, you learn how to use the Azure Blob Storage client library for Python to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
55
author: pauljewellmsft
66
ms.author: pauljewell
7-
ms.date: 02/22/2024
7+
ms.date: 09/13/2024
88
ms.topic: quickstart
99
ms.service: azure-blob-storage
1010
ms.devlang: python
@@ -452,14 +452,8 @@ You'll be prompted to confirm the deletion of the resources. Enter `y` to confir
452452

453453
::: zone-end
454454

455-
## Next steps
456-
457-
In this quickstart, you learned how to upload, download, and list blobs using Python.
458-
459-
To see Blob storage sample apps, continue to:
455+
## Next step
460456

461457
> [!div class="nextstepaction"]
462-
> [Azure Blob Storage library for Python samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob/samples)
458+
> [Azure Storage samples and developer guides for Python](../common/storage-samples-python.md?toc=/azure/storage/blobs/toc.json)
463459
464-
- To learn more, see the [Azure Blob Storage client libraries for Python](/python/api/overview/azure/storage-blob-readme).
465-
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for Python Developers](/azure/developer/python/sdk/azure-sdk-overview).

0 commit comments

Comments
 (0)