Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [azure-functions]

Azure Functions is an event-driven serverless compute platform in Azure and Azure Stack. Its open-source runtime also works on multiple destinations including Kubernetes, Azure IoT Edge, on-premises, and other clouds.

azure-functions
0 votes
2 answers
32 views

Azure DevOps Pipeline Fails During Package Publishing Step for .NET 8 Project

I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I am having some problems. I have not made a code ...
Chidiebere Ugwu's user avatar
0 votes
0 answers
30 views

Trying to connect to SQL DB - provider: TCP Provider, error: 26 - Error Locating Server/Instance Specified

I have a C# .NET 8 isolated Azure Function App that I am trying to connect to a SQL database, but I am having trouble trying to locate the problem. The SqlException: A network-related or instance-...
Garran Michaels's user avatar
0 votes
1 answer
33 views

No https triggers found while deploying python code in Azure functions

By using Visual studio I deployed my python code as the deployment was successful But there is no link generated and also I cant see my deployment in my function app as in output terminal I can see ...
Bandaru Prudhvi's user avatar
0 votes
1 answer
35 views

Authentication failure when trying to copy a blob from one container to another

I am trying to copy a blob from one container to another and am creating a BlobServiceClient using a connection string as described here. However I am running into the following error. Error ...
Siri Mudunuri's user avatar
0 votes
0 answers
32 views

Azure Function Blob Storage Monitor

I've been having some issues with my Azure Function that monitors a blob storage. I've followed the tutorial here: https://learn.microsoft.com/en-us/azure/azure-functions/functions-event-grid-blob-...
user2459813's user avatar
0 votes
1 answer
48 views

Azure Functions V4 (Typescript) Can't get Route parameters

I am currently migrating my Azure Functions from V3 to V4 in Typescript. Now I have the strange behaviour, that I can get the route parameters only when it is a string. If I pass a number as parameter,...
user26420380's user avatar
0 votes
1 answer
37 views

Config settings for Azure Subscriber Function

I have a subscriber function in C#, that's is listening to an Azure topic. It is working perfectly well when I run it from my Visual Studio. However, when I deployed it to Azure, it is not triggering ...
sam's user avatar
  • 425
0 votes
1 answer
63 views

I am using Azure Function App and I am trying to deploy a function but No HTTP trigger found is the error I'm getting. Why?

I am using azure functions app to deploy a function from my VS Code. I have checked for the local.settings.json and I've added AzureWebJobsFeatureFlags: EnableWorkerIndexing "AzureWebJobsStorage&...
Sarthak Sandilya's user avatar
-1 votes
0 answers
28 views

Azure Function doesn't complete due to "Stopping JobHost" [closed]

Is your question related to a specific version? If so, please specify: function runtime v4.x What language does your question apply to? (e.g. C#, JavaScript, Java, All) we currently use C# .NET in-...
nguyen-tr-ea-89's user avatar
0 votes
2 answers
42 views

Deploying to App Service or Function using Bicep

curious, is it possible to deploy to azure app service or azure function app using bicep. That is, when creating app service in the bicep, we add the deployment of the app or function in the same ...
kossy tony's user avatar
0 votes
1 answer
35 views

Azure Function App authentication using Azure B2C

I have a single-page application (SPA) developed with Vue.js and hosted on Azure App Services that is using Azure B2C and MSAL 2.8.0 for authentication. The web APIs called by the SPA are developed ...
user3614070's user avatar
0 votes
1 answer
51 views

Azure automation error on azure.storage.blob

from azure.storage.blob import BlobServiceClient, ContentSettings ImportError: cannot import name 'BlobServiceClient' from 'azure.storage.blob' In azure automation I deployed my code and test pane ...
Bandaru Prudhvi's user avatar
0 votes
1 answer
50 views

How can i retrieve how much an Azure Function app is being used?

I have about 100 function apps in Azure and I want to get some data about the apps. In specific what i want to be able to check is how much these apps are being used by customers. I have tried using ...
Jenny's user avatar
  • 11
0 votes
1 answer
36 views

Handling WorkerErrorEvent for runtime:dotnet-isolated, workerId:dotnet-isolated. Failed with: System.TimeoutException: The operation has timed out

I have a Function App targeting .NET 6.0 that logs this error every 10-20 minutes: 22:29:45Z [Verbose] Handling WorkerErrorEvent for runtime:dotnet-isolated, workerId:dotnet-isolated. Failed with: ...
IAmCoder's user avatar
  • 3,332
0 votes
0 answers
69 views

Azure functions app deploy - Request timeout error while using AzureFunctionApp@2

I am encountering an issue while deploying Python packages to a function app deployed within ASE V3 and connected to a storage account through a Private Endpoint. Have any of you encountered a similar ...
Lbits's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
1112