5,039 questions with Azure Functions tags

Sort by: Updated
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,039 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 245 Reputation points Microsoft Vendor
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,039 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,402 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 245 Reputation points Microsoft Vendor
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,039 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,166 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
903 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,039 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,402 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 245 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,039 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,039 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,972 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,039 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 245 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,039 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,821 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
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,039 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,758 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,039 questions
asked 2024-10-08T08:58:24.1233333+00:00
Philippe Vlaemminck 6 Reputation points
commented 2024-10-16T14:04:53.34+00:00
LeelaRajeshSayana-MSFT 15,556 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to read Excel in Sharepoint in Azure Functions and send email in Azure Functions using Python

Hello all, I want to read Excel data in SharePoint as df using Python. Currently, I am test my code in my local Workspace. But always get error. I am wondering if I need to deploy first then test it. And do anyone know the code of reading Excel from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,009 questions
asked 2024-05-03T01:08:23.6666667+00:00
Olivia Chen 20 Reputation points
edited a comment 2024-10-16T13:23:07.9833333+00:00
Drew 0 Reputation points
1 answer

Scaling out Azure function with Linux container deployment on Dedicated hosting plan is not working as expected

I have Azure function with Linux container deployment (hosting Python function) on Dedicated hosting plan - Premium v3 P2V3, that comes with 16GB of RAM. I am using Service Bus trigger. When I use Manual scale out method and set instance count to 3, I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
asked 2024-10-15T13:29:38.27+00:00
Mladenovic, Dusan (EXT) 0 Reputation points
edited an answer 2024-10-16T09:34:10.54+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
1 answer

Skip particular requests to be logged in Application Insights

Hello! I'm struggling with configuring Application's Insights Telemetry Client. I have Headless Sitecore application with Vue on client side and Nodejs express that used as proxy. Currently we have application insights in place but facing a lot of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
asked 2024-10-15T13:22:21.2333333+00:00
Maksym Shportko 0 Reputation points
answered 2024-10-16T09:10:20.78+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
2 answers

How to use FastAPI routers in azure app functions

I'm trying to use FastAPI within my Azure App function. I've followed the MS tutorial and finally come up with the following files : function_app.py import azure.functions as func from fastapi_app.main import app as fastapi_app app =…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
asked 2024-10-11T13:26:22.8933333+00:00
BERGES Armand 0 Reputation points
answered 2024-10-16T09:06:26.68+00:00
Pinaki Ghatak 4,380 Reputation points Microsoft Employee
1 answer

Function App gives error after enabling the Entra Authentication for App Insights

Currently we are sending telemetry data from our .Net function app to Application Insights using connection string. But we need to move away from using connection string as it might be a security concern. Hence we wanted to use Managed Identity for the…

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,290 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 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,972 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,821 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,938 questions
asked 2024-10-15T14:57:44.2633333+00:00
RohanM 0 Reputation points Microsoft Vendor
edited a comment 2024-10-16T09:00:43.0133333+00:00
RohanM 0 Reputation points Microsoft Vendor
0 answers

Issues with Calling Multi-Tenant Azure Function API from SPFx WebPart

Hello everyone, We are currently building a multi-tenant web API hosted as an Azure Function App, and we need to call this API from a SharePoint Framework (SPFx) web part. We have successfully set up the authentication, and we can access the API from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,753 questions
asked 2024-07-27T13:20:32.52+00:00
Bhushan Gawale 316 Reputation points
commented 2024-10-16T08:43:04.51+00:00
Jakub Husařík 0 Reputation points
2 answers

How to view contents of function app zip post deployment?

I have published a function app using the below command func azure functionapp publish timedapicall --build remote --python I see an entry in storage account's scm-releases container. However, if i try to download and open the zip file, it keeps…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
asked 2024-07-07T02:05:31.3466667+00:00
Ashwin Venkatesha 230 Reputation points
answered 2024-10-16T06:22:03.91+00:00
Ashwin Venkatesha 230 Reputation points
0 answers

Não consigo acessar nenhuma conta, nem Power BI, nem Microsoft 365, nem Azure. Não recebo o código no authenticator no app, mas os logins não dão outra opção de entrada. Parece até que o cadastro de um "bug"

Não consigo acessar nenhuma conta, nem Power BI, nem Microsoft 365, nem Azure. Não recebo o código no app do Microsoft Authenticator. Todos eles pedem o código microsoft authenticator, porém há um agravante, após a tela da senha, ele não dá nenhuma opção…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,006 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,974 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,402 questions
asked 2024-10-09T18:29:48.0966667+00:00
Barbara Placco 0 Reputation points
edited the question 2024-10-16T04:19:27.22+00:00
Khadeer Ali 245 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

After upgrading 'Microsoft.Extensions.Logging.Abstractions' package to latest version , azure function is not working

As a part of package updation, we have updated 'Microsoft.Extensions.Logging.Abstractions, to the latest version 8 and after this azure function is not working and we are seeing below error message in azure function While build locally also we are…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
asked 2024-02-08T14:16:22.2733333+00:00
lakshmi 746 Reputation points
commented 2024-10-15T20:21:52.7966667+00:00
Emma Shakespeare 0 Reputation points
2 answers

listsecrets API not working in .NET 8.0 Function App

I have a Function app that gets deployed via an ARM template. As part of the deployment, it creates an Action Group pointing to one of the HTTP trigger functions in the app. This has worked fine for a year or so now. I am currently in the process of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
asked 2024-10-15T14:39:40.1033333+00:00
Matthew Dowst 11 Reputation points
answered 2024-10-15T20:02:23.9+00:00
LeelaRajeshSayana-MSFT 15,556 Reputation points Microsoft Employee