question

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

Azure functions function.json

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
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 edited

Hi @donghyunseong-6819

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.


image.png (74.5 KiB)
image.png (41.2 KiB)
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.