Skip to content

Commit

Permalink
Updated readme & vars
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArcherMsft committed Oct 25, 2024
1 parent e6c148c commit 878ea2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
15 changes: 0 additions & 15 deletions quickstart/101-data-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,5 @@ This template deploys an Azure Data Factory instance.
|-|-|-|
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg |
| `resource_group_location` | Location of the resource group. | eastus |
| `virtual_network_name` | Name of the virtual network resource. | "" |
| `subnet_name` | Name of the virtual network subnet. | "" |
| `public_ip_name` | Name of the public IP resource. | "" |
| `network_security_group_name` | Name of the network security group resource. | "" |
| `network_interface_name` | Name of the network interface resource. | "" |
| `virtual_machine_name` | Name of the virtual machine resource. | "" |
| `virtual_network_name_2` | Name of the second virtual network resource. | "" |
| `subnet_name_2` | Name of the second virtual network subnet. | "" |
| `public_ip_name_2` | Name of the second public IP resource. | "" |
| `network_interface_name_2` | Name of the second network interface resource. | "" |
| `virtual_machine_name_2` | Name of the second virtual machine resource. | "" |
| `data_factory_name` | Name of the data factory resource. | "" |
| `data_factory_integration_runtime_self_hosted_name` | Name of the data factory integration runtime self hosted resource. | "" |
| `data_factory_name_2` | Name of the second data factory resource. | "" |
| `data_factory_integration_runtime_self_hosted_name_2` | Name of the second data factory integration runtime self hosted resource. | "" |

## Example
12 changes: 6 additions & 6 deletions quickstart/101-data-factory/variables.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variable "resource_group_name_prefix" {
type = string
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}

variable "resource_group_location" {
type = string
default = "eastus"
description = "Location of the resource group."
}

variable "resource_group_name_prefix" {
type = string
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}

0 comments on commit 878ea2e

Please sign in to comment.