Skip to content

Commit 84e9a5a

Browse files
authored
Update tutorial-run-python-batch-azure-data-factory.md
1 parent 89330da commit 84e9a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/tutorial-run-python-batch-azure-data-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ with open(outputBlobName, "rb") as data:
117117
blob.upload_blob(data, overwrite=True)
118118
```
119119

120-
For more information on working with Azure Blob Storage, refer to the [Azure Blob Storage documentation](/azure/storage/blobs/storage-blobs-introduction.md).
120+
For more information on working with Azure Blob Storage, refer to the [Azure Blob Storage documentation](/azure/storage/blobs/storage-blobs-introduction).
121121

122122
Run the script locally to test and validate functionality.
123123

0 commit comments

Comments
 (0)