Skip to content

Commit 6c174eb

Browse files
committed
updates7
1 parent 192d15f commit 6c174eb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/batch/quick-deploy-batch-account-and-two-pools-wth-start-task-terraform.md renamed to articles/batch/quick-deploy-batch-account-two-pools-start-task-terraform.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Deploy an Azure Batch account and two pools with a start task - Terraform'
33
description: In this article, you deploy an Azure Batch account and two pools with a start task using Terraform.
44
ms.topic: quickstart
5-
ms.date: 10/22/2024
5+
ms.date: 10/23/2024
66
ms.custom: devx-track-terraform
77
ms.service: azure-batch
88
author: Padmalathas
@@ -37,7 +37,6 @@ In this quickstart, you create an Azure Batch account, an Azure Storage account,
3737
## Prerequisites
3838

3939
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
40-
4140
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
4241

4342
## Implement the Terraform code
@@ -47,7 +46,7 @@ In this quickstart, you create an Azure Batch account, an Azure Storage account,
4746
>
4847
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform).
4948
50-
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
49+
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
5150

5251
1. Create a file named `main.tf`, and insert the following code:
5352
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-start-task/main.tf":::

articles/batch/quick-deploy-batch-account-and-two-pools-terraform.md renamed to articles/batch/quick-deploy-batch-account-two-pools-terraform.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Deploy an Azure Batch account and two pools - Terraform'
33
description: In this article, you deploy an Azure Batch account and two pools using Terraform.
44
ms.topic: quickstart
5-
ms.date: 10/22/2024
5+
ms.date: 10/23/2024
66
ms.custom: devx-track-terraform
77
ms.service: azure-batch
88
author: Padmalathas
@@ -37,7 +37,6 @@ In this quickstart, you create an Azure Batch account, an Azure Storage account,
3737
## Prerequisites
3838

3939
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
40-
4140
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
4241

4342
## Implement the Terraform code
@@ -47,7 +46,7 @@ In this quickstart, you create an Azure Batch account, an Azure Storage account,
4746
>
4847
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform).
4948
50-
1. Create a directory in which to test and run the sample Terraform code and make it the current directory.
49+
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
5150

5251
1. Create a file named `main.tf`, and insert the following code:
5352
:::code language="Terraform" source="~/terraform_samples/quickstart/101-batch-pools-with-job/main.tf":::

0 commit comments

Comments
 (0)