4,626 questions with Azure Functions tags

Sort by: Updated
1 answer

Functions with Timed trigger and App Service plan multiple instances

Just to make sure, when I autoscale or have multiple instances of my app service plan on a scale up, my functions won't run multiple times right? If it's timer triggered it only does it once. Anything to worry about in other trigger types? say the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,626 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,342 questions
asked 2020-06-06T16:28:26.413+00:00
Dan Parker 101 Reputation points
answered 2020-06-06T17:23:04.42+00:00
Mark Allan 421 Reputation points
1 answer

Azure Function Can Invoke Javascript functions from another function. Is this expected?

I'm not sure if this is expected behavior and if I can fully rely on this however. I have one Azure Function, containing multiple Javascript functions. And it appears that I'm able to call these Javascript functions from other Azure functions. Is this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,626 questions
asked 2020-06-04T00:27:59.34+00:00
Coder3455677 1 Reputation point
answered 2020-06-04T23:26:21.467+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Unable to update log level in host.json

Steps to reproduce: Set 'WEBSITE_RUN_FROM_PACKAGE' to 0 to allow host.json to be edited Edit the host.json by changing the default log level from 'Informaion' to 'Trace' Save the host.json All the functions disappear and unavailable. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,626 questions
asked 2020-06-01T16:01:12.617+00:00
AzureSDE 126 Reputation points
accepted 2020-06-02T03:45:00.717+00:00
AzureSDE 126 Reputation points
1 answer

Azure Function Host Keys missing Copy

There used to be a Copy Host key , but now it is missing, so how do I copy?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,626 questions
asked 2020-05-27T01:58:03.177+00:00
May Ching Lee 1 Reputation point
answered 2020-05-28T06:56:56.317+00:00
Alexandre 351 Reputation points
1 answer

Azure Function response times out, and tcp connection is reset (closed) before all content is received

Hi. I am not sure, if this is the right forum. We have an embedded device, which connects to an Azure Function and gets a 10MB file. During the file transfer the connection is reset (TCP RST) or we see, that Azure is no longer sending data to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,626 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
422 questions
asked 2019-12-12T20:21:45.87+00:00
Martin Jørgensen 36 Reputation points
answered 2019-12-25T19:25:48.823+00:00
ajkuma 24,661 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Functions scaling, instances and parallell invocations

Reading the service limits we're unsure if azure functions my scale for our scenario. https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#service-limits Simplified scenario: We have a queue triggered function, let's call it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,626 questions
asked 2019-11-01T14:58:34.973+00:00
Lars Erik Finholt 26 Reputation points
commented 2019-11-07T09:01:13.23+00:00
Lars Erik Finholt 26 Reputation points