Tags: Azure Functions

Publish failed

Azure Benjamin Perkins

While I was writing these articles about creating, developing local and deploying an Azure Function App, I received this error, Figure 1. How to create an Azure Function in Visual Studio How to connect to a database from an Azure Function Deploy an Azure Function created from Visual Studio Check out all my Azure Functions […]

Read More →

An error occurred

Azure Functions Benjamin Perkins

While I was writing these articles about creating, developing local and deploying an Azure Function App, I received this error, Figure 1. How to create an Azure Function in Visual Studio How to connect to a database from an Azure Function Deploy an Azure Function created from Visual Studio Check out all my Azure Functions […]

Read More →

Azure Functions on 64 bit

Azure Functions Benjamin Perkins

Until this is updated in the portal to allow this, you can read how to enable that at the below links: Allow 64 bit to be enabled in the UI Set Azure Function App on Consumption Plan to 64 bit In summary: Access resource manager here Navogate to the Function App –> subscription/resourceGroups/resourceGroupName/providers/Microsoft.Web/sites/functionaAppName/config/web/use32BitWorkerProcess Set that […]

Read More →

Testing/Consuming an Azure Function

Azure Functions Benjamin Perkins

I created an Azure Function using these instructions and the Visual Studio Tools For Azure Functions which I discussed here and here. #Azure #AzureFunction #AzureAppService I also found some good instructions on how to test Azure Functions here. As shown in Figure 1, I created a C# Http Trigger Azure Function named ‘SayHello’ with an […]

Read More →