Durable Function Error when accessing Blob Storage behind Private Endpoint #480
Labels
Needs: Author Feedback
Waiting for the author of the issue to respond to a question
no-recent-activity
P3
Priority 3
Hi,
We would like to seek your advise for this issue.
We are experiencing this error below:
This error is emitted by Python Orchestrator Function when it want to put a blob into the storage account behind a private endpoint in VNet.
The Azure Function has VNet Integration enabled to that corresponding VNet.
We ensure that the Azure Function has sufficient roles to access the storage account with these 3 roles:
Strangely, when we make a separate function to put a file into the blob storage that is not a durable function, it can put the blob into the storage without issue.
It seems it only happens when we are using durable function.
May I seek your input that can help to solve this issue?
The text was updated successfully, but these errors were encountered: