Questions tagged [azure-blob-trigger]
123 questions
-1
votes
1 answer
Handle events for paused azure function
Will azure function handle missed events after pause? I expect nothing bad if we use queue as input binding, possible everything will be good for event grid, because we need to configure topic, which should act as a queue. What about BlobTrigger…

Anton Putau
- 632
- 1
- 7
- 31
-1
votes
1 answer
Azure - Copy LARGE blobs from one container to other using logic apps
I successfully built logic app where whenever a blob is added in container-one, it gets copied to container-2. However it fails when any blobs larger than 50 MB (default size) is uploaded.
Could you please guide.
Blobs are added via rest api.
Below…

Wafa Saba
- 101
- 1
- 9
-1
votes
1 answer
Convert XML file to JSON File using Blob trigger azure function
How to convert Xml file to Json file using Blob Trigger Azure function and .NET core 2 in Visual Studio.

Mohamed Wassim Antri
- 51
- 2
- 7