You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickstart/101-attestation-provider/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ This template deploys an [Attestation provider](/azure/attestation/overview) on
12
12
13
13
| Name | Description | Default |
14
14
|-|-|-|
15
-
|`resource_group_name_prefix`|(Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription.| rg |
16
-
|`resource_group_location`|(Optional) Azure Region in which to deploy these resources.| eastus |
15
+
|`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 |
16
+
|`resource_group_location`|Location of the resource group. | eastus |
17
17
|`attestation_provider_name`| Name of the Attestation provider | attestationprovider007 |
Copy file name to clipboardExpand all lines: quickstart/101-resource-group/readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ This template deploys an Azure resource group with a random name beginning with
9
9
10
10
## Variables
11
11
12
-
| Name | Description |
13
-
|-|-|
14
-
|`resource_group_name_prefix`|(Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. Value defaults to: rg|
15
-
|`resource_group_location`|(Optional) Azure Region in which to deploy these resources. Value defaults to: eastus |
12
+
| Name | Description | Default |
13
+
|-|-|-|
14
+
|`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 |
15
+
|`resource_group_location`|Location of the resource group. | eastus |
|`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 |
26
+
|`resource_group_location`| Location of the resource group. | eastus |
27
+
28
+
## Example
29
+
30
+
To see how to run this example, see [Quickstart: Configure a Linux virtual machine in Azure using Terraform](https://docs.microsoft.com/azure/developer/terraform/create-linux-virtual-machine-with-infrastructure).
Copy file name to clipboardExpand all lines: quickstart/201-mysql-fs-db/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ This template deploys an [Azure MySQL Flexible Server Database](https://registry
19
19
20
20
| Name | Description | Default |
21
21
|-|-|-|
22
-
|`resource_group_name_prefix`|(Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. Value defaults to: rg|
23
-
|`resource_group_location`|(Optional) Azure Region in which to deploy these resources. Value defaults to: eastus |
22
+
|`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 |
23
+
|`resource_group_location`|Location of the resource group. | eastus |
0 commit comments