Hitting Subscription Instance Quota Limits In Standard Regions, Azure Service Tier Unavailability Issues
Hey, team. I am currently paying for the pay-as-you-go subscription model (Microsoft Azure Plan) for my Azure Subscription (it has an associated budget of $150.00 of which none is used). This Subscription was created today. That Subscription has…
Azure functions flex consumption plan authentication issues
Hi, I'm trying to create an Azure function app (python | 3.11) on flex consumption plan (I can create it without problems). Uploading and running the code is also no problem. But when I set the authentication to OpenID connect with "HTTP 302 found…
Flex Consumption pricing tier is not enabled for this subscription
HI Microsoft Azure Team, Greetings for the day and Wish you a happy new year. I'm deploying the Azure Function App in Flex Consumption Model. Using the Portal, I'm able to deploy it successfully but using the bicep code deployment, getting an error as…
How to Enhance a Food Menu Website's Performance with Azure Services?
Hello, I’ve recently launched a website, explorewatchmenus.com, which focuses on exploring and providing detailed insights into restaurant menus, particularly for First Watch. I’m looking to enhance its performance and scalability to handle increased…
Azure AISearch Indexer: "'JSON arrays with element type 'Float' map to Collection(Edm.Double)"
I have the following problem. I am trying to build an indexer in Azure AI Search. I have a skillset with a “Custom.WebApiSkill” skill. This provides me with the following response body: { "values": [ { "recordId":…
What is best practice for a Functions App to update a Cosmos NoSQL container configuration?
Much more details here: https://stackoverflow.com/questions/79325429/azure-functions-app-cannot-update-cosmos-db-container-configuration-using-ihoste Essentially in my app service plan I made a Functions app that uses IHostedService added to the service…
Where can I find documentation for the azure.functions.FunctionApp Python class?
Is there somewhere that I can see documentation for the FunctionApp class in the azure.functions module? I have found this: https://learn.microsoft.com/en-us/python/api/azure-functions/azure.functions?view=azure-python but the FunctionApp class is not…
Getting An external link was removed to protect your privacy error response on invoking a Microsoft declarative API plugin agent
I am attempting to run an external Azure Function, written in C#, as an API within a declarative agent on plugins. However, when I invoke the agent with the appropriate prompt to trigger the Azure Function, I consistently receive the message:…
Azure Function in Container App Webhook validation handshake fails
Hello Trying to provision a eventgrid subscription I get the following error: ERROR:…
Functions are not showing up in Azure Function App
I have deployed an Azure Function App using Bicep and YAML pipeline. Function app uses java as FUNCTIONS_WORKER_RUNTIME and is hosted on a P1v3 Service Plan. Problem is that when I deploy functions on Function App, functions do not show up on Overview…
How to enable multi-instances of duralbe function app run in parallel
Hi, I have an Azure durable function app in a container. When I create it using az CLI with argument "--plan", it works as I expect (multiple instances can run in parallel if I concurrently call my function mutliple times), but when I create it…
Why did our Azure Function suddenly fail to find the binding type 'blob'?
I have a python Azure function app that contains 3 timer triggers. All three timer triggers make use of the blob binding. The function.json looks like: { "scriptFile": "__init__.py", "entryPoint": "main", …
I am getting the below error when I try to insert into a azure data lake table. "Type=System.IO.FileNotFoundException,Message=Could not load file or assembly 'System.Text.Json"
I am getting the below error when I try to insert into a azure data lake table from adf pipeline . "The type initializer for 'Azure.Core.Serialization.JsonObjectSerializer' threw an…
how to fix the broken connection string in local.settings.json file on azure function app?
This is the content inside local.settings.json file. here the password have special characterslike (=,%) which i suspect is the issue. I have a sql trigger in the main function_app.py file. Also, is there any way i can not hardcode these values . I have…
HTTP POST 404 error
I am very new to Azure functions. I essentially need to create a pipeline of data. I need data to go from one source, to Azure functions, then back to that orginal source. To do this I am using Power Automate and Azure Functions. In Power Automate I have…
Can we use same function app for prod and dev environment ?
Can we use same function app for prod and dev environment ? The challenge is that we have multiple environment-specific app settings in the Function App, such as storage account name, AzureWebJobsStorage and other Server connection, which differ…
Whats the difference between Ocelot gateway vs Azure APIM?
I have .net core application, for gateway i am planning to do below operations: Caching Load balancer Authorization Considering these requirements which api gateway would be suitable. I have been stuck on this topic for past 1 week. Please…
I am trying to deploy my function to azure function app using VS code. But an error is raised. Following is the error raised: "Internal error: Expected value to be neither null nor undefined: newSiteName"
It was working fine till morning. But now it is raising this error. Even when I am creating it from scratch. It is raising this error when I try to deploy using Azure Functions extension from VS code.
Unable to See HTTP Triggered Function After Deployment to Azure Function App
Hello everyone, I’ve successfully deployed a Python-based HTTP-triggered Azure Function using Visual Studio Code to my Azure Function App (azure-demo-func-app). However, after the deployment, I cannot see the HTTP trigger function listed under the…
Issues with deploying application to Flex Consumption Apps
I have an Azure DevOps Pipelines "AzureFunctionApp@2" task which works fine for normal Consumption Plans. However, when I try to deploy to FlexConsumption Apps this does not work. I have added "isFlexConsumption: true" to the task,…