4,426 questions with Azure Functions tags

Sort by: Updated
0 answers

Azure Zip deployment failed with log

commond: az webapp deployment source config-zip --name xxx -g xxx --subscription xxx --src .\dist.zip --slot second

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,076 questions
asked 2024-05-27T03:19:11.9633333+00:00
Lijiao Guo (Centific Technologies Inc) 0 Reputation points Microsoft Vendor
commented 2024-05-28T15:28:09.65+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points
2 answers

Azure Function - Run and Debug locally - ModuleNotFoundError: No module named 'requests'

Hello, When I Run and Debug this simple HTTP Trigger function which includes the library Requests, I obtain the errors "ERROR: Error: No module named 'requests', Cannot find module." "ModuleNotFoundError: No module named 'requests",…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-26T03:51:00.5366667+00:00
Lexignot 85 Reputation points
answered 2024-05-28T15:25:21.9033333+00:00
JananiRamesh-MSFT 22,221 Reputation points
1 answer

How to check if a SignalR Active Connection is still active or not within .Net8 Isolated SignalRTrigger Azure Function App

Earlier we were using InProcess and hence we had a refrence of InvocationContext which was working fine to check if the signalR connection is active or not to perform our own business logic. The same snippet follows below. if (await…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
124 questions
asked 2024-05-27T09:46:49.5266667+00:00
Sathasivam, Logesh 0 Reputation points
answered 2024-05-28T14:21:25.57+00:00
Sina Salam 4,546 Reputation points
2 answers

Azure Functions In-Process decomission

Hey  @AzureSupport, As described in the roadmap below, at some point we won't have In-process Azure Functions for .NET. My question is what will happen with already existing In-process Azure Functions in terms of codebase. Should all of the code be…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,483 questions
asked 2024-05-16T09:23:57.7166667+00:00
Karol IL 0 Reputation points
answered 2024-05-28T12:20:55.3233333+00:00
Karol IL 0 Reputation points
1 answer One of the answers was accepted by the question author.

Python Azure Function throws "SSLCertVerificationError" when try to invoke on-prem API endpoint

We have an azure function (linux) which runs python functions, one function should reach one of our on-prem servers (phpIPAM) via REST API. The server has valid certification, issued by our CA (we have 2 level CA environment: root CA-intermediate…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-27T07:55:44.9133333+00:00
Béla Tóth 20 Reputation points
accepted 2024-05-28T11:57:16.64+00:00
Béla Tóth 20 Reputation points
0 answers

Azure Service Bus Trigger Function Not Achieving Desired Concurrency Levels

I have implemented a system where requests are processed asynchronously using an Azure Service Bus. These requests initiate an operation that, once complete, returns a response to the initiating actor. My objective is to manage the flow of requests to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-28T04:01:34.21+00:00
akalanka sakalasooriya 0 Reputation points
edited the question 2024-05-28T04:41:16.5166667+00:00
akalanka sakalasooriya 0 Reputation points
1 answer

Function App Authentication Token

I am currently in the process of setting up authentication for my Azure Function App, following these steps: https://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service?tabs=workforce-configuration. I've followed…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-21T22:01:20.77+00:00
Ho, Keith D 80 Reputation points
commented 2024-05-28T00:04:56.45+00:00
Ryan Hill 26,321 Reputation points Microsoft Employee
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,426 questions
asked 2024-04-15T17:11:12.1733333+00:00
Zoltan Solya 26 Reputation points
commented 2024-05-27T12:26:42.95+00:00
Zoltan Solya 26 Reputation points
0 answers

How can I process (validate, Parse) x12 EDI files in Azure. Can you please provide in detail steps.

I want process EDI x12 files using Azure. I want perform below operations on file: Pickup file from FTP folder location Validate file as per EDI standard and Generate acknowledgement Convert x12 EDI file into xml or json Store file data(xml or json)…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,513 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,910 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,076 questions
asked 2024-05-23T07:26:42.9433333+00:00
Jaidhan Kosambe 0 Reputation points
commented 2024-05-27T11:12:35.16+00:00
SwathiDhanwada-MSFT 18,036 Reputation points
0 answers

How to show SyslogMessage in CiscoWSAEvent Function ?

When i download Cisco WSA in Content hub i got function the name is CiscoWSAEvent when the first time i connected my CiscoWSA into sentinel i got confused because in my Syslog i got log from WSA but i don't get Connected status from Data Connector then…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-27T09:18:05.1666667+00:00
zake 20 Reputation points
1 answer One of the answers was accepted by the question author.

Can I temporarily pause a deployment to reduce charges?

Is it possible to temporarily disable a deployment to cut down on costs? Specifically, I need to have a deployed app running during the day but turned off at night to avoid unnecessary charges. The app is a function app, and the resources used…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,782 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,153 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,076 questions
asked 2024-05-24T11:13:05.7266667+00:00
Chantelle Christina Victoria Osafo 20 Reputation points
commented 2024-05-27T08:41:44.85+00:00
Chantelle Christina Victoria Osafo 20 Reputation points
1 answer

Azure Function are not loaded at runtime after deployment using container and python image

I have really simple app, that we pull from the our azure registry. The image is pull from the docker registry, but the problem is that it could not find the functions when deploy. It worked fine if we deploy it using VSCode and locally. Also, it could…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-24T12:00:57.9766667+00:00
Minh Pham | Ximius 5 Reputation points
answered 2024-05-26T18:17:48.06+00:00
Minh Pham | Ximius 5 Reputation points
0 answers

What happens when BindFunctionInputAsync method is called in middleware?

Hi, I don't really have any issues, just wondering something. If I have a durable function (say an activity function), and I set up middleware, what would happen if I call BindFunctionInputAsync within the middleware? Here…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-25T22:48:42.7733333+00:00
FJDSJK 0 Reputation points
edited the question 2024-05-25T22:49:35.8066667+00:00
FJDSJK 0 Reputation points
1 answer

Azure function works fine when tested locally, but not loaded when deployed.

logs init.py file import os import logging import azure.functions as func from azure.core.exceptions import ClientAuthenticationError, ResourceNotFoundError from azure.data.tables import TableServiceClient, TableClient from azure.core.credentials…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-25T18:15:57.4966667+00:00
Hafsa Javed 0 Reputation points Student Ambassador
edited an answer 2024-05-25T19:33:11.8433333+00:00
Dan Rios 1,425 Reputation points MVP
1 answer

Azure Function template is invoked but never responds

Hello, Thanks a lot in advance, I have followed this guide (https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-java) to create an azure function in VS Code using Java and Maven. the code is the following: the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2023-05-02T16:17:31.64+00:00
Di Rienzo, Francesco 5 Reputation points
commented 2024-05-25T11:35:11.29+00:00
Ihar Bandarenka 0 Reputation points
2 answers

Timer trigger firing multiple times

Hello, our time trigger is firing multiple times. first Executing 'WorkItemEMailNotifier.SendNotificationsAsync' (Reason='Timer fired at 2023-11-27T06:30:00.6130744+00:00',…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2023-11-28T17:13:24.73+00:00
Adam Day 46 Reputation points Microsoft Employee
answered 2024-05-24T18:48:24.7366667+00:00
Doug Domeny 0 Reputation points
3 answers

How can I resolved error an Object reference not set to an instance of an object.

I am getting am Object reference not set to an instance of an object when I try to Run a Azure PowerShell Function to connect to Azure SQL Managed Instance. Anyone have any suggestions?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,190 questions
asked 2024-05-23T19:25:50.8+00:00
Shields, Timothy 0 Reputation points
commented 2024-05-24T18:27:19.09+00:00
Shields, Timothy 0 Reputation points
3 answers

Function App

Hi, We have deployed azure function app on java platform. This function app will need to connect an internal service URL hosted on-prem. I would like to know how do we setup the communication from function app hosted in azure to on-prem service ? What…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 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,209 questions
asked 2024-04-13T05:10:50.6433333+00:00
Sourav 80 Reputation points
answered 2024-05-24T14:44:03.84+00:00
Pinaki Ghatak 2,405 Reputation points Microsoft Employee
5 answers

What should I do about the Azure Function Http trigger not connecting to Cosmos DB?

I am learning the module called "Chain Azure Functions together using input and output bindings". The previous modules are learning without any problem and can successfully access the http trigger via url. But in this module, I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2023-08-23T07:28:10.7166667+00:00
Wang Kangli 80 Reputation points
answered 2024-05-24T14:12:46.6033333+00:00
Bharath R 0 Reputation points
1 answer

No job functions found. Try making your job classes and methods public.

Hello, I am having a problem and suspecting it is a bug. Was thinking to create a bug on GitHub, but figured that I might get a faster answer here and maybe there is an obvious fix. I am using VS Codes Azure Function extension to create the standard…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,426 questions
asked 2024-05-17T14:45:18.0733333+00:00
David 5 Reputation points
commented 2024-05-24T13:19:22.8+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points