Azure storage blobs missing after successful upload using azure function

Amani Bhamidipalli 21 Reputation points
2021-08-05T06:03:30.18+00:00

hi there,
I am having an azure function that uploads to my azure blob, and then a copy data activity retrieves that blob and sends it to the snowflake. Sometimes the azure function gets successful, but the blob doesn't being uploaded so the further procedure is being failed. does anyone can help out with this

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 35,636 Reputation points Microsoft Employee
    2021-08-05T19:21:50.74+00:00

    @Amani Bhamidipalli
    I recommend creating a diagnostic setting to capture the logs for blob storage. After the logs are captured you can review them to see if there were any errors or if they file was actually getting uploaded.

    Hope this helps! If you still have questions after reviewing the logs please let us know.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.