Skip to content

Commit 42d356f

Browse files
author
Gohar Irfan Chaudhry
committed
Setting authentication to anonymous for blob functions
1 parent ced02b2 commit 42d356f

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

SyncGetBlobAsBytesReturnHttpResponse/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"scriptFile": "main.py",
33
"bindings": [
44
{
5+
"authLevel": "anonymous",
56
"type": "httpTrigger",
67
"direction": "in",
78
"name": "req"

SyncGetBlobAsBytesStreamReturnHttpResponse/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"scriptFile": "main.py",
33
"bindings": [
44
{
5+
"authLevel": "anonymous",
56
"type": "httpTrigger",
67
"direction": "in",
78
"name": "req"

SyncGetBlobAsStrReturnHttpResponse/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"scriptFile": "main.py",
33
"bindings": [
44
{
5+
"authLevel": "anonymous",
56
"type": "httpTrigger",
67
"direction": "in",
78
"name": "req"

SyncPutBlobAsBytesReturnHttpResponse/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"scriptFile": "main.py",
33
"bindings": [
44
{
5+
"authLevel": "anonymous",
56
"type": "httpTrigger",
67
"direction": "in",
78
"name": "req"

SyncPutBlobAsStrReturnHttpResponse/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"scriptFile": "main.py",
33
"bindings": [
44
{
5+
"authLevel": "anonymous",
56
"type": "httpTrigger",
67
"direction": "in",
78
"name": "req"

SyncPutGetMultipleBlobsAsBytesReturnHttpResponse/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"scriptFile": "main.py",
33
"bindings": [
44
{
5+
"authLevel": "anonymous",
56
"type": "httpTrigger",
67
"direction": "in",
78
"name": "req"

0 commit comments

Comments
 (0)