4,644 questions with Azure Functions tags

Sort by: Updated
0 answers

Issue with Deployment Slot in Testing Server

Once I deploy the Code to the testing server in azure app service, I swap to the production slot. After sometime the code in the testing slot will point to an old date. So I have to re-run all the jobs in the GitHub so the code is redeployed again to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,556 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,363 questions
asked 2024-07-22T04:18:53.6333333+00:00
Darshan Sreedhar 0 Reputation points
0 answers

Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host

I am using azure .net sdk to get resources from azure subscription account specifically i am making getresources call using IAuthenticated(Credetials) IAuthenticated.WithSubscription(SubscriptionId).GenericResources.List() I was getting below error The…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-03T09:38:55.6966667+00:00
Ghanshyam Bosmiya 0 Reputation points
edited the question 2024-07-22T03:51:53.0466667+00:00
RDash 1,505 Reputation points Microsoft Vendor
0 answers

Cannot access the storage account after VNet integration is enabled on the Azure functions flex consumption preview

I have tried the preview of the Azure Functions Consumption plan; and I am unable to access the storage account that stores the function code, once I have enabled the VNet integration. The VNet is delegated to the 'Microsoft.App/environments', and I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-16T02:27:14.13+00:00
GrowgreenAppdev 0 Reputation points
edited the question 2024-07-22T03:47:55.67+00:00
KapilAnanth-MSFT 41,071 Reputation points Microsoft Employee
1 answer

How to automate integration testing for Azure Resource Protected by Private End Points?

My bicep file deploys and creates a service bus queue (protected by a firewall) and a function app (and associated storage account) protected by private end points. The Function app reads the queue and creates log statements. For manual testing, we…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-16T19:51:54.2766667+00:00
Siegfried Heintze 1,861 Reputation points
edited the question 2024-07-22T03:47:28.0233333+00:00
KapilAnanth-MSFT 41,071 Reputation points Microsoft Employee
0 answers

Azure functions issue after .net 8 upgrade

we are upgrading the azure function from .net 3.0 to .net 8.0 , i have updated the docker file to deploy.Its deployed as a container in linux app service plan. we get error in the runtime as and also error in the code+test section as what should i…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-19T14:12:12.4+00:00
larsan 0 Reputation points
edited the question 2024-07-22T03:23:37.7966667+00:00
vipullag-MSFT 25,941 Reputation points
1 answer

Internal Server Error while calling azure function from Azure data factory

We have written script to download some files from sharepoint to the azure blob storage. Ii have tested the code locally and on the portal too. This function will copy single files so we have placed azure function activity in a for each activity to run…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,137 questions
asked 2024-07-20T13:46:57.1066667+00:00
Mansi Yadav 40 Reputation points
answered 2024-07-21T16:11:28.1266667+00:00
Vinodh247 13,301 Reputation points
1 answer

Google drive on Azure without GCP

Hello, I'm wondering what options I have to transfer Google Drive data to Azure without GCP access. I found that the Google Drive API and Google Storage API require a Google Cloud account. What other options do I have to securely connect to and transfer…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
862 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,137 questions
asked 2024-07-21T12:18:22.7166667+00:00
Tony Minozi 0 Reputation points
edited an answer 2024-07-21T14:28:49.01+00:00
Dillon Silzer 56,361 Reputation points
1 answer

How pass an object to functions and keep the modifications in a Durable Function?

I've been working on learning more about Azure Functions and I'm currently working on a project using Durable Functions. I'm not sure if I'm not understanding correctly or if I'm just doing something incorrectly, but my understanding with Durable…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 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,630 questions
asked 2024-07-20T15:36:08.38+00:00
CandidKilsborne 20 Reputation points
answered 2024-07-21T13:43:48.0466667+00:00
Sina Salam 7,206 Reputation points
1 answer

Can't publish Function App: "SCM Basic Auth Publishing" keeps resetting to Off

I am trying to publish an Azure Function from Visual Studio, and keep gettng errors "The attempt to publish the ZIP file through [URL] failed with HTTP status code unauthorized." I also sometimes (but not always) get a warning message saying…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-06-21T19:37:25.75+00:00
Momo Jeng 5 Reputation points Microsoft Employee
commented 2024-07-21T10:55:30.8066667+00:00
Oren Horowitz 0 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to prepare for AZ104 Exam? because I am a beginner .

Please provide a good path for preparation and important questions.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,556 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,588 questions
asked 2024-07-21T09:48:27.92+00:00
Sangeetha T S 60 Reputation points
accepted 2024-07-21T10:04:58.23+00:00
Sangeetha T S 60 Reputation points
0 answers

Using Azure Function with IBM MQ

How can I install the MQ Client libraries or pymqi inside an Azure Function? I've tried including pymqi in the requirement.txt but was unable to install the library. I've checked online and it seems like the MQ Client libraries are needed, but I'm not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-20T13:54:35.3133333+00:00
Yang Chow Mun 121 Reputation points
0 answers

azure function app to use pymqi

I would like to use azure function to read and write from/into IBM mq. I have included pymqi in the requirement.txt but not able to install the library. Checked online seem like required to install MQ Client libraries. Anyone know how the MQ Client…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-20T13:51:21.3333333+00:00
Yang Chow Mun 121 Reputation points
0 answers

When I am sending a base64 string encoded file to azure functions for http trigger, it is sending a 413 error.

When I am sending a base64 string encoded file to azure functions for http trigger, it is sending a 413 error. {"statusCode":413,"message":"request entity too large"}. The base64Source: size.txt My code: import…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,531 questions
asked 2024-07-20T13:22:11.9266667+00:00
Ayush T24Global.com 0 Reputation points
commented 2024-07-20T13:46:04.4433333+00:00
Ayush T24Global.com 0 Reputation points
2 answers

Failure Anomalies notifies you of an unusual rise in the rate of failed HTTP requests or dependency calls.

Hi Team, I got an alerts Failure Anomalies notifies you of an unusual rise in the rate of failed HTTP requests or dependency calls. An abnormal rise in dependency failure rate. What is this alerts? what is the cause? what action needs to be taken for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-18T05:33:05.03+00:00
Ankush Gurjar 160 Reputation points
answered 2024-07-20T00:16:20.74+00:00
Deaaalden Mohmed 0 Reputation points
2 answers

Using Azure OpenAI / Copilot Application Outside of Portal to Answer Natural Language Questions with SQL Queries

I have been experimenting with Copilot on my Azure SQL databases, and I love the functionality of querying a database through plaintext and getting the results. I'm interested in making this available to non-technical users outside of the Azure portal.…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,614 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
193 questions
asked 2024-07-19T19:10:49.97+00:00
hampton123 1,160 Reputation points
answered 2024-07-19T19:18:29.6966667+00:00
hbjytdrsedfc 0 Reputation points
6 answers

Microsoft.Azure.WebJobs.Script: Did not find functions with language [powershell].

After stresstesting a WORKING PowerShell function in a consumption plan, suddenly I'm getting the error Microsoft.Azure.WebJobs.Script: Did not find functions with language [powershell]. The other powershell function app in the same consumption still…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 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,289 questions
asked 2020-12-23T11:46:41.06+00:00
Jos Lieben 1 Reputation point
answered 2024-07-19T17:36:58.77+00:00
James Wang 0 Reputation points
0 answers

The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

I am getting this error in a function app: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch These are the certificate details: subjectName: permissionsgatewayapi.trafficmanager.net hostNames:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
asked 2024-07-19T16:07:11.1266667+00:00
Sarish Tabish Sayyed 40 Reputation points Microsoft Vendor
0 answers

App Service Environment Migration

Hello, I'm new to App Service Environment/Function app on Azure. We have been told that our App Service Environment might needs to be updated to v3 because old versions will retire on August 31st, 2024. Is Function app related to App Service…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,363 questions
asked 2024-07-19T14:14:18.9433333+00:00
Gus-0185 20 Reputation points
edited a comment 2024-07-19T16:00:24.4266667+00:00
Ben Gimblett 3,845 Reputation points Microsoft Employee
0 answers

Package Publishing Step Fails for .NET 8 Azure Functions App

I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I amhaving some problems, I have not make a code change, I am only adding a postman test to be included via…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
asked 2024-07-19T14:27:22.47+00:00
Chidiebere Ugwu 5 Reputation points
0 answers

Package Publishing Step Fails for .NET 8 Azure Functions App

I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I amhaving some problems, I have not make a code change, I am only adding a postman test to be included via…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
asked 2024-07-19T14:23:17.08+00:00
Chidiebere Ugwu 5 Reputation points