Skip to content

Commit 6eb5272

Browse files
committed
Made the first MD060 fixes
1 parent d214535 commit 6eb5272

4 files changed

Lines changed: 31 additions & 31 deletions

File tree

0_core-infrastructure/subnet/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Last updated: 2025-03-11
3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

3333
| Variable Name | Description | Type | Example Value |
34-
|-------------------------|--------------------------------------------------|--------|-----------------------|
35-
| `resource_group_name` | The name of the Azure Resource Group to associate the Subnet with. | string | `"my-resource-group"` |
36-
| `vnet_name` | The name of the Azure Virtual Network to associate the Subnet with. | string | `"my-vnet"` |
37-
| `subnet_name` | The name of the Azure Subnet to create. | string | `"my-subnet"` |
38-
| `location` | The Azure region where the Subnet will be created. | string | `"East US"` |
39-
| `address_space` | The address space for the Virtual Network. | list | `["10.0.0.0/16"]` |
40-
| `subnet_address_prefixes` | The address prefixes for the Subnet. | list | `["10.0.1.0/24"]` |
41-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
42-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
34+
| --- | --- | --- | --- |
35+
| `resource_group_name` | The name of the Azure Resource Group to associate the Subnet with. | string | `"my-resource-group"` |
36+
| `vnet_name` | The name of the Azure Virtual Network to associate the Subnet with. | string | `"my-vnet"` |
37+
| `subnet_name` | The name of the Azure Subnet to create. | string | `"my-subnet"` |
38+
| `location` | The Azure region where the Subnet will be created. | string | `"East US"` |
39+
| `address_space` | The address space for the Virtual Network. | list | `["10.0.0.0/16"]` |
40+
| `subnet_address_prefixes` | The address prefixes for the Subnet. | list | `["10.0.1.0/24"]` |
41+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
42+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4343

4444
<!-- START BADGE -->
4545
<div align="center">

0_core-infrastructure/virtual-network/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Last updated: 2025-03-11
3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

3333
| Variable Name | Description | Type | Example Value |
34-
|---------------------|--------------------------------------------------|--------|-----------------------|
35-
| `vnet_name` | The name of the Azure Virtual Network to create. | string | `"my-vnet"` |
34+
| --- | --- | --- | --- |
35+
| `vnet_name` | The name of the Azure Virtual Network to create. | string | `"my-vnet"` |
3636
| `resource_group_name` | The name of the Azure Resource Group to associate the Virtual Network with. | string | `"my-resource-group"` |
37-
| `location` | The Azure region where the Virtual Network will be created. | string | `"East US"` |
38-
| `address_space` | The address space for the Virtual Network. | list | `["10.0.0.0/16"]` |
39-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
40-
| `tags` | A map of tags to assign to the Virtual Network. | map | `{ "env": "dev" }` |
37+
| `location` | The Azure region where the Virtual Network will be created. | string | `"East US"` |
38+
| `address_space` | The address space for the Virtual Network. | list | `["10.0.0.0/16"]` |
39+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
40+
| `tags` | A map of tags to assign to the Virtual Network. | map | `{ "env": "dev" }` |
4141

4242
<!-- START BADGE -->
4343
<div align="center">

1_storage-databases/blob-storage/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ Last updated: 2025-03-12
3232
Below is a list of variables used in this template, their expected values, types, and examples:
3333

3434
| Variable Name | Description | Type | Example Value |
35-
|---------------------------|--------------------------------------------------|--------|-----------------------|
36-
| `resource_group_name` | The name of the Azure Resource Group to associate the Storage Account and Blob Container with. | string | `"my-resource-group"` |
37-
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
38-
| `storage_account_name` | The name of the Azure Storage Account to create. | string | `"mystorageaccount"` |
39-
| `account_tier` | The tier to use for the Storage Account (Standard or Premium). | string | `"Standard"` |
40-
| `account_replication_type`| The replication type to use for the Storage Account (LRS, GRS, RAGRS, ZRS). | string | `"LRS"` |
41-
| `container_name` | The name of the Blob Container to create. | string | `"mycontainer"` |
42-
| `container_access_type` | The access type for the Blob Container (private, blob, container). | string | `"private"` |
43-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
44-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
35+
| --- | --- | --- | --- |
36+
| `resource_group_name` | The name of the Azure Resource Group to associate the Storage Account and Blob Container with. | string | `"my-resource-group"` |
37+
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
38+
| `storage_account_name` | The name of the Azure Storage Account to create. | string | `"mystorageaccount"` |
39+
| `account_tier` | The tier to use for the Storage Account (Standard or Premium). | string | `"Standard"` |
40+
| `account_replication_type` | The replication type to use for the Storage Account (LRS, GRS, RAGRS, ZRS). | string | `"LRS"` |
41+
| `container_name` | The name of the Blob Container to create. | string | `"mycontainer"` |
42+
| `container_access_type` | The access type for the Blob Container (private, blob, container). | string | `"private"` |
43+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
44+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4545

4646
<!-- START BADGE -->
4747
<div align="center">

1_storage-databases/cosmos-db/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Last updated: 2025-03-13
3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

3333
| Variable Name | Description | Type | Example Value |
34-
|---------------------------|--------------------------------------------------|--------|-----------------------|
35-
| `resource_group_name` | The name of the Azure Resource Group to associate the Cosmos DB Account with. | string | `"my-resource-group"` |
36-
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
37-
| `cosmosdb_account_name` | The name of the Azure Cosmos DB Account to create. | string | `"mycosmosdbaccount"` |
38-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
39-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
34+
| --- | --- | --- | --- |
35+
| `resource_group_name` | The name of the Azure Resource Group to associate the Cosmos DB Account with. | string | `"my-resource-group"` |
36+
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
37+
| `cosmosdb_account_name` | The name of the Azure Cosmos DB Account to create. | string | `"mycosmosdbaccount"` |
38+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
39+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4040

4141
<!-- START BADGE -->
4242
<div align="center">

0 commit comments

Comments
 (0)