5,311 questions with Azure Functions tags

Sort by: Updated
0 answers

Options for connecting public api with on-premise API

Hi, I have question on connecting my Primary API to Secondary API in on-premise network. Currently, Both the Primary and Secondary API are hosted in on-premise network. I want to host the Primary API on Azure so that it can be publicly accessible to…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,252 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
363 questions
asked 2025-01-13T20:20:06.23+00:00
Jeff green 1 Reputation point
1 answer

Bypassing Easy Auth for a Specific v4 Azure Function Endpoint in Node.js 22

To recreate my exact issue, create 2 new HTTP triggered function endpoints for a node.js 22 Azure Function v4 (latest version). Nothing fancy in the code, you can use the boiler plate code. One is public and the other is private (name them as such).…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2024-12-26T17:16:23.5666667+00:00
ShawnPOWER 0 Reputation points
commented 2025-01-13T19:29:42.65+00:00
ShawnPOWER 0 Reputation points
0 answers

My Azure functions app is returning 404 errors although the logs show timers and queue functions working

I have a functions app written in Javascript using the older v3 programming model that was last updated in mid-December. In the last 48 hours I have started getting 404 errors for HTTP function invocations, and even getting a 404 when requesting the root…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-13T17:43:20.5066667+00:00
Richard Weaver 1 Reputation point
commented 2025-01-13T17:44:50.9466667+00:00
Richard Weaver 1 Reputation point
0 answers

Issue with Invocation to Python Services in Dapr

Dear Microsoft Dapr Support Team, I hope this message finds you well. I am encountering an issue when attempting to invoke Python services using Dapr. The following error is appearing: java Copy code code Upon investigating, it seems this error occurs…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,252 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,224 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,152 questions
asked 2025-01-13T17:17:41.02+00:00
Mhd Issa 0 Reputation points
commented 2025-01-13T17:19:13.88+00:00
Mhd Issa 0 Reputation points
1 answer

Python Application Hosted On Docker(Azure Container Apps) Intergration with App Insights

I have hosted my python application on azure container app . I want to get metrics and logs in azure app insights. How can I achieve that?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
495 questions
asked 2025-01-10T15:10:17.9833333+00:00
Kanav Sharma 25 Reputation points
commented 2025-01-13T16:06:12.6566667+00:00
Kanav Sharma 25 Reputation points
1 answer

Compose block doesn't work with regex url in Azure logic app

I am trying to create an app to automatically send emails from outlook to slack in azure logic app. I am using Get emails block to get emails (need to "get" Body in html, because BodyPreview has limit characters to 255)(diagram attached) It was…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,302 questions
asked 2025-01-13T13:40:19.8033333+00:00
Kacper Jabłoński 0 Reputation points
commented 2025-01-13T15:22:12.6033333+00:00
Kacper Jabłoński 0 Reputation points
1 answer

Azure Function App Read-only on functions

How can I create a custom role in Azure that allows users to view Function App code in read-only mode? Currently, users with the built-in Reader role can see the Function App but get an error requiring write permissions when trying to view the actual…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-09T19:31:20.1566667+00:00
Joey 0 Reputation points
answered 2025-01-13T15:19:10.41+00:00
Link McKinney 495 0 Reputation points
1 answer

Azure Functions Performance Issue

Hi everyone, We are conducting a POC on azure functions. We are having performance and reliability issues with it. scenario 1: tier: elastic premium p2 scaling burst limit: 10 minimum: 1 hot instance: 1 with 50 concurrency of simple python…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-13T10:29:49.6733333+00:00
Koemuer, Taha Yusuf (148) 0 Reputation points
edited the question 2025-01-13T15:13:55.0566667+00:00
VarunTha 10,775 Reputation points Microsoft Vendor
1 answer

Can't downloade/use Azure functions VSCode Extension

Hey I have an Azure function app that uses http trigger and is being called everyday. It has been called everyday for 4 months without problems, but the last two days I have encountered problems where I can't trigger it through the URL. I have since…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-10T12:49:25.5933333+00:00
Christian Reimer L. Hansen 0 Reputation points
answered 2025-01-13T15:10:51.71+00:00
Khadeer Ali 1,790 Reputation points Microsoft Vendor
0 answers

Group multiple functions in a subfolder?

I am learning azure functions and I have successfully built 3 functions. What I want to do is to place them in a subfolder within my project structure, like this: project_root/ ├── functions/ │ ├── func_a/ │ │ ├── __init__.py │ │ └──…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-13T14:43:59.66+00:00
ZZ 0 Reputation points
0 answers

Create Graph API giving bad request

I am trying to create a Group(com.microsoft.graph.models.Group) using Graph API. But it is giving below error. I am using Group's name as value for mailNickname GroupName is following this format. String groupName = String.format(GROUP_NAME_FORMAT,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,768 questions
asked 2025-01-13T12:46:36.29+00:00
Gajendra Jangid 0 Reputation points
edited a comment 2025-01-13T13:56:58.36+00:00
Khadeer Ali 1,790 Reputation points Microsoft Vendor
0 answers

Static Web Application throws unspecific error (500) when using ReadableStream

I'm having a Svelte/SvelteKit application that has also some API endpoints delivering data. The application is deployed using swa CLI. Everything is working except on endpoint, where I want to stream data that is asynchronously generated and may take…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,037 questions
asked 2025-01-13T10:05:38.45+00:00
Knut Wehrle 0 Reputation points
commented 2025-01-13T12:50:15.9866667+00:00
Khadeer Ali 1,790 Reputation points Microsoft Vendor
0 answers

How to enable multi-instances of duralbe function app run in parallel

Hi, I have an Azure durable function app in a container. When I create it using az CLI with argument "--plan", it works as I expect (multiple instances can run in parallel if I concurrently call my function mutliple times), but when I create it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-02T04:20:21.6233333+00:00
Juntang Dai (Centific Technologies Inc) 0 Reputation points Microsoft Vendor
edited a comment 2025-01-13T12:12:01.52+00:00
Shireesha Eeraboina (Quadrant Resource LLC) 660 Reputation points Microsoft Vendor
0 answers

How to use search.in in $filter for APIM

Hello, All, When I try to use in $filter in APIM (via http GET as a query string parameter): search.in(Var, 'Val1, Val2') (I also tried search.in(Var, 'Val1,Val2', ',') with the same result) I get an error: "Invalid token detected in position…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-09T12:03:08.3233333+00:00
Leonardo Machado 0 Reputation points
edited a comment 2025-01-13T10:49:24.3133333+00:00
Leonardo Machado 0 Reputation points
1 answer

Service bus triggered azure function behaviour

Hi Team, I have scenario where we are sending thousands of messages to Azure service bus topic and then we have 'Service bus topic trigger' azure function. Azure service bus - Standard tier Azure function (Topic trigger) - App service plan Topic…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
657 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-10T12:19:34.5066667+00:00
Jaydeep Suryawanshi 26 Reputation points
commented 2025-01-13T10:24:23.1566667+00:00
Khadeer Ali 1,790 Reputation points Microsoft Vendor
1 answer

Blob triggered Azure Function not executed when Blob is uploaded by certain user. The Blob Created Event is matched and delivered as expected.

I have set up an Azure Function that is triggered by Blob Create Events via an Event Subscription. When I upload a file to the container, the Blob Creation Event is published, matched and delivered, also the Function is invoked and the file gets…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,022 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
413 questions
asked 2025-01-10T08:50:46.8366667+00:00
Nico Kestel 0 Reputation points
answered 2025-01-13T10:20:02.3066667+00:00
Pinaki Ghatak 5,485 Reputation points Microsoft Employee
1 answer

Random Instance Errors on Azure Function App (Python) - Elastic Plan

Hi all, After switching the ASP we use for our function app to Elastic Premium, we are having issues with the uptime of our app. I will provide a list of details below and things we checked and tried. Info about the app: It hosts our public facing API …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-10T10:58:28.1833333+00:00
Giel Oomen 36 Reputation points
answered 2025-01-13T10:09:58.4833333+00:00
Pinaki Ghatak 5,485 Reputation points Microsoft Employee
0 answers

I get this error: Cannot activate the 'Azure Logic Apps (Standard)' extension because it depends on an unknown 'ms-azuretools.vscode-azurefunctions' extension.

I get this error: Cannot activate the 'Azure Logic Apps (Standard)' extension because it depends on an unknown 'ms-azuretools.vscode-azurefunctions' extension. also sevarl articles reference to the extension but its just not there: fi…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,302 questions
asked 2025-01-10T12:11:49.25+00:00
Popta van, Jaap 0 Reputation points
commented 2025-01-13T09:17:33.3966667+00:00
VenkateshDodda-MSFT 23,441 Reputation points Microsoft Employee
0 answers

When Deploying Azure function from Visual Studio Code Errors as Encountered an error (ServiceUnavailable) from host runtime.

Hi Experts when using python version 3.11 from visual studio code to deploy Azure function App (Windows 11 os) Encountered an error (ServiceUnavailable) from host runtime. also At times it will display from Azure function App…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-10T08:53:05.8466667+00:00
Ganapathy, Mahesh 0 Reputation points
commented 2025-01-13T08:45:55.8766667+00:00
Khadeer Ali 1,790 Reputation points Microsoft Vendor
0 answers

Unable to setup Function App to establish SQL connection

Requirement is to automate synchronization of iMIS business objects to SQL Server tables using an Azure Function so that updates occur nightly without manual intervention. For this, we created Function App in Azure with pay-as-you-go subscription and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
asked 2025-01-12T15:20:04.9766667+00:00
College Service Account KP 0 Reputation points
commented 2025-01-13T05:45:38.38+00:00
VenkateshDodda-MSFT 23,441 Reputation points Microsoft Employee