Share via

Failed to disable a function

Deepak Patel 0 Reputation points
2023-11-23T09:32:33.4066667+00:00

I created a python azure function with very long name inside function app .

Function name : LongFunctionName1234567890LongFunctionName1234567890LongFunctionName1234567890LongFunctionName1234567890LongFunctionName12345678

When trying to disable the function, I am getting below error : Failed to disable function

Tried multiple times. please support regarding this.

Thanks

Deepak

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,446 Reputation points Moderator
    2023-11-23T10:26:57.29+00:00

    @Deepak Patel Thanks for reaching out. The error you’re encountering could be due to the length of your function name. To resolve this issue, could you try renaming your function to something shorter.

    please refer: https://learn.microsoft.com/en-us/azure/azure-functions/disable-function?tabs=portal

    https://stackoverflow.com/questions/66813441/azure-function-failed-to-disable-function

    Was this answer helpful?

    0 comments No comments

Your answer

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