Skip to content

Commit 6c7fcc6

Browse files
committed
markdown format
1 parent b03851c commit 6c7fcc6

29 files changed

Lines changed: 215 additions & 233 deletions

File tree

0_core-infrastructure/azure-bastion/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ Below is a list of variables used in this template, their expected values, types
4949
<p>Refresh Date: 2026-02-03</p>
5050
</div>
5151
<!-- END BADGE -->
52-

0_core-infrastructure/network-security-group/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ Below is a list of variables used in this template, their expected values, types
4444
<p>Refresh Date: 2026-02-03</p>
4545
</div>
4646
<!-- END BADGE -->
47-

0_core-infrastructure/public-ip/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ Below is a list of variables used in this template, their expected values, types
4646
<p>Refresh Date: 2026-02-03</p>
4747
</div>
4848
<!-- END BADGE -->
49-

0_core-infrastructure/subnet/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Last updated: 2026-02-03
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
33+
| Variable Name | Description | Type | Example Value |
3434
| --- | --- | --- | --- |
3535
| `resource_group_name` | The name of the Azure Resource Group to associate the Subnet with. | string | `"my-resource-group"` |
3636
| `vnet_name` | The name of the Azure Virtual Network to associate the Subnet with. | string | `"my-vnet"` |
@@ -47,4 +47,3 @@ Below is a list of variables used in this template, their expected values, types
4747
<p>Refresh Date: 2026-02-03</p>
4848
</div>
4949
<!-- END BADGE -->
50-

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Last updated: 2026-02-03
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
33+
| Variable Name | Description | Type | Example Value |
3434
| --- | --- | --- | --- |
3535
| `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"` |
@@ -45,4 +45,3 @@ Below is a list of variables used in this template, their expected values, types
4545
<p>Refresh Date: 2026-02-03</p>
4646
</div>
4747
<!-- END BADGE -->
48-

10_migration-backup/backup/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Last updated: 2025-06-13
2424

2525
## Variables
2626

27-
| Variable Name | Description | Type | Example Value |
28-
|---------------------- |--------------------------------------------------|--------|-----------------------------|
29-
| `resource_group_name` | The name of the resource group | string | `"my-backup-rg"` |
30-
| `location` | The Azure region to deploy resources | string | `"eastus"` |
31-
| `backup_vault_name` | The name of the Data Protection Backup Vault | string | `"my-backup-vault"` |
32-
| `redundancy` | The redundancy setting for the backup vault | string | `"LocallyRedundant"` |
33-
| `tags` | A map of tags to assign to resources | map | `{ Environment = "Backup", Owner = "IT" }` |
27+
| Variable Name | Description | Type | Example Value |
28+
| --- | --- | --- | --- |
29+
| `resource_group_name` | The name of the resource group | string | `"my-backup-rg"` |
30+
| `location` | The Azure region to deploy resources | string | `"eastus"` |
31+
| `backup_vault_name` | The name of the Data Protection Backup Vault | string | `"my-backup-vault"` |
32+
| `redundancy` | The redundancy setting for the backup vault | string | `"LocallyRedundant"` |
33+
| `tags` | A map of tags to assign to resources | map | `{ Environment = "Backup", Owner = "IT" }` |
3434

3535
## Usage
3636

@@ -46,9 +46,9 @@ terraform apply
4646

4747
## Outputs
4848

49-
| Output Name | Description |
50-
|------------------|---------------------------------------------|
51-
| `backup_vault_id`| The ID of the Data Protection Backup Vault |
49+
| Output Name | Description |
50+
| --- | --- |
51+
| `backup_vault_id` | The ID of the Data Protection Backup Vault |
5252

5353
<!-- START BADGE -->
5454
<div align="center">

10_migration-backup/site-recovery/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Last updated: 2025-06-13
2424

2525
## Variables
2626

27-
| Variable Name | Description | Type | Example Value |
28-
|---------------------- |--------------------------------------------------|--------|-----------------------------|
29-
| `resource_group_name` | The name of the resource group | string | `"my-siterecovery-rg"` |
30-
| `location` | The Azure region to deploy resources | string | `"eastus"` |
31-
| `vault_name` | The name of the Recovery Services Vault | string | `"my-siterecovery-vault"` |
32-
| `sku` | The SKU for the Recovery Services Vault | string | `"Standard"` |
33-
| `tags` | A map of tags to assign to resources | map | `{ Environment = "SiteRecovery", Owner = "IT" }` |
27+
| Variable Name | Description | Type | Example Value |
28+
| --- | --- | --- | --- |
29+
| `resource_group_name` | The name of the resource group | string | `"my-siterecovery-rg"` |
30+
| `location` | The Azure region to deploy resources | string | `"eastus"` |
31+
| `vault_name` | The name of the Recovery Services Vault | string | `"my-siterecovery-vault"` |
32+
| `sku` | The SKU for the Recovery Services Vault | string | `"Standard"` |
33+
| `tags` | A map of tags to assign to resources | map | `{ Environment = "SiteRecovery", Owner = "IT" }` |
3434

3535
## Usage
3636

@@ -46,9 +46,9 @@ terraform apply
4646

4747
## Outputs
4848

49-
| Output Name | Description |
50-
|----------------------------|---------------------------------------------|
51-
| `recovery_services_vault_id` | The ID of the Recovery Services Vault |
49+
| Output Name | Description |
50+
| --- | --- |
51+
| `recovery_services_vault_id` | The ID of the Recovery Services Vault |
5252

5353
<!-- START BADGE -->
5454
<div align="center">

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Last updated: 2026-02-03
3131

3232
Below is a list of variables used in this template, their expected values, types, and examples:
3333

34-
| Variable Name | Description | Type | Example Value |
34+
| Variable Name | Description | Type | Example Value |
3535
| --- | --- | --- | --- |
3636
| `resource_group_name` | The name of the Azure Resource Group to associate the Storage Account and Blob Container with. | string | `"my-resource-group"` |
3737
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
@@ -49,4 +49,3 @@ Below is a list of variables used in this template, their expected values, types
4949
<p>Refresh Date: 2026-02-03</p>
5050
</div>
5151
<!-- END BADGE -->
52-

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Last updated: 2026-02-03
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
33+
| Variable Name | Description | Type | Example Value |
3434
| --- | --- | --- | --- |
3535
| `resource_group_name` | The name of the Azure Resource Group to associate the Cosmos DB Account with. | string | `"my-resource-group"` |
3636
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
@@ -44,4 +44,3 @@ Below is a list of variables used in this template, their expected values, types
4444
<p>Refresh Date: 2026-02-03</p>
4545
</div>
4646
<!-- END BADGE -->
47-

1_storage-databases/data-lake-storage/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,18 @@ Last updated: 2025-03-13
3131

3232
Below is a list of variables used in this template, their expected values, types, and examples:
3333

34-
| Variable Name | Description | Type | Example Value |
35-
|---------------------------|--------------------------------------------------|--------|-----------------------|
36-
| `resource_group_name` | The name of the Azure Resource Group to associate the Data Lake Storage Gen2 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-
| `filesystem_name` | The name of the Data Lake Gen2 File System to create. | string | `"myfilesystem"` |
40-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
41-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
34+
| Variable Name | Description | Type | Example Value |
35+
| --- | --- | --- | --- |
36+
| `resource_group_name` | The name of the Azure Resource Group to associate the Data Lake Storage Gen2 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+
| `filesystem_name` | The name of the Data Lake Gen2 File System to create. | string | `"myfilesystem"` |
40+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
41+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4242

4343
<!-- START BADGE -->
4444
<div align="center">
4545
<img src="https://img.shields.io/badge/Total%20views-1283-limegreen" alt="Total views">
4646
<p>Refresh Date: 2026-02-03</p>
4747
</div>
4848
<!-- END BADGE -->
49-

0 commit comments

Comments
 (0)