4,433 questions with Azure Functions tags

Sort by: Updated
0 answers

adding comment and formatting with API Rest for azure Devops

Hello, I'd like to add formatted comment with rest API in powershell. I try this : $comment = [System.Net.WebUtility]::HtmlEncode(" Here is a new file with relevant information: $DDJ Relevant Information #@$%^&*") $commentwithmention =…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,831 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 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,007 questions
asked 2024-06-04T10:40:29.9433333+00:00
robert 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure function Kafka Trigger and PFX file

Hi we want to use Azure function Kafka Trigger over TLSMA. Hence referring below Link1 the "sslCertificateLocation" and "sslKeyLocation" are the inputs that I must configure. Link1:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-05-31T06:17:09.2366667+00:00
RK 20 Reputation points
accepted 2024-06-04T09:21:11.4366667+00:00
RK 20 Reputation points
5 answers

Azure function fails with FunctionInvocationException, Actually I have Update .net 6 to .net 8 and updated all packages

For detailed output, run func with --verbose flag. [2024-03-06T13:54:39.549Z] Host lock lease acquired by instance ID '0000000000000000000000006F297016'. [2024-03-06T13:55:16.662Z] Function 'HealthCheck', Invocation id…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-03-06T14:05:38.91+00:00
Balasubrahmanyam Tekimudi 25 Reputation points
edited a comment 2024-06-04T09:20:20.6666667+00:00
Thomas Ardal 0 Reputation points
3 answers

Unable to test/run Azure Function form the portal

Getting this warning message when I am trying to test/run a function through the Azure portal. Running your function in portal requires the app to explicitly accept requests from https://portal.azure.com. This is known as cross-origin resource sharing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2023-06-12T18:00:05.4066667+00:00
Henry Lam 20 Reputation points
answered 2024-06-04T08:24:04.48+00:00
Roman Gubanov 0 Reputation points Microsoft Employee
0 answers

Azure Function App | Disaster Recovery

Hi, I have an APIM which calls a function app from either of the two ways. send request set backend service id I am trying to implement Disaster Recovery for my function apps in two regions I have. I want to know what response does a function app…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,831 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-06-03T18:25:17.39+00:00
Abhay Chandramouli 966 Reputation points
commented 2024-06-04T06:01:07.87+00:00
JananiRamesh-MSFT 22,231 Reputation points
1 answer

The subcription '7d1dc83d-cd25-4622-be64-a119bade36d7' is not allowed to create or update the serverfarm

I am experiencing a persistent issue that began on May 29, 2024. Despite following the advice from official support to wait a few hours, the problem persists even after switching regions and attempting again the next day. I have a registered web service…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-05-30T05:49:50.88+00:00
Jibin Thomas Philipose 15 Reputation points
answered 2024-06-04T05:12:37.9633333+00:00
Jibin Thomas Philipose 15 Reputation points
0 answers

Unable to create event grid event subscription to an EventGridTrigger using WebHook on a function app secured by EntraId (Isolated-Worker, .NET8, C#)

I am to create event grid event subscription to an EventGridTrigger using WebHook on a function app secured by EntraId I have tried following the instructions provided here: https://learn.microsoft.com/en-us/azure/event-grid/secure-webhook-delivery …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
326 questions
asked 2024-06-04T04:17:20.2533333+00:00
Abbas, Haider 0 Reputation points
0 answers

Azure Functions deployment slots Swap failed

I had one and only one time successful swap worked staging to prod. for any further swapping attempt, I'm getting the below internal server 500 error with details: Swap failed. Details:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-06-03T19:31:55.0366667+00:00
ELSONBATY Mahmoud 20 Reputation points
commented 2024-06-04T03:15:29.3633333+00:00
SwathiDhanwada-MSFT 18,036 Reputation points
0 answers

Azure Function App: Deployment to staging slot deploys to production too

We recently (within the last 4 weeks), discover a deployment issue when releasing new code. We use Azure Devops to deploy and have one 'staging' slot and one 'production' slot within Azure Functions. Both the function and devops environment have been…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-06-03T16:05:36.1366667+00:00
Adrian Holmes 0 Reputation points
edited the question 2024-06-04T03:10:43.8433333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

Azure Function app timeout in 4 minutes (230 seconds)

I am getting 500 Timeout issue while running function app for more than 4 minutes (230 seconds). It was working for 30 minutes when we were using .net 6 version. Suddenly we started getting 500 timeout when we updated function app to .net 8 version.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 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,426 questions
asked 2024-05-29T03:08:44.4366667+00:00
Shirvadkar, Virendra 0 Reputation points
commented 2024-06-04T03:00:55.3366667+00:00
SwathiDhanwada-MSFT 18,036 Reputation points
1 answer

msdeploy causes error: Failed to download package. System.Net.WebException: The remote server returned an error: (403) Forbidden.

I'm following these instructions: https://github.com/Azure-Samples/function-app-arm-templates/blob/main/zip-deploy-arm-az-cli/README.md#steps I have a simple "hello world" C# http triggered windows azure function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-05-30T22:57:17.7133333+00:00
Siegfried Heintze 1,861 Reputation points
commented 2024-06-04T02:40:37.1733333+00:00
Anushka 165 Reputation points
1 answer

Error to use func on cloud shell

I´m using my work account to complete the AZ challenge. On a step, it says to create a function App from the Cloud shell Sandbox by 'func init' but the Core tools were not installed. Does any one else have this issue or know how to fix it? I'm getting…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-06-04T00:34:05.5+00:00
Luis Sanchez Mares 0 Reputation points
answered 2024-06-04T02:36:00.7733333+00:00
Marcin Policht 14,585 Reputation points MVP
1 answer

privacy concerns when working with sensitive documents using Vision API

Hi: I am trying to extract texts from some sensitive image pdf documents using the Vision API. Any suggestions on how to ensure non-disclosure of these documents when processing them on Azure. Thank you.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 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,426 questions
asked 2024-06-03T21:31:02.36+00:00
Suli Adeniye 0 Reputation points
edited the question 2024-06-04T01:43:04+00:00
Jiale Xue - MSFT 38,951 Reputation points Microsoft Vendor
1 answer

When I try to download Microsoft Entra Connect from the provided link, it still shows as Azure AD Connect, and I want to ensure it's the correct download since the documentation refers to Entra Connect.

Hello, When I try to download the latest Microsoft Entra Connect, it still shows up as Azure AD Connect. I just want to make sure I am not downloading the wrong one since Microsoft documentation keeps referring to Entra Connect. Here is the link:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 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,426 questions
asked 2024-06-03T14:59:12.02+00:00
Adewale Bello 0 Reputation points
edited the question 2024-06-04T01:30:32.05+00:00
Jiale Xue - MSFT 38,951 Reputation points Microsoft Vendor
0 answers

"Bad gRPC response. HTTP status code: 500" error with Azure function app

Not sure if this is the write forum to ask this question. please direct me to the proper place if not. We have a .NET 8 C# function app (V4), running in isolation mode. It is a gRPC client connecting to a gRPC server also running in Azure, under a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-05-29T16:50:50.1366667+00:00
David Toyer 0 Reputation points
commented 2024-06-04T00:15:44.9433333+00:00
Salem Elmrayed 0 Reputation points
1 answer

Updating/Redeploying Azure Function Apps - repercussions.

Hi everyone, We're looking at updating our development and production Function Apps in Azure with updated coding functions and trying to understand potential repercussions: If we update the function apps, will the master/default keys change, or can…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-06-03T07:39:34.7+00:00
Chris Buley 26 Reputation points
commented 2024-06-04T00:07:33.8966667+00:00
Chris Buley 26 Reputation points
1 answer One of the answers was accepted by the question author.

How to Create a Python ETL Task in Azure Functions with Blob Storage Integration?

Hello, I am working on an ETL pipeline using Azure Functions, and I need some guidance on the best approach and implementation details. Here’s what I am trying to achieve: Trigger: I want to use an appropriate trigger to run my Azure Function whenever…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,515 questions
asked 2024-06-02T17:37:21.5566667+00:00
Aadhil Imam 70 Reputation points
commented 2024-06-03T23:40:56.18+00:00
Vlad Costa 165 Reputation points
0 answers

How to not duplicate data when updating Sentinel data connector

We implemented the Sentinel data connector using the Azure function app. We have an issue now, when we need to make any updates to the data connector and make a deployment, the customer needs to create a new workspace to avoid data duplication. Is there…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 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.
1,008 questions
asked 2024-06-03T21:59:13.5533333+00:00
Xiuyang Bobby Sun 25 Reputation points
0 answers

Fail in Publishing

I have followed the instructions on this page, and created a Function App in Azure successfully, but when I publish it, I received the following error: Severity Code Description Project File Line Suppression State Error Unable to resolve…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
asked 2024-05-28T22:21:46.84+00:00
Vincent Zhang 0 Reputation points
commented 2024-06-03T14:00:41.58+00:00
JananiRamesh-MSFT 22,231 Reputation points
2 answers

How to convert type of any block blob to append blob inside adls gen2? Is there any process or activity which will convert the type of my entire blob without changing the content?

I have a json file inside a data lake gen2 storage and that json file blob type is a block blob. I want to convert that blob type to append blob through any services of azure. Need to know the process in detail.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,381 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,433 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,515 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,991 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,812 questions
asked 2024-05-31T06:30:48.3333333+00:00
Chakraborty, Nabarun (External) 0 Reputation points
answered 2024-06-03T12:09:39.6833333+00:00
Nehruji R 3,121 Reputation points Microsoft Vendor