Skip to content

Commit 7222644

Browse files
committed
Fixes
1 parent 6754df0 commit 7222644

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/data-factory/v1/data-factory-build-your-first-pipeline-using-arm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,15 @@ You define a data factory in the Resource Manager template as shown in the follo
364364

365365
```json
366366
"resources": [
367-
{
367+
{
368368
"name": "[variables('dataFactoryName')]",
369369
"apiVersion": "2015-10-01",
370370
"type": "Microsoft.DataFactory/factories",
371371
"location": "West US"
372-
}
372+
}
373+
]
373374
```
375+
374376
The dataFactoryName is defined as:
375377

376378
```json

0 commit comments

Comments
 (0)