Questions tagged [azure-functions-runtime]
424 questions
-1
votes
1 answer
How many times approximately can I execute this Azure function each month using the free grant?
I have developed a Azure function in Python and each execution costs this much resources :
As the Azure consumption plan provides a free grant of 4,00,000 GB-s / month. How many times can I execute this function for free per month? How to do that…

dattadebrup
- 31
- 6
-1
votes
1 answer
Autofac Dependecy Injection Azure function SingleInstance
I followed this links. https://dontcodetired.com/blog/post/Azure-Functions-Dependency-Injection-with-Autofac
Autofac Binding at Runtime
It worked fine. I want to know when azure function scales, object injected into azure function will be shared by…

Shrirang
- 1,286
- 10
- 23
-1
votes
1 answer
Difference between ILogger, ILoggerFactory and ILogger<> with MS logging on Azure Functions 2
Update
What is the difference between ILoggerFactory and ILogger<> with MS logging on Azure Functions 2, which supports Application Insights?
Code below:
public class Functions
{
//other code
private ILogger _log;
…

Pingpong
- 7,681
- 21
- 83
- 209
-1
votes
1 answer
I can't run/debug Azure Function project in VS2017 using Windows 10 Enterprise
Whenever i try to run/debug an Azure Function project in Visual Studio 2017 i get an error stating that i need .Net Framework 4.7.1 (which i can't install due to have preinstalled windows 10 Enterprise in my working machine by company policy),I'm…

Hectico76
- 9
- 2