Skip to content

Commit accc91a

Browse files
committed
TOC and qs prereqs
1 parent 91131ba commit accc91a

14 files changed

+35
-42
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
items:
1111
- name: Create a storage account
1212
href: ../common/storage-quickstart-create-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
13-
- name: Work with blobs - UI and script
13+
- name: Manage blobs without code
1414
items:
1515
- name: Azure portal
1616
href: storage-quickstart-blobs-portal.md

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ The Azure CLI is Azure's command-line experience for managing Azure resources. Y
1717

1818
## Prerequisites
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21-
22-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
20+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2321

2422
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2523

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ In this quickstart, you learn how to use the Azure Storage client library for .N
1717

1818
## Prerequisites
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21-
22-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
20+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2321

2422
Next, download and install .NET Core 2.0 for your operating system. If you are running Windows, you can install Visual Studio and use the .NET Framework if you prefer. You can also choose to install an editor to use with your operating system.
2523

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ In this quickstart, you learn how to use the Go programming language to upload,
1717

1818
## Prerequisites
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
20+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2121

22-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
23-
24-
Make sure you have the following prerequisites installed:
22+
Make sure you have the following additional prerequisites installed:
2523

2624
* [Go 1.8 or above](https://golang.org/dl/)
2725
* [Azure Storage Blob SDK for Go](https://github.com/azure/azure-storage-blob-go/) using `go get -u github.com/Azure/azure-storage-blob-go/azblob`.

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ In this quickstart, you learn how to use the new Java Storage SDK to upload, dow
1717

1818
## Prerequisites
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
20+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2121

22-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
23-
24-
Make sure you have the following prerequisites installed:
22+
Make sure you have the following additional prerequisites installed:
2523

2624
* [Maven](http://maven.apache.org/download.cgi) to work from the command line, or any Java integrated development environment that you prefer
2725
* [JDK](https://aka.ms/azure-jdks)

articles/storage/blobs/storage-quickstart-blobs-javascript-client-libraries.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ This quickstart demonstrates how to manage blobs from code running entirely in t
2121

2222
## Prerequisites
2323

24-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
25-
26-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
24+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2725

2826
## Setting up storage account CORS rules
2927
Before your web application can access a blob storage from the client, the account must be configured to enable [cross-origin resource sharing](https://docs.microsoft.com/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services), or CORS.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ In this quickstart, you learn to use the [Azure Storage v10 SDK for JavaScript](
1717

1818
## Prerequisites
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21-
22-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
20+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2321

2422
## Download the sample application
2523

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ In this quickstart, you learn how to use PHP to upload, download, and list block
1616

1717
## Prerequisites
1818

19-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
19+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2020

21-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
22-
23-
Make sure you have the following prerequisites installed:
21+
Make sure you have the following additional prerequisites installed:
2422

2523
* Install [PHP](http://php.net/downloads.php)
2624
* Install [the Azure Storage SDK for PHP](https://github.com/Azure/azure-storage-php)

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ In this quickstart, you learn how to use the [Azure portal](https://portal.azure
1717

1818
## Prerequisites
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21-
22-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
20+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2321

2422
## Create a container
2523

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ Use the Azure PowerShell module to create and manage Azure resources. Creating o
1717

1818
## Prerequisites
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
21-
22-
Create an Azure storage account in the [Azure portal](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). For help creating the account, see [Create a storage account](../common/storage-quickstart-create-account.md).
20+
[!INCLUDE [storage-quickstart-prereq-include](../../../includes/storage-quickstart-prereq-include.md)]
2321

2422
This quickstart requires the Azure PowerShell module version 3.6 or later. Run `Get-Module -ListAvailable AzureRM` to find the version. If you need to install or upgrade, see [Install Azure PowerShell module](/powershell/azure/install-azurerm-ps).
2523

0 commit comments

Comments
 (0)