This tenant has been blocked due to inactivity.
Sign-in failed Error message: interaction_required: AADSTS5000225: This tenant has been blocked due to inactivity. To learn more about tenant lifecycle policies, see https://aka.ms/TenantLifecycle Can somebody tell me how I can fix this issue?
Azure Functions
issue while creating a Function app(comsumption)
I am trying to build a function app (consumption) i filled up subscription as Azure subscription 1 resource group as xzy function app name as abc operating system as linux runtime stack python version 3.10 region central india then…
Azure Functions
Azure function code doesn't gets update
Dear Experts, requesting your guidance on below issue: Problem: Though I see latest updated function_app.py in azure portal but when running function, its still shows behavior of old code. Observing it from past 3 days. I tried: Restarting app after…
Azure Functions
Terraform not allowing to create function apps in P0V3
We have an app service plan with P0V3 in East US, we are trying to assign one more function app to same asp i.e xxxxx-xxxxx-asp-qa. I have tried in west US, it's working fine, but we don't want to shift our entire infrastructure to West US just for a…
Azure Functions
Deployment via visual studio code seems to go well, but the code is not updated
I updated code on visual studio code and tried to deploy to a function in azure. This has worked before. This time however, in visual studio the only feedback i get is that everything has succeeded. In azure I do see my four funtions, but when actually…
Azure Functions
How can I create new PlayFab accounts with Postman?
I want to create several test accounts in my PlayFab title with Postman. In addition, the test accounts need to upload a score to my leaderboards. How can I use Postman to create several new PlayFab accounts? Is it necessary to create one account after…
Azure Functions
ServerFarmCreationNotAllowed Error When Creating Function App
Encountering the error ServerFarmCreationNotAllowed while attempting to create a Function App. Below are the steps validated and attempts made to resolve the issue: The user has been assigned as the subscription owner. Subscription plan: Azure Plan,…
Azure Functions
Why are we getting System.InvalidOperationException Response was not set, make sure SendAsync was called.
Exception Details: System.InvalidOperationException: at Azure.Core.HttpMessage.get_Response (Azure.Core, Version=1.19.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8) at…
Azure Functions
We are following this repository: https://github.com/Azure-Samples/mcp-sdk-functions-hosting-python - and deployed the MCP server function successfully but wihtout the authentication parts necessary and we can not see the http_trigger function created ?
We are following this repository: https://github.com/Azure-Samples/mcp-sdk-functions-hosting-python - and deployed the MCP server function successfully but wihtout the authentication parts necessary and we can not see the http_trigger function created in…
Azure Functions
Azure function with Sendgrid output binding is timing out
We have an Nodejs Azure functions app (Node 20, programing model v3) that contains multiple functions. One of our functions uses Sndgrid output binding configured as follows: { "name": "$return", "type":…
Azure Functions
Intermittent DNS resolution failures on Azure Functions Flex Consumption (Central US) affecting external APIs and Key Vault
Hi, I'm experiencing persistent intermittent DNS resolution failures from an Azure Function App running on the Flex Consumption plan in Central US. This appears to be platform-level instability rather than an application issue. Environment: Azure…
Azure Functions
MongoDB ECONNREFUSED
Hi, We have an azure function app that is unable to connect to our cluster for some reason, we did not change anything. Here is the error I see in the logs: 2026-02-11T15:13:03.132 [Information] Error: querySrv ECONNREFUSED…
Azure Functions
How can I enter parameters in Thunder Client in Visual Studio Code to call my Azure function?
I use this code on my iPad Air to call my Azure function DeleteAccountSendEmail: var result = await PlayFabCloudScriptAPI.ExecuteFunctionAsync(new ExecuteFunctionRequest() { Entity = new PlayFab.CloudScriptModels.EntityKey() { …
Azure Functions
How can I call my Azure function with Postman?
I want to call my Azure function with Postman but it´s not working. I have read this PlayFab tutorial but I don´t know how to call my Azure function: https://learn.microsoft.com/en-us/gaming/playfab/sdks/postman/postman-quickstart I have tried to use…
Azure Functions
How to connect to an external web API from a local Azure Function?
I am trying to develop an Azure Function that makes calls to a web service on our Azure tenant. I can connect to the web service from Postman. However, when I try to run my Azure function in VSCode that attempts to connect to the same web service, I…
Azure Functions
DNS Failures in Apps on Consumption / Flex-Consumption Plans
Since a last few days, function apps deployed on consumption and flex-consumption plans are failing with "([Errno -3] Temporary failure in name resolution)" connecting to other azure services as well as external APIs. We have been managing…
Azure Functions
Azure function pipeline succeeds however function app doesn't appear to be live
I've been attempting to create an azure function and have been running into difficulty. It appears that the pipeline I've built on devops succeeds in running but when I look at the function app it doesn't seem like it's started. I get 503 errors when I…
Azure Functions
Functions are not visible on the Azure Functions and neither function files are visible on wwwroot folder.
Hi , Functions are not visible on the Azure Functions and neither function files are visible on wwwroot folder. I've deployed my functions by using VS code. I am not seeing any error on the VS Code side and also not seeing anything on log stream. Please…
Azure Functions
Queue-triggered function on Flex Consumption won't fire without an always-ready instance
Hi, I have an Azure Function deployed with two functions: an HTTP receiver that processes a form, populates a Table, and places a message in a queue; and a queue-triggered function that picks up the message and processes the request. The HTTP function…
Azure Functions
How can I solve this Error in Azure Functions: ImportError: cannot import name 'Sequence' from 'collections'
I have an Azure Function, which I am trying to deploy from vs code, but the following error appears: Microsoft.Azure.WebJobs.Script.Grpc: python exited with code 1 (0x1). ImportError: cannot import name 'Sequence' from 'collections'…