Skip to content

Commit c8239d2

Browse files
author
Gohar Irfan Chaudhry
committed
Setting GET/PUT methods for blob functions
1 parent 42d356f commit c8239d2

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

SyncGetBlobAsBytesReturnHttpResponse/function.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"authLevel": "anonymous",
66
"type": "httpTrigger",
77
"direction": "in",
8-
"name": "req"
8+
"name": "req",
9+
"methods": [
10+
"get",
11+
"post"
12+
]
913
},
1014
{
1115
"type": "blob",

SyncGetBlobAsBytesStreamReturnHttpResponse/function.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"authLevel": "anonymous",
66
"type": "httpTrigger",
77
"direction": "in",
8-
"name": "req"
8+
"name": "req",
9+
"methods": [
10+
"get",
11+
"post"
12+
]
913
},
1014
{
1115
"type": "blob",

SyncGetBlobAsStrReturnHttpResponse/function.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"authLevel": "anonymous",
66
"type": "httpTrigger",
77
"direction": "in",
8-
"name": "req"
8+
"name": "req",
9+
"methods": [
10+
"get",
11+
"post"
12+
]
913
},
1014
{
1115
"type": "blob",

SyncPutBlobAsBytesReturnHttpResponse/function.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"authLevel": "anonymous",
66
"type": "httpTrigger",
77
"direction": "in",
8-
"name": "req"
8+
"name": "req",
9+
"methods": [
10+
"get",
11+
"post"
12+
]
913
},
1014
{
1115
"type": "blob",

SyncPutBlobAsStrReturnHttpResponse/function.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"authLevel": "anonymous",
66
"type": "httpTrigger",
77
"direction": "in",
8-
"name": "req"
8+
"name": "req",
9+
"methods": [
10+
"get",
11+
"post"
12+
]
913
},
1014
{
1115
"type": "blob",

SyncPutGetMultipleBlobsAsBytesReturnHttpResponse/function.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"authLevel": "anonymous",
66
"type": "httpTrigger",
77
"direction": "in",
8-
"name": "req"
8+
"name": "req",
9+
"methods": [
10+
"get",
11+
"post"
12+
]
913
},
1014
{
1115
"type": "blob",

0 commit comments

Comments
 (0)