Want to confirm that my blob trigger for function app is updating worm blob storage

TLIT 25 Reputation points
2025-03-14T20:35:52.79+00:00

Hi I wanted help confirming if my Blob Trigger to copy from one storage account Blob to another storage account WORM was working correctly. I know the script(uses AZCopy) works but I am unsure if it is actually updating the WORM side of things, specifically with versioning.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TLIT 25 Reputation points
    2025-03-20T18:30:07.13+00:00

    All okay. So I have completely switched this up now. No longer using a Blob Trigger and am instead using a Timer trigger, to run every 3 hours. Now I just simply run an AZ copy every few hours and that seems to have solved it. I have now run into a different issue with the timer function but I can confirm the versioning is now working properly. So I am going to create a different post for that!

    1 person found this answer helpful.
    0 comments No comments

Your answer

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