5,023 questions with Azure Functions tags

Sort by: Updated
2 answers

I install visual studio 2022 community and install azure packages when i try to create azure function project i get error of CS0234 which is Microsoft. Azure packed not found

I installed Visual Studio 2022 community and installed Azure packages when I try to create an Azure function project I get an error of CS0234 which is Microsoft. Azure packed not found what is cause of this and what is solution to this?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,140 questions
asked 2024-10-16T18:21:52.79+00:00
commented 2024-10-18T06:38:29.68+00:00
Tianyu Sun-MSFT 30,816 Reputation points Microsoft Vendor
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,023 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,180 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,159 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,023 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 90 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,023 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 90 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,023 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,548 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 90 Reputation points Microsoft Vendor
0 answers

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,023 questions
asked 2024-10-17T14:40:31.4833333+00:00
Nayak, Rajesh 65 Reputation points
edited the question 2024-10-17T15:04:58.29+00:00
Nayak, Rajesh 65 Reputation points
0 answers

Need to change the candidate name to profile name/ name in the identification card

Hello, I am facing issue as my candidate name is different from the name in identification card while registering Microsoft certification exam. I need to change the candidate name to Microsoft profile name/ name in the identification card. My billing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,322 questions
asked 2024-10-17T10:36:39.7366667+00:00
Monisha J 0 Reputation points
edited the question 2024-10-17T11:55:25.5866667+00:00
Khadeer Ali 90 Reputation points Microsoft Vendor
0 answers

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,023 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,800 questions
asked 2024-10-17T11:43:42.6866667+00:00
Nick 0 Reputation points
0 answers

Hi have issue regarding AZURE FUNCTION APP. I AM DEPLOING fastAPI.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
asked 2024-10-17T10:06:08.7466667+00:00
Shubham Joshi 0 Reputation points
0 answers

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,023 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,800 questions
asked 2024-10-17T08:44:37.5733333+00:00
Mayur Malekar 0 Reputation points
edited the question 2024-10-17T09:36:23.8566667+00:00
AmaranS 6,585 Reputation points Microsoft Vendor
0 answers

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,023 questions
asked 2024-10-17T08:22:40.0666667+00:00
Trieu Nguyen 0 Reputation points
0 answers

How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy.

How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy. Our client is asking for a policy so that if anyone creates Function app or logic App services, by default HTTPS only will configured as off.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,159 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
896 questions
asked 2024-10-17T08:16:53.1866667+00:00
Godugu, Loka 0 Reputation points
0 answers

Why my Azure account is under review for more then 1 year?

I cannot use my Azure account at all. I cannot use 'Try free' I cannot use 'Pay as you Go'. I asked support, they sends links to create a new account. I tried those, but with no success. And why would I create a new account each time MS breaks existing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,322 questions
asked 2024-10-08T10:05:12.49+00:00
Lubenskiy Dmitry 1 Reputation point
edited the question 2024-10-17T07:47:14.5566667+00:00
Khadeer Ali 90 Reputation points Microsoft Vendor
7 answers

Azure function fails with FunctionInvocationException, Actually I have Update .net 6 to .net 8 and updated all packages

For detailed output, run func with --verbose flag. [2024-03-06T13:54:39.549Z] Host lock lease acquired by instance ID '0000000000000000000000006F297016'. [2024-03-06T13:55:16.662Z] Function 'HealthCheck', Invocation id…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
asked 2024-03-06T14:05:38.91+00:00
Balasubrahmanyam Tekimudi 35 Reputation points
answered 2024-10-17T06:18:10.06+00:00
Benali Nabil 0 Reputation points
2 answers

Cancel or Stop an Azure Function Instance

In my Azure function, I am executing a stored procedure. Now, based on some event, I want to cancel the execution of this particular instance. Sample code below (very simplified for example purpose):- public async Task AddTestMessage(string name,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,956 questions
asked 2022-06-22T16:46:55.943+00:00
Singh, Rahul 6 Reputation points
commented 2024-10-17T01:52:10.29+00:00
Trieu Nguyen 0 Reputation points
1 answer

npm ci instead of npm install in NodeJs Azure Function App

I am using SCM_DO_BUILD_DURING_DEPLOYMENT feature in my Azure Function App written in NodeJs. I would like to customize the install behavior logic so that instead of npm install npm ci the command is run. Could anyone advise what should I do to achieve…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
asked 2024-09-05T08:03:12.77+00:00
Olga Andreeva 126 Reputation points
commented 2024-10-17T01:03:15.6433333+00:00
Khadeer Ali 90 Reputation points Microsoft Vendor
1 answer

How can I test whether ZRS is working in Azure App Functions and Webapps?

I have enabled ZRS for my azure app functions and azure webapps, but how can we know whether it is working? we cannot completely relay on Microsoft statement. Is there any way to test it or how can we validate it?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,800 questions
asked 2024-04-09T03:20:01.5133333+00:00
I, Sathavahana SBOBNG-PTIY/CMJ 0 Reputation points
commented 2024-10-16T20:14:26.3533333+00:00
Christian Martins 0 Reputation points
0 answers

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,023 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,925 questions
Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
354 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,248 questions
asked 2024-10-07T18:10:19.88+00:00
Sean Stroup (Feith) 0 Reputation points
commented 2024-10-16T17:25:55.3333333+00:00
Sean Stroup (Feith) 0 Reputation points
2 answers One of the answers was accepted by the question author.

Extract status of azure function activity in adf

How to extract status of azure function activity in adf using dynamic expression? @activity('AzureFunction').output.executionDetails[0].status is not working as it is not able to find executionDetails in its output.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,731 questions
asked 2024-10-16T07:39:36.0566667+00:00
Aniesha Razdan 40 Reputation points
accepted 2024-10-16T15:09:44.4066667+00:00
Aniesha Razdan 40 Reputation points
2 answers

Error in function execution: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 18 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')

Hello, I'm running Visual Code Studio on a Mac, I have a valid Azure Subscription with a SQL Server, a SQL Database that I can access using Azure Data Studio. I'm struggling already days on this topic. I have an Azure Function with System-Assigned…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,023 questions
asked 2024-10-08T08:58:24.1233333+00:00
Philippe Vlaemminck 1 Reputation point
commented 2024-10-16T14:04:53.34+00:00
LeelaRajeshSayana-MSFT 15,476 Reputation points Microsoft Employee