Azure / Azure/Azure-Functions

Azure .NET 9 Isolated Timer triggered Function makes requests to the Azure Blob Storage with 404 status code repeatedly

Open
#2,606 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

Steps to reproduce:
1) Create Azure Function with following parameters:
- Hosting option: Consumption
- Operating System: Windows
- Runtime Stack: .NET - v9.0
- Region : West Europe

2) Create a project using Visual Studio's (Version 17.13.6) project template "Azure Functions" with timer triggered function

![Image](https://github.com/user-attachments/assets/889530b4-5ab2-4df9-a6b1-957ff324c8a1)

![Image](https://github.com/user-attachments/assets/a13be945-94d5-42a4-8690-3f2f8cd6d8a0)

3) Publish the Project to the created Azure resource

4) Open logs of the corresponding Azure Storage Account

![Image](https://github.com/user-attachments/assets/4cd82a91-8c23-4094-b212-dc24384cab10)

![Image](https://github.com/user-attachments/assets/c64d6006-b8a3-458c-87e4-5f6b87e4814e)

Expected behavior:
There are no requests with 404 response status code

Actual behavior:
There are such requests

Notes:: I am not sure if it is expected behavior or not, but looks strange from my point of view.
Also about a month ago I created a question on MS Learn portal (https://learn.microsoft.com/en-ie/answers/questions/2258652/azure-function-net-9-isolated-makes-huge-amount-of).
I hope all these details help you to investigate the issue .

PS: I've create the Azure function using Premium hosting options and published the same code to this resource.
At that time there are no such requests

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.