-
This issue tracks the implementation of an integration for Azure Functions in Elsa Workflows. The module should allow workflows to interact with Azure Functions, supporting triggering of Azure Functio…
-
### Describe the feature
Azure Functions [has recently introduced](https://aka.ms/flexconsumption/gaannouncement) a new hosting plan, called Flex Consumption. In Flex Consumption, many of the standar…
-
LGTM! Did we want to address the case of handling `http` requests with the `generic` API? I'm not sure how common that is, but it's documented: https://learn.microsoft.com/en-us/azure/az…
-
- create new function in empty dir using ``` func init ```
- add a simple endpoint such as /hello to it
```
@app.route(route="hello", methods=["GET"], auth_level=func.AuthLevel.ANONYMOUS)
def hello(re…
-
To support Functions-specific deployment behaviors, we want to be able to assign the `functionapp` kind to the container app associated with the `AzureFunctionsProjectResource` during deployment time.
-
### Feature Request
-
### What version of .NET does your existing project use?
.NET 6
### What version of .NET are you attempting to target?
.NET 8
### Description
Just wanted to know when it is expected that
Microsof…
-
### Version
4.0.7030
### Description
When attempting to deploy a Python function app using Python 3.12, the deployment fails because the Azure Functions Core Tools uses `distlib` version 0.3.0, whi…
-
### Version
Azure Functions Core tools version 4.1037.1
### Description
It doesn't appear that Azure Functions Core tools version 4.1037.1 is available for Debian Bookworm. Is there plans to port …
-
### Description
Determine viability of installing the Node agent on Linux functions with an app service startup script
### Acceptance Criteria
Documentation of whether or not this works
Documentation…