Azure / Azure/Azure-Functions

[Premium] The hit count increments every time a package to uploaded for my blob-triggered function app, but fails to process it without logs.

Open
#2,616 0 comments 0 reactions 0 assignees View on GitHub
premium-plan
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

**Describe the bug**
I'm trying to deploy a blob-triggered Azure Function app through WEBSITE_RUN_FROM_PACKAGE = URL method on Linux ElasticPremium plan (python v2). The function is enabled for me and is triggered every time there's an upload to the container. But it fails to process the blob and no logs are seen.

**To Reproduce**
Steps to reproduce the behavior:
1. Create a Linux Premium plan with python v2.
2. There are two containers in the storage account, one from where the package is deployed and another on which the blob-trigger is defined.
3. Configure managed identity based connection for deploying the package. And define the trigger using same connection to get uploaded blob.
4. Once the WEBSITE_RUN_FROM_PACKAGE is set to specific package. Restart the app which enables the function.
5. Now when you upload a file to the blob-triggered, the hit count increments but the processing doesn't go through, and logs are not seen.

**Expected behavior**
I expected the blob to be processed in the way I defined it to be.

**Screenshots**

![Image](https://github.com/user-attachments/assets/2fa18aad-2ec8-43a4-8516-331d0ca1130c)

Image

**Additional context**
Add any other context about the problem here.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.