question

donghyunseong-6819 avatar image
0 Votes"
donghyunseong-6819 asked MayankBargali-MSFT commented

Azure Functions function.json

Hello!

I using python VS code.

  • function.json
    103248-screenshot-from-2021-06-08-14-26-50.jpg


but, I still getting the error.

  • error code
    103324-screenshot-from-2021-06-08-14-26-20.png

Advise me Please.

Thank you.


azure-functions
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MayankBargali-MSFT avatar image
1 Vote"
MayankBargali-MSFT answered MayankBargali-MSFT commented

@donghyunseong-6819 I have reached out to my team to confirm if this is the expected behavior as the Webjobs extension does not accepts the '$' for the container name. As per the previous discussion here the path was specified as "$web/{name}" that will trigger for every blob for the container $web container

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you!

Get the {name} as a parameter (get/post)?

0 Votes 0 ·

@donghyunseong-6819 It would depend how you want to specify it.

1 Vote 1 ·