Azure .NET 9 Isolated Timer triggered Function makes requests to the Azure Blob Storage with 404 status code repeatedly
- 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


3) Publish the Project to the created Azure resource
4) Open logs of the corresponding Azure Storage Account


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.