Relative Content

Tag Archive for azure-functions

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.

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.

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.