Issues connecting to an Azure Function on a Windows 7 machine (SSL handshake fails)
We have an old Win7 SP1 machine that need to be able to do HTTP posts on an Azure Function.
Unfortunately the ssl handshake fails because it’s using an older cypher that has been deprecated.
I was wondering if we could bypass this via one way or another.
I know it’s an old machine, but it has plenty of legacy apps that would be a pain in the ass to reinstall.
Combine Azure Functions ASGI App (Python v2 model) with Storage Queue Output Binding
We are developing an Azure Functions ASGI application using the following documentation:
Isolated Azure Durable Entity Function never executes
I have created a .net 8 isolated function app as a POC for using durable entities containing a single entity. Also created 2 endpoints, one to retrieve the entity value, the other to act on the entity. When retrieving the value of the entity it is always null. I have left the app running overnight to see if it is a timing issue and the value is still returned as null. I have tried this both running on Azureite as well a storage account in Azure.
How do I prevent AzureFunction from exiting after performing Copy or Process?
I have an HttpTrigger AzureFunction to run a command line tool (.exe) and return the output to a caller.
How can I deploy to an Azure Function app deployment slot?
I have created a function app deployment slot. I have published from Visual Studio and it says your Function app is ready.
But when I go to the Function app slot I cant see any functions, it says
aHAow can i deploy to an Azure Function app deployment slot?
I have created a function app deployment slot. I have published from Visual Studio and it says your Function app is ready.
But when i go to the Function app slot I cant see any functions , it says
Azure Functions zip deployment
Trying to automate my deployments with powershell, because I have multiple endpoints.
Azure Function App deployment issue with multiple projects
I have an Azure Function App developed using .NET 8 containing Project A and Project B, each with some Azure functions. However, after deployment with CICD pipeline in the Azure portal, I cannot see functions from Project A in the Function App. I updated the functions.metadata file with both function lists, but to no avail. Any suggestions on how to fix this issue would be appreciated.
How do I run only one function in my function app locally?
The documentation seems to suggest that I can specify which functions should start by specifying the functions of interest to run in my local.settings.json
How do I run only onw function in my function app locally?
The documentation seems to suggest that I can specify which functions should start by specifying the functions of interest to run in my local.settings.json