4,284 questions with Azure Functions tags

Sort by: Updated
0 answers

How to bulk insert CSV from Azure Blob to Azure Sql using Azure Function v2 (python)

I have the following code below that inserts one line into an azure sql DB. How would I modify this code to bulk insert from Azure Blob (csvs) to Azure Sql using Azure Function v2 (python)? import azure.functions as func import logging from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,435 questions
asked 2024-04-22T11:00:24.2666667+00:00
jim01011 0 Reputation points
commented 2024-04-30T04:44:52.87+00:00
SwathiDhanwada-MSFT 17,556 Reputation points
1 answer

Azure Function 4 deployment fails with "Encountered an error (BadGateway) from host runtime."

A few days ago, I started getting the infamous "BadGateway" errors when I attempted to deploy a new version of my Azure Function. Yes, it is the dreaded "Syncing Triggers" issue...(debug log below) This was working before, I made…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-15T17:11:12.1733333+00:00
Zoltan Solya 21 Reputation points
commented 2024-04-29T19:57:55.56+00:00
Zoltan Solya 21 Reputation points
1 answer

ARM template deployment resets tags for function app

I first deployed an Azure function app using ARM templates, the ARM template includes a couple of tags as well. Now I want to add new app-settings to the Function-App, Adding those through ARM template deployment is causing my 'Tags' to be deleted, Need…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-29T16:17:14.5433333+00:00
Ankur Deswal 0 Reputation points
answered 2024-04-29T19:57:17.0133333+00:00
Luis Arias 4,796 Reputation points
1 answer

Unable to deploy Azure Function (VSCode) with "arcgis" (latest) python package

Hi I try to deploy an Azure Function App through VSCode. The deployment takes more than half an hour and never succeeds when in my requirements.txt the python package "arcgis" is listed. At least the arcgis latest version does not work for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-12T05:55:47.1466667+00:00
Meyer Lorenz (IT-PTR-BDE4) 5 Reputation points
answered 2024-04-29T19:18:59.1933333+00:00
Ryan Hill 25,826 Reputation points Microsoft Employee
1 answer

Azure Function App Erro

Hi Everyone, I am currently working as a newcomer in the realm of Azure Digital Twins. I am reaching out to seek your expertise on a particular issue I've encountered. In my current project, I am utilizing TwinCAT3 to establish connectivity with Azure…

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
220 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,123 questions
asked 2024-04-29T15:01:13.56+00:00
Jayashri Goddanti 0 Reputation points
commented 2024-04-29T17:13:16.48+00:00
Sander van de Velde 28,546 Reputation points MVP
1 answer

Function disappearing from Azure Function App

Hi , Im using azure function app triggered by service bus and coding with Python. when I adding the following line : from azure.storage.blob import BlobServiceClient The function disappearing from Azure Function App. I added azure.storage.blob to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-26T22:45:17.34+00:00
Dor Aharony 0 Reputation points
edited the question 2024-04-29T17:00:50.28+00:00
MayankBargali-MSFT 68,641 Reputation points
4 answers

Azure Static Web App function API refusing connection from web app

I have a Blazor WASM app deployed to an Azure Static Web app with a managed .NET 8 isolated Azure Function API. When calling the API directly from Postman using the auto-generated web app URL + the API route I receive the expected response and can see a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,387 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,395 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
766 questions
asked 2024-03-10T19:43:13.2+00:00
Beau 0 Reputation points
answered 2024-04-29T16:08:17.1466667+00:00
Bruce (SqlWork.com) 56,531 Reputation points
1 answer

how can I run PySpark in an Azure Function App?

Hi. I'm struggling to run pyspark in an Azure Function App. It returns me Java Runtime error. Is there a way to set Az Function App configuration to run PySpark?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2022-11-10T14:41:45.833+00:00
Eduardo Soares Penido 11 Reputation points
answered 2024-04-29T15:36:33.7033333+00:00
Leonardo Martins 0 Reputation points
0 answers

Azure Function Python V2 with bindings to Azure SQL Database

I'm using Azure Functions V2 (Python 3.11). Here you can read that V2 replaces the function.json file with function decorators:…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-29T12:55:35.0966667+00:00
Louis Deconinck 0 Reputation points
0 answers

Enabling 'Outbound internet traffic' feature is not taking effect in FunctionApp - VNet integration.

Hi, We have a number of Web and Function Apps which are VNet Integrated. The subnets associated with each of these Web/Function Apps have Route Table and NSG configured. We have a central Azure Firewall which is configured to handle all outbound internet…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 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,149 questions
asked 2024-04-29T12:08:51.8533333+00:00
Mohammad Irfan Liaqat 20 Reputation points
0 answers

How to fix Microsoft.Azure.WebJobs.Host.FunctionInvocationException on a windows function app?

I have a durable function app running in Azure that works on Linux but throws an exception when ran on Windows. The exception is a Microsoft.Azure.WebJobs.Host.FunctionInvocationException with this error: System.InvalidCastException: Unable to cast…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-25T21:34:21.59+00:00
Jonathan Stefani 0 Reputation points
commented 2024-04-29T10:55:10.32+00:00
Alcides Melo 0 Reputation points
1 answer

Where to store SMTP server name and other arbitrary info in Production on Azure?

My task: Make web apps to process or create Excel spreadsheets from database data. The production environment will be on the Microsoft Azure ecosystem somewhere. We don't know which tool to use quite yet. I'm still doing research on which tool is the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-25T11:38:43.9966667+00:00
Chuck Roberts 45 Reputation points
commented 2024-04-29T10:27:48.8833333+00:00
Chuck Roberts 45 Reputation points
0 answers

Why azure function consumes more RAM after scaling up App Service Plan?

Hello! I have App Service Plan for my Function Apps with 14 function apps in it. App Service Plan is Elastic Premium 1 with 3.5 GB RAM. During usage of EP1 each function app consumes ~140 Mb of RAM so I decided to scale up from EP1 to EP2. After…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-02-09T15:01:13.9+00:00
Yevhen Chubarov 20 Reputation points
commented 2024-04-29T10:26:20.3033333+00:00
Yevhen Chubarov 20 Reputation points
2 answers

How to optimize amount of data sent via LogsIngestionClient.upload operation

Hi, I am using logs ingestion client in python to upload data. My usecase is to read messages off of aws sqs and build payloads that can be sent via LogsIngestionClient client. I built a simple timer trigger function app that reads aws sqs for new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
982 questions
asked 2024-03-26T01:19:20.7733333+00:00
Ashwin Venkatesha 105 Reputation points
answered 2024-04-29T09:37:43.6133333+00:00
Pinaki Ghatak 2,395 Reputation points Microsoft Employee
0 answers

Getting 502 Bad Gateway intermittently for Azure Functions in North Europe the last 2 weeks

Since about 2 weeks we are getting intermittent 502's from two of our Azure Functions. We are unable to track it to any code changes (one service hasn't been re-deployed in over a month). To mitigate we have tried restarting and re-deploying one of the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-25T08:55:16.5266667+00:00
Erik Lindqvist 0 Reputation points
edited a comment 2024-04-29T09:11:57.43+00:00
Erik Lindqvist 0 Reputation points
0 answers

How to write APIM (Azure API Mgt Svc) Policy to implement RBAC (Role Based Access Control) to restrict access to my Azure Func?

I want to create service two principals using "az ad sp create-for-rbac" and assign custom roles to them using "az role definition create" and "az role assignment create". Then I want to log in as each service principal…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-03-26T22:12:19.53+00:00
Siegfried Heintze 1,861 Reputation points
commented 2024-04-29T08:14:31.0133333+00:00
Ben Gimblett 3,410 Reputation points Microsoft Employee
1 answer

Migrate Function App from In process to Isolated process

I'm trying to migrate my functions from in process to isolated process. Previously we used to configure service bus options in the startup like this : services.Configure<ServiceBusOptions>(options => { options.MaxConcurrentCalls = 100; …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-29T02:56:48.0966667+00:00
Sourav 140 Reputation points
commented 2024-04-29T06:38:42.07+00:00
Sourav 140 Reputation points
0 answers

Using Microsoft Document Intelligence along with Azure Function Blob Trigger

Hi, I want to use a blob trigger with Microsoft's Document Intelligence. What should be the remaining code to analyze multiple documents I have stored in my blob storage container? Additionally, I also want the script to trigger any time I upload a new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 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,379 questions
asked 2024-04-29T06:32:48.6033333+00:00
Harsh Khewal 105 Reputation points
1 answer

Azure APIM | Connection issues

Hi I have an APIM with backends created. These backends point to an Azure Function App. I am receiving frequent logs like The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. A connection…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,760 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
asked 2024-04-23T12:18:31.2166667+00:00
Abhay Chandramouli 966 Reputation points
commented 2024-04-29T06:16:09.36+00:00
JananiRamesh-MSFT 21,246 Reputation points
0 answers

Azure Logic App Functions runtime error

I have setup my Azure Logic App - Standard Workflow and successfully setup the workflows and have multiple successful runs. But suddenly, it throws an error "System.Private.CoreLib: The user name or password is incorrect. :…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,852 questions
asked 2024-04-29T03:34:14.17+00:00
user20201 326 Reputation points