4,571 questions with Azure Functions tags

Sort by: Updated
1 answer

Recovering deleted Azure Function

Hi, I have inadvertently deleted a deployed azure function. Does MSFT keep these somewhere for a short period of time before deleting them? Is there a way to recover it? thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 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,070 questions
asked 2024-07-06T20:34:22.7066667+00:00
CARMELO IARIA 0 Reputation points
answered 2024-07-06T21:13:31.14+00:00
Andreas Baumgarten 102.6K Reputation points MVP
1 answer

Function with Event Hub Trigger doen't follow maxWaitTime in host.json

Hello, I am trying to trigger an Azure function after every 10 minutes using the Event Hub. The host.json has max batch size of 100, so if either of the above is satisfied , the function should fire. But the custom metrics (in App Insights table) which…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
591 questions
asked 2024-07-04T16:33:36.6366667+00:00
dotnet_guy 10 Reputation points
edited an answer 2024-07-06T15:37:12.8433333+00:00
Sina Salam 6,581 Reputation points
6 answers One of the answers was accepted by the question author.

Cost to run a durable function

I have a durable function that completes the following job: takes a zip file of many pdf documents unzips it scans/ocr the pdfs using form recognizer moves the pdfs into another folder moves the json (scanned pdfs) into another…

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,972 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,285 questions
asked 2022-09-16T10:57:57.827+00:00
Matt Dorsey 151 Reputation points
commented 2024-07-06T10:43:23.4766667+00:00
Bryce Donald 0 Reputation points
1 answer One of the answers was accepted by the question author.

Logic App & Azure Functions Course and Training

We are currently engaged in a substantial project aimed at constructing our automation tool using Azure Logic App & Azure Functions. While we do have some knowledge about Logic App and how to build it, we often rely on searching through Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,273 questions
asked 2023-10-30T22:11:05+00:00
Ranya Hassan - MS Cloud - IO HWAN 60 Reputation points
commented 2024-07-06T02:48:25.4966667+00:00
YASWINI PRIYA KG 0 Reputation points
0 answers

Azure Function doesn't have HTTP Triggers when deployed

OS: macBook M1 Repro Steps: Create a Python project with HTTP Trigger function using Function Core tools and open it in VS Code. Create a Python Linux Consumption function app. Deploy the project to the above function app. Check whether there is a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-07-05T18:20:20.23+00:00
Rishab Kumar 0 Reputation points MVP
0 answers

Azure Function not showing HTTP Triggers when deployed.

OS: macOS M1 Repro Steps: Create a Python project with HTTP Trigger function and open it in VS Code. Create a Python Linux Consumption function app. Deploy the Python project to the above function app. Check whether there is a HTTP Trigger function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-07-05T17:47:21.0733333+00:00
Rishab Kumar 0 Reputation points MVP
0 answers

Github Actions Deployment is Failing for this exercise

I am running into the following error when trying to deploy the Azure Function from this exercise using Github Actions. Here is the error I get: Run azure/login@v1 Running Azure CLI Login. /usr/bin/az cloud set -n azurecloud Done setting cloud:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,237 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
28 questions
asked 2024-07-05T17:00:57.5633333+00:00
Siraj Ahmadzai 0 Reputation points
edited the question 2024-07-05T17:02:03.8333333+00:00
Siraj Ahmadzai 0 Reputation points
0 answers

Azure Durable Functions, Python: singleton non-overlapping cron

I want to run a cleanup function as part of my bigger Azure Function in Python. Similar to cron, but needs to be: non-overlapping/singleton, can't have two cleanups running at the same time, long running but short cadence, e.g. it runs for ~5-20…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-07-05T13:19:44.67+00:00
Rok Carl 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to increase limit of workitem links assigned to workitem in ADO?

Currently limit of a single workitem to be linked to any other workitem is 1000, is there a possibility that we can increae the limit.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
668 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
212 questions
asked 2024-07-04T13:06:14.62+00:00
Ritika Kumari, Vodafone 40 Reputation points
edited the question 2024-07-05T06:30:38.6733333+00:00
AllenLiu-MSFT 42,431 Reputation points Microsoft Vendor
0 answers

How to fix Error response 404 The specified blob does not exist?

2024-06-27T08:55:18Z [Warning] Error response [0c8f4843-79f3-411c-8268-bf6158e1728a] 404 The specified blob does not exist. (00.0s) The error message is here. I tried to build a HTTP-triggered function app that can read from blob storage and write into…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-06-27T09:05:26.03+00:00
Jesse Zhao 0 Reputation points
commented 2024-07-05T04:40:01.7066667+00:00
navba-MSFT 19,655 Reputation points Microsoft Employee
0 answers

azure account and I want to set up a win2012r2 server,

I have an azure account and I want to set up a win2012r2 server, but there is no win2012r2 in the list. I know that the support has been discontinued and it causes security problems because it will no longer be updated, but I still want to set up a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 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,575 questions
asked 2024-07-04T12:21:13.4233333+00:00
zloooy_fe zloooy_fe 5 Reputation points
edited the question 2024-07-05T01:43:32+00:00
Jiale Xue - MSFT 42,151 Reputation points Microsoft Vendor
1 answer

We are facing the below error intermittently in Azure Function app - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

We are facing the below error intermittently in Azure Function app - Error details: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,023 questions
asked 2024-07-03T06:38:21.9566667+00:00
K Megha 1 Reputation point
edited an answer 2024-07-04T21:24:26.58+00:00
Amira Bedhiafi 18,501 Reputation points
1 answer One of the answers was accepted by the question author.

Asking about the challenge's perks

Hello, I just wanted to ask that this challenge mentioned that it has some perks with it for top students. And i didn't even received a certificate yet. II just wanted to make sure that it their some terms and conditions or should i wait more for my…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-07-04T13:17:25.3166667+00:00
Mishika Rai 20 Reputation points
commented 2024-07-04T20:39:02.7033333+00:00
Mishika Rai 20 Reputation points
0 answers

VNet integrated flex consumption app unable to connect to KeyVault via service endpoint

Hi, I have a question about vnet integrated flex function apps and accessing other resources privately using service endpoints Situation: I have Flex consumption app successfully deployed and vnet integrated so all outbound traffic is via the virtual…

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,175 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 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,070 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,267 questions
asked 2024-06-30T23:05:51.97+00:00
David 20 Reputation points
commented 2024-07-04T19:11:12.98+00:00
Raja Pothuraju 1,275 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I'm getting a runtime error in my functions app but only in Azure, locally everything works fine and neither any issues in my Azure DevOps pipeline.

The error I'm getting is: Microsoft.Azure.WebJobs.Script: Error building configuration in an external startup class. StoringenDWG.Functions: Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=8.0.0.0,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,574 questions
asked 2024-07-02T18:54:52.1366667+00:00
Bjorn Lenoir 20 Reputation points
accepted 2024-07-04T18:18:16.6366667+00:00
Bjorn Lenoir 20 Reputation points
2 answers

Why does my newly created .NET 8 azure function use dotnet, while upgraded ones use dotnet-isolated?

Hello all, I recently migrated a few azure functions from .NET 6.0 to .NET 8.0, mostly using the in place Visual Studio 2022 upgrade process. One of the last steps after upgrading is to update your local.settings.json to this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,574 questions
asked 2024-07-03T21:23:52.92+00:00
Brendan Finnegan 46 Reputation points
answered 2024-07-04T14:07:15.3033333+00:00
Pinaki Ghatak 2,795 Reputation points Microsoft Employee
0 answers

Time Synchronisation across Azure Function and VMs (Linux / Windows)

Hi, I am looking into how I can provide a solution so the workloads I have in Azure are all time synchronised using the same source. I have a number of VM (Linux/Windows) as well as a number of PaaS services. the function mainly resides in Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,476 questions
asked 2024-07-04T11:45:05.0366667+00:00
GRAY Mike 161 Reputation points
0 answers

Missing cypher suites for TLS1.3 in azure function environment

I am trying to make a timer triggeres function, that must access a website with TLS1.3 as only TLS option. Same website has 3 cipher suites that can be used and no preference: TLS_AES_128_GCM_SHA256 TLS_AES_256_GCM_SHA384 …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-07-01T18:39:18.2533333+00:00
Ib Sandstrøm 0 Reputation points
commented 2024-07-04T10:30:04.5033333+00:00
Ben Gimblett 3,835 Reputation points Microsoft Employee
0 answers

Access APIM API from Azure Function with Managed Identity.

I have created a function app to call an API from APIM and I have added security of Auth 2.0 in the API settings. Also I have added Managed identity to the function app , and added that managed identity in APIM IAM as a API Management Service Reader…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,910 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-07-02T08:58:52.4133333+00:00
Megha KG 0 Reputation points
commented 2024-07-04T08:56:05.73+00:00
Ben Gimblett 3,835 Reputation points Microsoft Employee
2 answers

Outbound IP of the function app in Basic pricing tier

Hi Team, We have a Function App on the Basic pricing tier, and we are trying to whitelist its outbound IP address in our Azure SQL Server. However, when I check the incoming logs of the SQL Server, the client IP from the Function App appears as 0.0.0.0.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
asked 2024-07-01T06:25:13.5966667+00:00
Amber Huang 0 Reputation points
commented 2024-07-04T08:40:48.8333333+00:00
SwathiDhanwada-MSFT 18,466 Reputation points