Skip to content

Commit 6dc9995

Browse files
committed
fix list numbering issue
1 parent aefed5f commit 6dc9995

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/batch/quick-create-template.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ Two Azure resources are defined in the template:
3737

3838
1. Select the following image to sign in to Azure and open a template. The template creates an Azure Batch account and a storage account.
3939

40-
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-batchaccount-with-storage%2Fazuredeploy.json)
40+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-batchaccount-with-storage%2Fazuredeploy.json)
4141

4242
1. Select or enter the following values.
4343

44-
![Resource Manager template, Batch account creation, deploy portal](media/quick-create-template/batch-template.png)
44+
![Resource Manager template, Batch account creation, deploy portal](media/quick-create-template/batch-template.png)
4545

46-
- **Subscription**: select an Azure subscription.
47-
- **Resource group**: select **Create new**, enter a unique name for the resource group, and then click **OK**.
48-
- **Location**: select a location. For example, **Central US**.
49-
- **Batch Account Name**: Leave the default value.
50-
- **Storage Accountsku**: select a storage account type. For example, **Standard_LRS**.
51-
- **Location**: Leave the default so that the resources will be in the same location as your resource group.
52-
- I agree to the terms and conditions state above: **Select**.
46+
- **Subscription**: select an Azure subscription.
47+
- **Resource group**: select **Create new**, enter a unique name for the resource group, and then click **OK**.
48+
- **Location**: select a location. For example, **Central US**.
49+
- **Batch Account Name**: Leave the default value.
50+
- **Storage Accountsku**: select a storage account type. For example, **Standard_LRS**.
51+
- **Location**: Leave the default so that the resources will be in the same location as your resource group.
52+
- I agree to the terms and conditions state above: **Select**.
5353

5454
1. Select **Purchase**.
5555

0 commit comments

Comments
 (0)