Hi @Kaipa Venkata Sreedhar Reddy ,
It seems like your Azure Function isn't triggering because of some network or configuration issues. First, ensure that your Function App and Storage Account are correctly integrated with the VNET and private endpoints are properly set up.
Check the DNS settings to ensure they resolve the private endpoints. Make sure the Function App has the right permissions to access the Storage Account. Enable diagnostic logs in your Function App to capture any errors.
Also, review the Network Security Groups (NSGs) to ensure they allow the necessary traffic. Finally, double-check the connection string in your Function App to make sure it points to the private endpoint of the Storage Account
Hope this helps, do let me know if you have any further questions.
Thankyou.