Azure-Functions
Azure-Functions copied to clipboard
In my Azure Function which doesn't have any storage account code I'm getting the following warning in Application Insights. ``` Error response [15fd74...ec3601] 409 The specified container already exists. (00.0s)...
Azure Keyvault secret reference not resolving within Azure Linux Function connection string. We are using this terraform module: [azurerm_linux_function_app](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_function_app) When we try to add a reference to a key in...
We want to add a VNET ACL to the storage account used by a function app The networking page says this can be done, if you can wait 12 hours:...
Variables are defined at the beginning of the PowerShell script; without the “global” keyword Assuming these variables are in global scope. ``` $accessTokenTest = ""` $accessToken = ""` ``` Here...
Function App name: NodeJS Tools used: New V4 app or existing V3 app migrated to V4: V3 migrated to V4 + Node16 So, I migrated a function app V3 to...
I've started noticing huge storage costs ($100 per month) from a function apps storage account of mine which is practically dormant. I've actually been battling with this issue for the...
## Describe the bug **Command Name** `az functionapp keys list` **Errors:** ``` Operation returned an invalid status 'Bad Request' ``` The app name and resource group are correct since `az...
It was suddenly announced that Functions Proxies will be removed from Azure Functions v4. >Azure Functions Proxies are no longer supported in 4.x. You are recommended to use Azure API...
My azure function is running on a Consumption plan and it needs to access a resource running on a VM on a Azure VNET. The resource cannot be exposed via...
Creating the bug on behalf of the VS customer. The developer community ticket has more details: https://developercommunity.visualstudio.com/t/Builds-hangs-when-generating-Azure-Funct/1570934 When the host process is terminated, it fails in the metadata generation error:...