Skip to content

Commit 52f4b7c

Browse files
committed
Merge branch 'patch-1' of https://github.com/animeshda/azure-docs into 2024-04-30-merge-public-pr-122093
2 parents 2932200 + 5010501 commit 52f4b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/quickstart-create-data-factory-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Finally, create and run the pipeline.
234234
```azurecli
235235
az datafactory pipeline create --resource-group ADFQuickStartRG \
236236
--factory-name ADFTutorialFactory --name Adfv2QuickStartPipeline \
237-
--pipeline @Adfv2QuickStartPipeline.json
237+
--pipeline Adfv2QuickStartPipeline.json
238238
```
239239

240240
1. Run the pipeline by using the [az datafactory pipeline create-run](/cli/azure/datafactory/pipeline#az-datafactory-pipeline-create-run) command:

0 commit comments

Comments
 (0)