Blob Output Binding for Immutable Blob Container
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Hello,
I need to store blobs to Immutable Blob Container. For this purpose I create Function App (.net 6 isolated) with Blob Output Binding.
Everything works perfectly until I configured Immutable policy (Time-based retention) on the target container. Function App shows 409 Conflict response from blob storage.
From logs I see that SDK failed to find the blob.

After that it creates the empty blob.

And then tries to update the contents. But gets the error because the container is immutable.

**My question.**
How to configure Blob Output Binding to store blobs in an Immutable Blob Container?
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.