4,890 questions with Azure Functions tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Restrict Azure function to access storage account and Key vault

I have a Azure functions that sends SMS's and redirects call using Twilio messaging service. It does not use any Storage account, uses only Azure key vault. How to restrict public access to a storage account and allow only the Azure functions to access…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,257 questions
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,104 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,401 questions
asked 2024-08-30T02:19:32.95+00:00
Nandhini Balasubramanian 20 Reputation points
accepted 2024-09-05T00:25:04.61+00:00
Nandhini Balasubramanian 20 Reputation points
0 answers

Azure functions stop working with a server error as the only notification.

runtime version: error Our functions app has been running for over two years and has stopped running without much trace. When I redeploy with code unchanged from when it was working, the Kadu server gets a 500 error and retries for 20 passes. I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-04T18:01:20.5066667+00:00
Natalie 0 Reputation points
commented 2024-09-04T23:45:11.2766667+00:00
Ryan Hill 27,771 Reputation points Microsoft Employee
1 answer

Connection issue in azure

I have a requirement wherein the power automate talks with azure function app and azure function talks with azure storage account. Now everytime the power automate flow is run it downloads the data and keeps it in storage account. The above mentioned…

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,104 questions
asked 2024-09-04T18:15:08.54+00:00
Dinesh Prajapati 126 Reputation points
answered 2024-09-04T23:06:54.9333333+00:00
Ryan Hill 27,771 Reputation points Microsoft Employee
0 answers

Blob trigger stop working and when restart it loses son files

I have a blob trigger to an storage account. It work usually but sometime it have some gaps of hour 10-12 or something similar which is not triggerign even with new files. Then when it starts to work again it try to process all the files or at least…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-08-01T15:06:17.7866667+00:00
edited the question 2024-09-04T21:16:34.2133333+00:00
KarishmaTiwari-MSFT 19,872 Reputation points Microsoft Employee
1 answer

Why isn't my AppInsights rule firing?

I have some functions created via a Functions App and an Application Insights service tied to that. I have set up an Alert in the App Insights service to alert me when one of the functions fails, but it is not working. It appears that all is setup…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-03T19:11:01.3366667+00:00
Chris Ahrens 0 Reputation points
commented 2024-09-04T12:00:04.31+00:00
Chris Ahrens 0 Reputation points
1 answer

in azure function app trigger functions are not creating

i am deploying my python code on azure function app but it is not creating a timmer trigger my python code consists of frequently_asked_question.py and function_app.py files but it is not creating any funtion trigger on azure function in logs it is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-04T09:28:15.7333333+00:00
Anshuman Srivastava 10 Reputation points
edited the question 2024-09-04T09:42:37.93+00:00
AmaranS 5,935 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Changing Azure Function Plan

Hi, I have a function running on consumption plan and I am trying to upgrade it to a premium plan from the portal. Under "App Service Plan", the option "Change App Service Plan" is greyed out with the message "This feature is not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-04T05:10:16.62+00:00
Jean David Ruvini 20 Reputation points
accepted 2024-09-04T05:41:09.15+00:00
Jean David Ruvini 20 Reputation points
0 answers

Function app is triggered by old events after deployment

Hello, we have EventhubTrigger function. [EventHubTrigger("%EventHubName%", Connection = "EventHubConnectionString", ConsumerGroup = "consumer", IsBatched = true)] After re-deployment of the function, we noticed that the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-08-14T11:05:43.5266667+00:00
Tomoe 0 Reputation points
edited the question 2024-09-04T04:29:10.4666667+00:00
PRADEEPCHEEKATLA-MSFT 88,716 Reputation points Microsoft Employee
1 answer

Can we fetch the Log Analytics Workspace in use for changetracking for Azure VMS.

I am looking for KQL query to fetch the Log Analytics Workspace that is in use for change tracking for Azure VMS. As MMA's are not supported anymore, so migrating all my alerting to AMA.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,196 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,790 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,663 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
295 questions
asked 2024-09-03T17:43:06.0666667+00:00
harshmickey999 0 Reputation points
answered 2024-09-03T20:15:39.0933333+00:00
Sina Salam 10,036 Reputation points
0 answers

x-functions-key missing when calling Azure Function from Azure SWA

I have my Azure Functions set to authLevel = 'function'. I'm able to properly pass the x-functions-key in the header when using Postman and get a response from my Azure Function. However, in my Azure SWA when using fetch and specifying the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
902 questions
asked 2024-08-30T14:38:55.6766667+00:00
Mark Dabrowski 0 Reputation points
commented 2024-09-03T20:09:28.51+00:00
Ryan Hill 27,771 Reputation points Microsoft Employee
1 answer

.Net 8 Isolated Durable function stuck in Pending/Running state

I have migrated .net 3.1 durable function app to .net 8 isolated. Function is working fine in local but when its deployed to azure then orchestrator function showing always in pending / running state. Function Run time version ~4, .Net 8 isolated.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
asked 2024-09-02T16:29:23.8833333+00:00
Rahul Shete 0 Reputation points
answered 2024-09-03T16:02:51.88+00:00
youzeliang 480 Reputation points
1 answer

Assistance Needed to Locate and Remove Legacy Application in Azure Environment

Dear Azure Support Team, I hope this message finds you well. We are currently experiencing an issue related to an old application named OfficeCertRequest.exe that appears to be running somewhere in our Azure environment. This application is generating…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,663 questions
asked 2024-09-02T01:47:02.1733333+00:00
Francis Fernandez 0 Reputation points
commented 2024-09-02T20:14:08.7833333+00:00
Lex Li (Microsoft) 5,577 Reputation points Microsoft Employee
1 answer

Azure Functions - Durable functions in Python v2 - Orchestration function starts new every time

Hey guys, i am new to azure functions. Maybe one expert can have a quick look at the code and give me some advice. I want to use a simple durable function whith python v2 in vs code. I have the azure extensions, Azure functions core tools, etc.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-08-30T21:19:18.9666667+00:00
Egon 0 Reputation points
answered 2024-09-02T19:13:04.7966667+00:00
Sina Salam 10,036 Reputation points
1 answer

Access Azure Key vault through Azure function in Fabric Data factory

Hello, I am trying to execute an Azure function deployed on Fabric data factory that fetches Azure Key vault values. I have already assigned Key vault admin to the Fabric user . The function executes ok when I debug & execute it through Visual…

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
261 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-08-15T17:02:47.9666667+00:00
Sachin Nandanwar 25 Reputation points
edited the question 2024-09-02T16:29:15.7966667+00:00
Givary-MSFT 32,311 Reputation points Microsoft Employee
0 answers

Meeting "ERROR: Run Connect-AzAccount to login. Exception : Type : System.Management.Automation.PSInvalidOp" In Azure powershell function when run "Connect-AzAccount -Environment AzureChinaCloud -Credential $Cred)"

Our China production environmen powershell function APP have ran normoally long time but in t report error suddenly. we have tried change Az module to some older and newer version, and rewite runtime version, but stll report the same error. Please…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-08-15T01:20:23.8166667+00:00
JackChen 0 Reputation points
edited the question 2024-09-02T16:28:38.6933333+00:00
Givary-MSFT 32,311 Reputation points Microsoft Employee
1 answer

Fetch key vault secrets using user assigned managed identity from Azure function

Hi Team, I have one key vault where I have saved all my secrets names and its value. I have also created a user assigned managed identity "write" which has access to key vault. I have attached this managed identity to Azure function as well.…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,257 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-08-26T11:24:21.5533333+00:00
RSingh 60 Reputation points
commented 2024-09-02T14:57:51.22+00:00
Akhilesh 8,870 Reputation points Microsoft Vendor
1 answer

While creating azure function app for queue storage trigger , throwing internal server error. How to rectify this error?

We are using consumption plan. We have to enable this as a part of using azure batch service.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
asked 2024-09-02T06:13:45.31+00:00
Johnimmanuel Vetri 0 Reputation points
answered 2024-09-02T09:23:33.6+00:00
akinbade abiola 15,225 Reputation points
2 answers

Durable Functions error on trigger following 30 Days Azure Challenge

I'm doing the Azure 30 days challenge and am getting an error with module 5, specifically unit 4- Exercise - Create a workflow using Durable Functions I create all 3 functions as specified, but on triggering the durable function with a URL similar to…

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-02-16T17:49:42.15+00:00
Shapeshifter 66 Reputation points
answered 2024-09-02T08:30:27.4133333+00:00
Eric Bardes 40 Reputation points
1 answer

Can a ServiceBus queue triggered function app have http endpoints as well?

Hey there! I have a ServiceBus queue triggered function App which after processing the message body through a business logic, completes the message as well to remove it from the queue. Now, I want to test the performance of the underlying business…

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
asked 2024-08-26T09:35:18.66+00:00
Sukhman Singh 0 Reputation points
commented 2024-09-02T07:15:29.32+00:00
Deepanshukatara-6769 8,940 Reputation points
1 answer One of the answers was accepted by the question author.

What is the purpose of Azure stack settings .NET Version?

I'm setting up Azure Function app .net8 isolated and noticed that in Configuration -> General Settings -> Stack settings .NET Version is set to .NET Framework 4.8, however the function works fine. What does the .NET version imply in this context?…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,890 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2024-08-26T10:53:19.65+00:00
Tomas Blažauskas 20 Reputation points
accepted 2024-09-02T06:55:16.72+00:00
Tomas Blažauskas 20 Reputation points