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.
164 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,679 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.
2,944 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,611 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