Skip to content

Commit b506fac

Browse files
committed
Create a new env
1 parent 27ad8f6 commit b506fac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/lab-services/devtest-lab-create-environment-from-arm.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@ There are a couple of rules to follow to organize your Azure Resource Manager te
5252
- Metadata can be defined to specify the template display name and description. This metadata must be in a file named `metadata.json`. The following example metadata file illustrates how to specify the display name and description:
5353

5454
```json
55-
{
56-
57-
"itemDisplayName": "<your template name>",
58-
59-
"description": "<description of the template>"
60-
55+
{
56+
"itemDisplayName": "<your template name>",
57+
"description": "<description of the template>"
6158
}
6259
```
6360

0 commit comments

Comments
 (0)