Skip to content

Commit 2688ff2

Browse files
authored
Merge pull request #88867 from hyperupcall/patch-2
Fix typo in `azure-functions`
2 parents f3de2d0 + 7c3f5db commit 2688ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This section describes the function app configuration settings available for fun
7474
"version": "2.0",
7575
"extensions": {
7676
"blobs": {
77-
"maxDegreeOfParallelism": "4"
77+
"maxDegreeOfParallelism": 4
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)