Azure Request failed exception for my Azure Function App

Kokul Jose 316 Reputation points
2023-04-14T13:36:32.72+00:00

A function app which was running for past one month suddenly got stopped and when looked onto the log from azure application insights it says a message as below:

The listener for function 'Functions.TimerTrigger2' was unable to start. Service request failed.
Status: 403 (The specified account is disabled.)
ErrorCode: AccountIsDisabled


 

Function App details: App service plan:B1 OS: Linux Location: East US Stack: Python

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
170 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,978 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,149 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,843 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,626 Reputation points Microsoft Employee
    2023-04-19T16:17:55.9366667+00:00

    @Kokul Jose The error suggests that your Azure Subscription has been disabled. Check this official doc for ways to reactivate your subscription.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.