4,890 questions with Azure Functions tags

Sort by: Updated
0 answers

Can function app access Azure storage accounts via managed identity in sovereign clouds.

I am trying to disable shared key-based access on my storage account. This storage account is accessed by Azure function app to fetch data via key based access. I want to authenticate functions app via managed identity instead and for that I followed…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,105 questions
asked 2024-09-13T07:09:41.5333333+00:00
Anurag Anand 0 Reputation points Microsoft Employee
1 answer

How to fix OutOfMemory issue while running Azure Durable functions

Hello, I have created an azure durable function in PowerShell script to access prod MS Teams data using graph API for compliance report to be fetched. But while testing, getting "OutOfMemory" issue even though the Azure function created in a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,953 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,830 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,458 questions
asked 2024-09-12T12:28:02.1466667+00:00
Meghana Dhage 0 Reputation points
answered 2024-09-13T02:57:46.9466667+00:00
Robin Sheng-MSFT 2,650 Reputation points Microsoft Vendor
1 answer

time triggered script in function app gets error 403 Forbidden

i have function app and trying to authenticate using system managed identity. i can't even run the below two lines of powershell. i get error 403 Forbidden. i gave permissions that i might need later on to the managed identity. same script and more works…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-11T05:58:58.2533333+00:00
heruy ejigu 0 Reputation points
commented 2024-09-12T17:28:59.08+00:00
Pinaki Ghatak 3,905 Reputation points Microsoft Employee
1 answer

Value cannot be null. (Parameter 'containerId')" error.

I've been exploring Azure and working with Functions and CosmosDB recently. I followed the setup instructions from this video2.skills-academy.com resource, but I keep running into an Internal Server Error 500. The logs indicate a "Value cannot be null.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-10T12:23:46.57+00:00
RangerSayip 0 Reputation points
commented 2024-09-12T17:21:10.95+00:00
RangerSayip 0 Reputation points
0 answers

Attempt to send message from Azure Function to Azure SignalR fails with 403 forbidden

Hi, I'm using Azure SignalR in serverless mode. I've an Azure Function which receives events from Event Hub and sends messages to Azure SignalR. [Function(nameof(EventHubEventsHandler))] [SignalROutput(HubName = "userevents",…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
140 questions
asked 2024-05-22T07:47:42.9666667+00:00
Macháček Martin 211 Reputation points
commented 2024-09-12T17:19:41.1333333+00:00
0 answers

Issues with deploying application to Flex Consumption Apps

I have an Azure DevOps Pipelines "AzureFunctionApp@2" task which works fine for normal Consumption Plans. However, when I try to deploy to FlexConsumption Apps this does not work. I have added "isFlexConsumption: true" to the task,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,175 questions
asked 2024-09-12T08:37:56.1466667+00:00
Chris Gray 0 Reputation points
edited the question 2024-09-12T13:09:34.5533333+00:00
Chris Gray 0 Reputation points
0 answers

Why am I not able to create an Azure Function app within the Azure portal, but I can in Visual Code?

I used to be able to create an Azure Function App within both the Azure portal and Visual Code. Now I am no longer able to create an Azure Function App in the Azure portal anymore. Whenever I want to create an Azure Function App within the portal I get…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-12T09:59:30.6733333+00:00
John van Lennep 0 Reputation points
2 answers

Azure function app error

I have changed the azure function app service plan from consumption based to premium, after that I have started getting warning **'**Your app is not configured for dynamic scaling. Scaling could be limited. Click to learn more.' Will this warning affect…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-11T14:43:14.29+00:00
Avinash Davkhar 20 Reputation points
answered 2024-09-12T09:02:24.3833333+00:00
Avinash Davkhar 20 Reputation points
0 answers

Problems with deployment to the Linux Function app WEBSITE_RUN_FROM_PACKAGE replacing value

We have problems with deployment to the Linux Function app. We have one environment with Azure functions that are on Windows and deploy IaC with Bicep scripts. After that, we run release pipelines with app code and deploy to function. In that case we…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-12T07:08:35.3466667+00:00
Oleksandr Kucherenko 75 Reputation points
3 answers

Can't publish Function App: "SCM Basic Auth Publishing" keeps resetting to Off

I am trying to publish an Azure Function from Visual Studio, and keep gettng errors "The attempt to publish the ZIP file through [URL] failed with HTTP status code unauthorized." I also sometimes (but not always) get a warning message saying…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-06-21T19:37:25.75+00:00
Momo Jeng 5 Reputation points Microsoft Employee
answered 2024-09-12T06:32:33.02+00:00
Oren Horowitz 0 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Bitbucket option missing for continuous deployment in Deployment Center

I am attempting to set up continuous deployment for my Azure Function with Bitbucket as my repository, but I am only seeing GitHub as an available option. This was not an issue in early August 2024. Any ideas on what could be causing this or how to fix…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-11T08:33:16.6733333+00:00
Mikael Bjerga 20 Reputation points
commented 2024-09-12T06:20:44.7333333+00:00
Mikael Bjerga 20 Reputation points
1 answer

Azure function with Timer Trigger firing twice

Hi, I have a duplicated email problem and I believe that it's related to my Time Tigger Function firing twice. Bellow we can see that the function triggers twice with 1 second apart from each run. But the schedule time is set to 10 minutes. Do…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2022-12-13T23:01:18.76+00:00
MatheusNani 16 Reputation points
commented 2024-09-12T04:22:02.1466667+00:00
Sebastian Gadzinski 0 Reputation points
1 answer

Queue trigger function stopped without (visible) reason and long delay before next try

Hello, we have a queue triggered function on consumption plan, which sometimes stops while running. We want to process 1 message / instance, here are the queue settings in host.json: "maxPollingInterval": "00:00:02", …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-09T17:49:49.8433333+00:00
Anca Corbos 0 Reputation points
answered 2024-09-11T18:37:21.99+00:00
Pinaki Ghatak 3,905 Reputation points Microsoft Employee
1 answer

Azure functions decoding error

Azure functions with Python language and Linux hosting are throwing this error when trigger is service bus queue message having IoTHub device connection state message schema. Result: Failure Exception: ValueError: cannot convert value of field…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
613 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,176 questions
asked 2024-09-10T07:19:11.76+00:00
Nayangiri Goswami 25 Reputation points
answered 2024-09-11T18:35:24.32+00:00
Pinaki Ghatak 3,905 Reputation points Microsoft Employee
0 answers

Erro Interno ao Criar ou Editar Funções no Azure Functions, como resolver?

Estou enfrentando problemas ao tentar criar ou editar funções no Azure Functions. Toda vez que tento criar uma nova função ou editar uma existente, recebo um erro interno ("Internal Error") e uma mensagem de aviso. Já tentei algumas soluções,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-11T16:56:18.2633333+00:00
Daniel Bezerra de Castro 0 Reputation points
3 answers One of the answers was accepted by the question author.

Nuget reference not found during LogicApp runtime

We have created an Azure function which is referencing a 3rd party FTP client (Rebex.Ftp). This function is called locally from a LogicApp workflow. We debug it locally (the function) and everything works as expected. The issue becomes when we deploy the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,087 questions
asked 2024-08-22T14:26:36.1+00:00
Michael Ribeiro 25 Reputation points
accepted 2024-09-11T14:06:31.27+00:00
Michael Ribeiro 25 Reputation points
0 answers

Host Restarts in Azure Function Triggered by EventHub, Causing Data Loss

Hello, I'm currently working with v4 Azure Function app running on Linux, implemented in python using v2 programming model, which is triggered by EventHub. The function processes incoming payloads, performs some transformations, and writes the data into…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
627 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,672 questions
asked 2024-09-11T11:38:09.7366667+00:00
Jusuf Ramic 0 Reputation points
0 answers

Azure OpenAI Assistants API: Failed to Create Run, Run already exists for this thread

I've suddenly started having issues with the Assistants API. When I call CreateRunAsync, I receive an error message stating that a run already exists for the thread. This method is called immediately after CreateThreadAsync is called, and it has been…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,919 questions
asked 2024-09-11T02:48:47.5833333+00:00
Morgan, Chris 0 Reputation points
commented 2024-09-11T06:37:29.21+00:00
AshokPeddakotla-MSFT 32,946 Reputation points
0 answers

Webhook is not triggering

We have an Azure function app. We have a Webhook which was triggering till yesterday. But today the webhook is not triggering. when I Debug the code, everything is working fine, but it i snot triggering on the event.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,175 questions
asked 2024-09-11T06:12:52.7833333+00:00
Sony Gunda 0 Reputation points
edited the question 2024-09-11T06:34:56.5766667+00:00
AmaranS 5,935 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azure Functions dis-appeared from the Function App and I am not able to push functions from local folder to function app.

As you can see in the image I have more functions showing in the local project folder but less in my function app. Previously I had the same count. Suddenly some functions disappeared from the app and now when I deploy the functions again it says…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-09T10:02:26.2033333+00:00
Ammad Niazi 20 Reputation points
accepted 2024-09-11T04:36:16.13+00:00
Ammad Niazi 20 Reputation points