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: articles/azure-developer-cli/azd-schema.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
@@ -50,8 +50,8 @@ services:
50
50
## Property descriptions
51
51
52
52
| Element Name | Required | Description |
53
-
| ------------ | -------- | ----------- |
54
-
| `name` | Y | _(string)_ Name of the application. Must follow [project naming validation rules](project-name-validation.md) to prevent service packaging failures. |
53
+
| ------------ | -------- | ----------- |
54
+
| `name` | Y | _(string)_ Name of the application. |
55
55
| `resourceGroup` | N | _(string)_ Name of the Azure resource group. When specified, will override the resource group name used for infrastructure provisioning. |
56
56
| `metadata` | N | _(object)_ See [metadata properties](#metadata-properties) for more details. |
57
57
| `infra` | N | _(object)_ Provides extra configuration for Azure infrastructure provisioning. See [infra properties](#infra-properties) for more details. |
0 commit comments