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/201-mysql-fs-db/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
@@ -17,10 +17,10 @@ This template deploys an [Azure MySQL Flexible Server Database](https://registry
17
17
18
18
## Variables
19
19
20
-
| Name | Description |
21
-
|-|-|
22
-
|`name_prefix`| (Optional) Prefix of the resource name. Value defaults to: tftest|
23
-
|`location`| (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus |
20
+
| Name | Description | Default |
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 |
0 commit comments