5,029 questions with Azure Functions tags

Sort by: Updated
1 answer

Azure Timer trigger function Error after deployed in Azure Portal

Hello, I am new to this azure functions and I recently developed an azure Timer trigger function in .NET 8 Isolated and it is running successfully in local and deployed it in the Azure portal through CI/CD pipeline. It never ran successfully because of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
asked 2024-10-15T17:00:48.57+00:00
Reddy 20 Reputation points
commented 2024-10-19T13:18:41.95+00:00
Vinodh247 21,881 Reputation points
0 answers

Configuration problem with Sentinel connector for Cisco Umbrella

In attempting to deploy the Microsoft Sentinel connector Cisco Umbrella (using Azure Functions) and following what appears to be an incomplete explanation at https://learn.microsoft.com/en-us/azure/sentinel/data-connectors/cisco-umbrella which does seem…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,146 questions
asked 2024-10-19T07:22:43.27+00:00
Geoffrey Day 0 Reputation points
1 answer

Unable to Delete Azure Virtual Network and Function App

I am attempting to delete an Azure Virtual Network but keep receiving the error: "Failed to delete subnet 'subnet-2'. Error: Subnet subnet-2 is in use by…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 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,472 questions
asked 2024-10-18T23:04:34.5266667+00:00
Andrew Eickemeyer 0 Reputation points
answered 2024-10-19T04:22:26.0533333+00:00
JananiRamesh-MSFT 27,341 Reputation points
0 answers

Logs not appearing in Azure portal for Function using Logback, but visible with ExecutionContext

I'm experiencing an issue with logging in Azure Functions (Java). When I use ExecutionContext.getLogger(), my logs appear in both the Azure portal and the log stream. However, when I use Logback for logging, I can see the logs in the log stream, but they…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
asked 2024-10-19T00:25:06.0366667+00:00
abazine abdellatif 0 Reputation points
1 answer

Function App "Not Found" error in Logic App

Issue: Azure Function “Not Found” Error in Azure Logic App I’m encountering an issue where an Azure Function, which is called within an Azure Logic App, is returning a “Not Found” error. The Logic App was previously able to invoke the Function without…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,162 questions
asked 2024-10-02T15:32:05.8366667+00:00
Sascha Müller 0 Reputation points
commented 2024-10-18T21:00:07.97+00:00
Sascha Müller 0 Reputation points
1 answer One of the answers was accepted by the question author.

Issue when trying to change the auto start/ stop time of Azure VMs

I'm trying to change the automated tasks we have set for our vms to start and stop at different times then are currently set. When i try to edit the tasks or create new tasks i get the below error. This is with all of our VMs linux and Windows same…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,930 questions
Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
355 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,250 questions
asked 2024-10-07T18:10:19.88+00:00
Sean Stroup (Feith) 0 Reputation points
accepted 2024-10-18T20:45:49.85+00:00
Sean Stroup (Feith) 0 Reputation points
0 answers

Names of Azure Services in the Azure IP Ranges and Service Tags JSON File

What are the official names used for the following Azure services in the Azure IP Ranges and Service Tags – Public Cloud JSON file? Azure Function (AzFunction) Automation Account Azure Batch Analysis Services You can refer to the JSON file…

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
454 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
331 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,250 questions
asked 2024-10-18T11:06:46.5433333+00:00
Nawani, Anubhav 0 Reputation points
commented 2024-10-18T19:41:15.6166667+00:00
Smaran Thoomu 16,230 Reputation points Microsoft Vendor
0 answers

Help with Bicep Template for Deleting Azure Resources Based on Resource Name

I have created Bicep templates for provisioning various Azure resources such as Azure OpenAI, Azure Cognitive Search, Azure App Service, and Azure Cosmos DB. In a similar way, I would like to write a Bicep template or script that allows for the deletion…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,929 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,643 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,132 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2024-10-14T10:34:46.59+00:00
Gupta, Shalu 0 Reputation points
commented 2024-10-18T17:59:20.8033333+00:00
VenkateshDodda-MSFT 21,226 Reputation points Microsoft Employee
0 answers

My Blob trigger function with source EvenGrid its not being triggered

https://learn.microsoft.com/en-us/azure/azure-functions/functions-event-grid-blob-trigger?pivots=programming-language-csharp Following this guide created and deployed my funtion in net isolated 8 [Function("myFunc")] public async…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
385 questions
asked 2024-10-18T11:28:58.1466667+00:00
Bernardo Chiletto 5 Reputation points
commented 2024-10-18T12:36:09.71+00:00
Nicolas Vera 0 Reputation points
1 answer

Help deploying a Dockerised Python Quart Application to Azure functions App

I am trying to deploy a python Quart application to Azure function with Docker. Below is my Docker file. My Azure function is failing to start. I get "Application error" when accessing the function URL. I would appreciate any help here in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
asked 2024-10-17T14:40:31.4833333+00:00
Nayak, Rajesh 65 Reputation points
commented 2024-10-18T12:29:43.39+00:00
Nayak, Rajesh 65 Reputation points
0 answers

Timer Trigger fires up multiple times, with the isPastDue reason

Good morning, I have an Elastic Consupmtion Plan Function App with two TimerTrigger functions written in .NET and other HTTP trigger functions. There is a problem with one of the two TimerTrigger function. Looking inside the Azure Application Insights…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
asked 2024-10-18T12:06:07.7733333+00:00
Alessandro Beretta 0 Reputation points
1 answer

Call Azure function secred by AAD from SPFX Webpart

Hello, i am trying to call Azure Function secured by AD from sharepoint webpart. But still getting 401 Unauthorized. Can please anybody point me right direction, i trying many tutorials official and unofficials and nothing works correctly. Thanks for any…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,740 questions
asked 2024-10-16T11:40:32.8633333+00:00
Jakub Husařík 0 Reputation points
answered 2024-10-18T09:12:23.3+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
1 answer

How to Cancel a Specific Azure Function Instance on Demand?

I have a workflow consisting of multiple tasks, where each task is executed by an Azure Function. The functions are triggered by messages in a message queue. In cases where a user decides to cancel the workflow, how can I effectively cancel all the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
asked 2024-10-17T08:22:40.0666667+00:00
Trieu Nguyen 0 Reputation points
answered 2024-10-18T09:09:13.3466667+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
1 answer

Hi Team, I am deploying azure function app using ARM template which sets value of .net version to .net8 isolated in stack settings but when i run my release pipeline to update .net code of that function app it resets .net version value to 4.8.

Hi Team, I am deploying azure function app using ARM template which sets value of .net version to .net8 isolated in stack settings but when i run my release pipeline to update .net code of that function app it resets .net version value to 4.8 , but in my…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2024-10-17T08:44:37.5733333+00:00
Mayur Malekar 0 Reputation points
answered 2024-10-18T09:06:33.42+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
1 answer

How to fix C# azure function error 404

We are working with Azure b2c and custom policies. For that I created custom policy to signin_sign-up with Apple like the description here: …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2024-10-17T11:43:42.6866667+00:00
Nick 0 Reputation points
answered 2024-10-18T09:04:39.36+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
0 answers

Need technical help to migrate to version 4.x of the Azure Functions runtime

I am getting email to upgrade my function app "Update your Function application to version 4.x of Azure Functions runtime for continued support. Version 1.x will be retired starting September 14, 2026." so need technical help on this

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2024-10-18T07:57:19.0366667+00:00
Ramanjini Mangali 0 Reputation points
1 answer

How to insert huge records like 1000 and 10000 records into sql db using logic app without having timeout or server error using batching

I have a csv file where I am able to read the data andnwhile passing rhe data into my sql getting timeout or server errors of it is a huge data how to do batching effectivily

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 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,183 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,162 questions
asked 2024-10-16T09:10:15.56+00:00
Pragiri 0 Reputation points
commented 2024-10-18T01:33:47.9633333+00:00
Pragiri 0 Reputation points
1 answer

How to use az command in azure function

I am trying to delete a route (test) in a routetable from a function created with azure function, When deleting the route, I get the following authentication error and cannot delete it. How can I generate a token from within an azure function using the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
asked 2024-10-16T05:51:50.1+00:00
eishi 41 Reputation points
commented 2024-10-18T00:48:40.98+00:00
Khadeer Ali 170 Reputation points Microsoft Vendor
1 answer

Will Durable functions replay the orchestrator if instance has been restarted

What would happen if a deployment happens for example and the function app is restarted, would Durable functions replay the interrupted orchestrator instance, or has that instance been marked as failed? I read that if changes are made to the orchestrator…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
asked 2024-10-15T21:14:47.57+00:00
Sharmaarke Ahmed 0 Reputation points
commented 2024-10-18T00:47:02.4933333+00:00
Khadeer Ali 170 Reputation points Microsoft Vendor
1 answer

How to Connect to MS Access Database Using Azure PowerShell Function App

Hello Everyone I am currently working on a project to extract queries data from an MS Access database (both .mdb and .accdb formats) into a CSV file using PowerShell. I have developed a script that works fine on my local system; however, I encounter an…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,552 questions
asked 2024-10-16T16:05:18.78+00:00
Dinesh Kumar 15 Reputation points
commented 2024-10-18T00:42:17.99+00:00
Khadeer Ali 170 Reputation points Microsoft Vendor