Azure functions function.json

dong hyun seong 41 Reputation points
2021-06-04T07:50:31.363+00:00

Hello!

Set path in function.json

I write "path" : "$web/result.wav"

Why BlobPath invalid?

I have $web in Container.

Please Advise.enter code here

Thank you.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

Answer accepted by question author
  1. MayankBargali-MSFT 70,981 Reputation points Moderator
    2021-06-08T03:48:04.783+00:00

    Hi @dong hyun seong

    Welcome to Microsoft Q&A! Thanks for posting the question.

    If you are creating the storage trigger from azure portal and while creating the storage trigger you are specifying the path as starting with '$' then as of now the portal does not allow and I have reached out to my team to confirm if this is issue with the validation or expected behaviour.

    As the workaround you can set the path in the function.json and it works as expected. I have tested the same using azure portal, python VS code, C# visual studio.

    103210-image.png

    103241-image.png

    Feel free to get back to me if you need any assistance.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.