python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure Function "General Settings" is missing
I've recently been messing with Azure Functions and I noticed that one of my Azure Functions is missing a configuration tab.
The tab in question is this "General Settings" and I need to chan...
Tiago Matos
Votes: 0
Answers: 2
Is it possible to trigger an Azure function with Python runtime inside a Azure Logic App workflow?
I have some Azure functions with python runtime which perform data validation tasks. I want to trigger the Azure functions inside a Logic App workflow. Is this possible?
Arghya Ganguly
Votes: 0
Answers: 1
Failed to create the task hub: DurableTask.AzureStorage.Storage.DurableTaskStorageException
I have migrated my Azure functions project from .Net Core 2.2 to .Net Core 3.1. So, I have also updated other nuget packages to support .Net Core 3.1. After that, when I run my functions project it lo...
Jigna
Votes: 0
Answers: 3
"Method overloads are not supported. There are multiple methods with the name." when running Azure Functions in Docker
I execute a very simple Function App to Docker with this Dockerfile
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extens...
Kai Walter
Votes: 0
Answers: 1