how to prevent azure function from using old connection string
We recently changed our azure sql server manager password. We confirmed (multiple times) that all connection string configurations have the correct password. I've exhausted my list of theories of what the root issue is, and don't even know where…
Azure Functions

Event Hub never invokes Javascript triggers
Hi I am setting up a simple POC of Event Hub where I am pushing data into a Hub and then having triggers react to it. Unfortunately I have not been able to get a trigger to invoke. This is my function.json: { "bindings": [ { …
Azure Functions
Azure Event Hubs
Ensure FTPS for Azure function in Consumption Tier
Azure Advisory recommendation suggests to Ensure FTPS in Azure Functions and to set up in Configuration -> General Settings. But cant see that configuration in Consumption Tier for Azure functions. While Setting the ftpstate via ARM template the…
Azure Functions
Error Deleting Subnet
When trying to delete a subnet in Azure, I get the following message: Failed to delete subnet 'devops-subnet'. Error: 'Subnet test-rg-devops/providers/Microsoft.Network/virtualNetworks/Devopsvnet/subnets/devops-subnet'>Devopsvnet/devops-subnet…
Azure Functions
unable to pass input from one azure function to another functionin powershell
This is reference to the below ask https://learn.microsoft.com/en-us/answers/questions/533843/how-to-pass-output-of-one-azure-function-to-anothe.html I tried the solution given in the approach but struck at below error. Thanks SamaraSoucy, …
Azure Functions
Azure Logic Apps
Windows for business | Windows Server | User experience | PowerShell

Is there a way to import an Azure Function into API Management via REST service?
Is there a way to import an Azure Function into API Management via REST service? Are there other programmatic ways if not?
Azure API Management
Azure Functions

ILogger structured loggig with Application Insights not working in .Net 5 Azure Function
Following the guide of creating the HttpExample for .Net 5 based Azure Functions, I'm failing setting up structured logging. My relevant code is: [Function("HttpExample")] public static HttpResponseData…
Azure Functions
AzFunc to AzFunc System Managed Identity Call
I have azure function A which needs to call azure function B via an http request. Currently, this is secured by a function key on function B. This works well but I'd like to secure function B using "system assigned" managed identity instead. …
Azure Functions
Microsoft Security | Microsoft Entra | Microsoft Entra ID


Creating a Azure C# function dynamically using Azure Rest API
Hi all, I'm trying to create a new azure c# function, using templates from this (creating-a-azure-python-or-c-function-dynamically.html ) discussion, and I see the following error: . The body of the request is exactly the same as the template, the…
Azure Functions
Does Azure AD B2C support v2.0 endpoints?
According to this documentation, the Blazor project templates use v1.0 endpoints, but they can be upgraded to v2.0 by making the change shown. However, this documentation is talking about Azure AD, not Azure AD B2C specifically. I tried to follow…
Azure Functions
Developer technologies | .NET | Blazor
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsft Azure help
Hello, I am fully new to Microsoft Azure... Can I host WordPress and Laravel websites in azure hosting? Regards Abhijeet
Azure Functions
Retirement Announcement - Azure Functions support for PowerShell 6 is ending on 30 September 2022
Because PowerShell 6 has reached end of support on 4 September 2020, applications hosted on Azure Functions using PowerShell 6 will be unsupported after 30 September 2022. If you have a question, please post it in this thread.
Azure Functions
Azure Timer Trigger not firing
Strange behavior. Azure trigger on 15min cron schedule fires reliably every 15min for hours, then stops working until I login to portal, at which point it starts up again on it's own. Almost like me authenticating brings it back to life. Just getting…
Azure Functions

setting up health check for azure function
I am trying to setup a health check for my azure function. I saw from this post https://learn.microsoft.com/en-us/answers/questions/143425/app-service-health-check-alert.html, it is mentioning setup a service a health endpoint on /health. May I…
Azure Monitor
Azure Functions
Build serverless apps with Go: How can you make Azure Functions find your compiled app
Hello, In the Microsoft Learning module - Docs / Learn / Browse / Create serverless applications / Build serverless apps with Go / Knowledge check The answer to the following question is not correct - How can you make Azure Functions…
Azure Functions
Durable Functions guidance on "scaling" external events
HI, I am exploring using Durable Functions as a way to kick off a huge number of background tasks and then await their completion via external events. The general pattern would be an orchestrator will call an activity to retrieve a list of items…
Azure Functions
Most common design pattern in Azure
Hi All, I understand it is case by case scenario and depends entirely on use case. But still would like to know what is most common design pattern with respect to Azure architecture is used in available design pattern such as circuit breaker ,cache aside…
Azure Functions
Azure Databricks
Azure Data Factory
multiple instance to prevent single point of failure
Yesterday my azure function were crashed and I found this link about best practise to run a healthy app https://azure.github.io/AppService/2020/05/15/Robust-Apps-for-the-cloud.html#use-multiple-instances. I have a few doubts regarding some parts of the…
Azure Functions
need help tracking down azure sql error Message: Login failed for user 'manager'.
We recently changed our azure sql server manager password. We confirmed (multiple times) that all connection string configurations have the correct password. I've exhausted my list of theories of what the root issue is, and don't even know where to…
Azure SQL Database
Azure Functions

Azure resource that can consume TCP Packet besides Virtual Machine
I haven't been able to find the answer to this question and didn't know if anyone could provide insight: Is there an Azure Resource, besides a Virtual Machine, that can consume/listen_for an incoming TCP Packet on dns:specific_port_X? Since a Virtual…