4,542 questions with Azure Functions tags

Sort by: Updated
1 answer

Enable App Catalog of SharePoint Online Sites

Hi, I have a requirement of enabling App catalog of multiple sharepoint sites. But here I cannot use PowerShell to achieve this. So the alternate source is creating an end point via Azure Functions. Please let me know your ideas/thoughts on the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-13T14:54:56.1966667+00:00
Sudheer Madduru, Naga 0 Reputation points
answered 2024-06-30T04:59:19.6766667+00:00
Vahid Ghafarpour 20,475 Reputation points
0 answers

"message": "Request body validation error. See property 'x-ms-acsemail-geoforward-acsarmresourceid'" Troubleshooting Guidance

I'm seeing the following error 50% of the time I send an email: "message": "Request body validation error. See property 'x-ms-acsemail-geoforward-acsarmresourceid'" The emails are sent from an Azure Function via the EmailClient…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-28T02:03:35.72+00:00
Barry Gausden 45 Reputation points
commented 2024-06-29T21:35:17.5433333+00:00
Mark Forster 0 Reputation points
1 answer

Azure function -storage

Hi, As part of learning, I am trying to create Azure function, while doing it I don't see "Storage" tab and I continue to create AZ function. But from my learnings I remember that storage account required for AZ functions. So, Do I need to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-29T06:48:40.0533333+00:00
Nikhil k 0 Reputation points
commented 2024-06-29T13:42:53.9433333+00:00
Nikhil k 0 Reputation points
0 answers

Exam voucher not received after completing Microsoft Azure Virtual Training Day: Fundamentals (14 April to 15 April)

Exam voucher not received after completing Microsoft Azure Virtual Training Day: Fundamentals (25 April to 26 April) I have not yet received a completion or exam voucher email. What should I do?

Bing Visual Search
Bing Visual Search
A Bing service that gives you rich insights to help build compelling image applications on the device of your choice.
24 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,447 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,977 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,559 questions
asked 2024-06-29T05:11:52.95+00:00
Tamil Selvan M 5 Reputation points
1 answer

Cannot review the uploaded files after initial commit in VSCode

After initial function app deployment. I return to the Web Portal and cannot review the uploaded files. I am shown 'This function has been edited through an external editor. Portal editing is disabled.' There is another issue for me is that I cannot…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-27T15:50:31.88+00:00
Ben Smith 0 Reputation points
commented 2024-06-29T00:08:37.4466667+00:00
Sina Salam 6,341 Reputation points
1 answer

How to fix this error: The package reference 'Microsoft.NETCore.Targets' should not specify a version.

I am reaching out to seek assistance with a challenge I've encountered during the migration of our projects to the .NET 8.0 isolated worker model and Azure Functions v4. Despite following the provided documentation closely, the build process is not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
asked 2024-04-23T21:41:22.9733333+00:00
Venkata Sridhar Perepu 10 Reputation points Microsoft Vendor
commented 2024-06-28T22:24:56.36+00:00
Kumar, Ganesh 0 Reputation points
2 answers

About Azure Functions maxDequeueCount in host.json

Hi, I'm using Azure Functions (Python) and configuring to executed the function just once so that it terminates and send the message to poison queue. I'm setting maxDequeueCount to one, but it won't work. This is my host.json file { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2024-06-23T06:44:44.7533333+00:00
Jona 455 Reputation points
answered 2024-06-28T22:02:02.62+00:00
Jona 455 Reputation points
1 answer

Configuring Azure Function to authenticate against OnPremise Windows File Server?

Could you please let me know the authentication methods supported for the Azure function peered with the ExpressRoute VNET to have read and write access to the shared folder on the Onpremise File server? The target file server is running Windows Server…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,121 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,275 questions
asked 2024-06-20T03:33:20.1+00:00
EnterpriseArchitect 4,976 Reputation points
answered 2024-06-28T20:28:35.33+00:00
Pinaki Ghatak 2,635 Reputation points Microsoft Employee
1 answer

Azure Policy for enabling diagnostic settings for WebApp/Function App - No resources remediated

I am working in an existing Azure environment where there is no governance and I am in the process of creating Azure Policies. Currently I am working on creating Azure Policy to enable Diagnostic settings for Azure Web App, Azure Function App and Web…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,956 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
819 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,247 questions
asked 2024-06-21T12:32:23.14+00:00
Senthil Ramadoss 0 Reputation points
answered 2024-06-28T20:20:32.3066667+00:00
Pinaki Ghatak 2,635 Reputation points Microsoft Employee
1 answer

Azure functions not working inside docker

I created one azure function using the following command: func init --worker-runtime python --docker func new --name HttpExample --template Then I created a docker image using the following dockerfile: FROM mcr.microsoft.com/azure-functions/python ENV…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-24T06:19:44.42+00:00
Chirantan Datta 0 Reputation points
answered 2024-06-28T20:12:33.44+00:00
Pinaki Ghatak 2,635 Reputation points Microsoft Employee
0 answers

Problem loading 'code and test' window in azure function

I am attempting to fix an error on an azure function I deployed, but only see a loading screen indefinitely. I deployed a similar function only a few days ago with no issue, so I'm quite confused as to what is causing this

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-27T09:46:43.1033333+00:00
Andrew Kelly 0 Reputation points
commented 2024-06-28T17:20:09+00:00
Luis Arias 5,751 Reputation points
1 answer

.NET 8 upgrade issue for functions using Durable functions and Orchestrator

I have upgraded Function which uses Orchestrator and Durable functions from .Net 6 to .Net 8 (isolated model) and after upgrade when I am trying to run the function, I am getting the error. An unexpected failure occurred while processing instance…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 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,554 questions
asked 2024-06-28T11:40:03.35+00:00
Vivek Nirale 0 Reputation points
answered 2024-06-28T16:28:55.2866667+00:00
Bruce (SqlWork.com) 59,806 Reputation points
3 answers

Unable to test/run Azure Function form the portal

Getting this warning message when I am trying to test/run a function through the Azure portal. Running your function in portal requires the app to explicitly accept requests from https://portal.azure.com. This is known as cross-origin resource sharing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2023-06-12T18:00:05.4066667+00:00
Henry Lam 30 Reputation points
commented 2024-06-28T08:47:57.6733333+00:00
Atharva Sarage 0 Reputation points Microsoft Employee
0 answers

Moving from Azure Function Consumption to Flex Consumption breaks DevOps pipeline

Hi, I have a function app in Python 3.9. This function is deployed to Azure with a DevOps CI/CD pipeline. First, this function app was in Consumption mode. Big downside is that passwords for api calls, etc. are store in the code. We asked Microsoft to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-27T13:51:24.79+00:00
Valentin LABAT 5 Reputation points
edited a comment 2024-06-28T07:34:00.37+00:00
Valentin LABAT 5 Reputation points
0 answers

Azure function blob trigger not working through UAMI

Hi, I have deployed a function app and I have created blob trigger using Node / JavaScript V4. Due to organization policy we cannot use Key or Shared access token, and hence I am using UAMI for authentication to storage account from function app. I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-28T04:02:39.01+00:00
Kaustubh Lohiya 0 Reputation points
edited the question 2024-06-28T07:33:17.8966667+00:00
PRADEEPCHEEKATLA-MSFT 83,886 Reputation points Microsoft Employee
0 answers

Azure function portal UX crashes every time I update App Service authentication settings

I changed the unauthenticated requests part. Then, the page crashed. It can repro every time. azure function portal crash.gif

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-28T07:27:01.2233333+00:00
Bo Xiao 0 Reputation points Microsoft Employee
1 answer

Integrate Swagger with Azure Function using .Net 8.0

Hi, I'm currently trying to integrate Azure Functions with Swagger. I've successfully done this for .NET 6.0, and now I am trying to do it using .NET 8.0. However, I am unable to find a proper solution, and all the references I find on the internet have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
asked 2024-06-27T14:15:01.5966667+00:00
Chethan Ramesh 0 Reputation points
commented 2024-06-28T06:21:56.87+00:00
Chethan Ramesh 0 Reputation points
0 answers

Azure function intermittent error during cold start after converting to .NET 8 isolated worker

I have an Http Trigger Azure function that has been working fine for the past 2 years. It is an Azure Function running on a Windows Consumption App Service Plan. I recently updated from .net6 in-process to .net8 isolated worker model. After the upgrade…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-19T07:27:45.3233333+00:00
Ralph Barton 20 Reputation points
commented 2024-06-27T21:36:14.6733333+00:00
Andreas Nyhrén 10 Reputation points
4 answers

func command not found while using Azure Functions locally.

I am trying to run Azure Fuctions locally on Windows PC using VS Code. I have already installed Azure Functions Core Tools by following Microsoft Documentation but still facing the same issue. Please, help me to solve this issue.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,030 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2022-09-19T13:41:38.17+00:00
Shubham Tomar 1 Reputation point
commented 2024-06-27T19:53:32.7066667+00:00
Daniel Narvaez 0 Reputation points
1 answer

How can I get my tenant ID, Client ID and Client Secret for an ionq_simulator job

I am trying to run a starter code in cirq's native IDE, i'm almost there, but when I tried to run in on the 'ionq_simulator' but I need a host of ID's to do that, such as the Resource ID, Tenant ID, Client ID and Client Secret. I got the resource ID from…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
64 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2024-06-26T03:05:13.17+00:00
Joseph Ezuma 0 Reputation points
commented 2024-06-27T17:18:37.8433333+00:00
kobulloc-MSFT 25,561 Reputation points Microsoft Employee