Skip to content

Commit 1b31df1

Browse files
committed
defs vars table updated
1 parent c66388b commit 1b31df1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

2_compute-containers/batch/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ Below is a list of variables used in this template, their expected values, types
3737
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
3838
| `storage_account_name` | The name of the Azure Storage Account to create. | string | `"mystorageaccount"` |
3939
| `batch_account_name` | The name of the Azure Batch Account to create. | string | `"mybatchaccount"` |
40-
| `pool_name` | The name of the Azure Batch Pool to create. | string | `"mypool"` |
41-
| `vm_size` | The size of the Virtual Machines for the Batch Pool. | string | `"Standard_A1_v2"` |
42-
| `node_agent_sku_id` | The SKU ID of the node agent for the Batch Pool. | string | `"batch.node.ubuntu 20.04"` |
4340
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4441

4542
<div align="center">

0 commit comments

Comments
 (0)