4,642 questions with Azure Functions tags

Sort by: Updated
0 answers

Powershell Azure Function throws EXCEPTION: Connect-AzAccount : An attempt was made to access a socket in a way forbidden by its access permissions

Hi I have Powershell Azure function which is called directly by logic app as one of the steps in the workflow. Authentication was established by using system assigned managed identity approach and all was working. I needed to refactor the way how…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,456 questions
asked 2020-07-27T14:17:55.217+00:00
Roman Muntyanu 1 Reputation point
commented 2020-09-10T07:37:40.137+00:00
Igor Pavicevic 1 Reputation point Microsoft Employee
1 answer

Azure Function - System Managed ID - PowerShell runtime

Hi, I have setup an Azure Functions, with PowerShell Core 7.0 as the runtime. The function is having a system managed ID - all well so far. I then configured a keyvault, from where i want this function to read its secrets. Next, I added an Access…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-09-06T19:04:32.587+00:00
Lars Wurm 21 Reputation points
commented 2020-09-10T02:46:34.363+00:00
MayankBargali-MSFT 69,991 Reputation points
1 answer

Azure Functions - Internal server error (500) and 401 Unauthorized exception

I'm deploying 3 function apps in Azure. I'm able to run all the function apps locally fine. After deploying to Azure, I see a few issues: 1) Only Key displayed is default (Function Key). I don't see master (Host key) or default (Host Key). On running…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-09-01T16:08:55.23+00:00
Lisa Palathingal 6 Reputation points Microsoft Employee
commented 2020-09-07T06:45:40.093+00:00
JayaC-MSFT 5,526 Reputation points
0 answers

Blob trigger function works locally but fails when deployed with blob path not find error

We have a Blob trigger function written in C# that works locally but does not work when deployed to Azure. The function reads the CSV blobs, performs some ETL and send out some notifications then eventually calls a stored procedure. I'm using VS2019 and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-09-03T13:30:16.797+00:00
Guy Gelin 1 Reputation point
commented 2020-09-07T04:46:03.583+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure Function Triggers do not Run Scriptfile During Local Debug

When running local Debug on my function app the triggers will run and execute successfully, but they don't run the associated script file. A colleagues function app on the other hand will run the associated scriptfile on my machine when debugging…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-09-02T15:34:17.697+00:00
ABuchanan 96 Reputation points
accepted 2020-09-03T21:00:13.547+00:00
ABuchanan 96 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function with native dll x64

Hi, I am facing a strange issue. i need to use in an Azure function some native dll (x64 dll). Locally function works but when deploy function to Azure I obtain a BadImageFormat exception when native dll are called. I set 64 bit on Azure portal,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-09-01T08:50:46.91+00:00
Erasmo Solazzo 56 Reputation points
accepted 2020-09-03T15:13:07.827+00:00
Erasmo Solazzo 56 Reputation points
1 answer One of the answers was accepted by the question author.

QueueTriggered FunctionApp failing with : Timeout exceeded

I am running a QueueTriggered FunctionApp developed in Python under App Service Plan : myFunction (EP3: 1) Earlier I had set functionTimeout host.json to 02:00:00 but it failed with error Timeout value of 02:00:00 was exceeded by function:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
100 questions
asked 2020-08-28T12:13:05.49+00:00
KS, Sharath 21 Reputation points
accepted 2020-09-03T04:32:35.283+00:00
KS, Sharath 21 Reputation points
1 answer One of the answers was accepted by the question author.

Error connecting to tcp socket from Azure Functions

We have Azure Function configured with VNet integration to our private network. Also, we have Azure Container Instance with ClamAV application running in our private network. Using my development machine that is connected to the private network I can…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 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-08-27T15:55:58.293+00:00
Alexey Chirukhin 26 Reputation points
commented 2020-09-02T16:26:34.9+00:00
Alexey Chirukhin 26 Reputation points
2 answers

Azure static web apps - dependencies

Question about Azure Static Web Apps - how do we add dependencies to JavaScript Azure Functions used in the API? For instance, I want to use the azure-storage library, which is available locally using npm. Is there a file similar to requirements.txt…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-08-28T14:28:01.563+00:00
Costin Boldisor-Buta 1 Reputation point
commented 2020-09-02T15:16:54.307+00:00
ChaitanyaNaykodi-MSFT 24,656 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Is it possible to get the local IP for an Azure Function app when it's using a Standard App Service Plan with a configured VNet?

We have setup a Virtual Network Gateway and connect a Site-To-Site connection with a on-premise server, plan is to allow the Azure Function to reach a database server within the on-premise environment. Whats stopping us now is that we cannot find the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,451 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,364 questions
asked 2020-08-25T11:12:05.98+00:00
Frode Fuglestad 21 Reputation points
accepted 2020-09-02T06:53:16.913+00:00
Frode Fuglestad 21 Reputation points
1 answer

Is there a way to change/modify the storage account linked with a Function App?

I have a Function app that is having latency issues with the execution time. If I make the storage account's performance to premium instead of standard, that could perhaps improve the execution time. But is it possible to modify the function app to use a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-08-26T22:09:37.047+00:00
Mallika 1 Reputation point
commented 2020-09-02T05:15:41.177+00:00
MayankBargali-MSFT 69,991 Reputation points
1 answer One of the answers was accepted by the question author.

Azure EventHubTrigger Java function does not always get triggered

Hi, We have a simple Azure Event Hub which has an Azure function from type @EventHubTrigger . when new messages are sent to the event hub, the azure function should get triggered and process the data from the event hub. what actually happens is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
598 questions
asked 2020-09-01T10:38:31.57+00:00
Liav 121 Reputation points
commented 2020-09-02T04:35:08.807+00:00
PRADEEPCHEEKATLA-MSFT 85,351 Reputation points Microsoft Employee
1 answer

Open web browser with Azure Functions

How can we define the start process in azure Functions.Is it possible to open a new browser/url by calling Azure function /API.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-09-01T21:04:42.977+00:00
aman wadhwa 1 Reputation point
answered 2020-09-01T23:53:22.097+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
1 answer

Want to Read Microsoft Team Post in Azure Data Factory

I Have requirement to read Microsoft Team post in Azure Data Factory. currently i am using logic apps , but it generate output in html file and it is difficult to read what is the best way to get data from Microsoft team, so we can read data in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,072 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,142 questions
asked 2020-08-27T08:52:24.843+00:00
Verma, Manish Kumar 131 Reputation points
commented 2020-08-31T06:13:56.377+00:00
MayankBargali-MSFT 69,991 Reputation points
1 answer

How we can read Microsoft Team Post message in azure function

Hi All, i have a requirement , how we can read Microsoft Team Post message in azure function

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-08-27T11:16:52.04+00:00
Verma, Manish Kumar 131 Reputation points
commented 2020-08-31T06:13:29.697+00:00
MayankBargali-MSFT 69,991 Reputation points
1 answer

Change storage account of azure function

Can we change the storage account of the live Azure function on fly?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-08-25T12:37:21.757+00:00
Nagnath Katkar 16 Reputation points
commented 2020-08-29T15:22:45.533+00:00
JayaC-MSFT 5,526 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix container does not exist in azure functions?

I have created an azure functions app with blob storage trigger. Now in my storage account, there is container 'test1' in which their is a folder 'my-directory' which I am tracking. I tested the code on my local machine, the function fires whenever a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,622 questions
asked 2020-08-28T15:03:52.763+00:00
gandharv30 21 Reputation points
accepted 2020-08-29T08:25:03.917+00:00
gandharv30 21 Reputation points
2 answers

Azure Functions App with Multiple Functions

I have created a Functions App and two functions inside it. I configured blob trigger as input for each of the function. I tested uploading files to the containers which I configured as blob trigger. Then when I open log window under "Code +…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-08-25T14:40:14.147+00:00
Jianfeng Bao 1 Reputation point
commented 2020-08-28T15:24:25.877+00:00
MayankBargali-MSFT 69,991 Reputation points
1 answer One of the answers was accepted by the question author.

Why is a custom domain required on this function app even though it is never referenced in the DNS redirect

Hi I wanted to move a web address from pointing at an old domain to a new domain within my web domain. This had added complexity as the landing page was /app/live. So old web address https://olddomain.website.com - This rendered a web app hosted at…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
631 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-08-21T15:22:16.303+00:00
Stewart Pavitt (Azure Learn) 21 Reputation points
accepted 2020-08-25T08:08:56.293+00:00
Stewart Pavitt (Azure Learn) 21 Reputation points
2 answers

Azure function - Powershell code working on local but not on azure

Hello I'm facing strange issue, my script is working perfectly on my local laptop but when I try to execute it from Azure function I'm getting an exception. Goal of this script is to update SharePoint item from external API. When I assigned a value to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,642 questions
asked 2020-08-17T13:43:26.667+00:00
Dubreuil, Jean-Baptiste 1 Reputation point
commented 2020-08-25T02:55:10.733+00:00
MayankBargali-MSFT 69,991 Reputation points