Receiving the error message No route registered for '/api/functions/admin/token'

Eduardo David 1 Reputation point
2021-11-01T20:08:00.85+00:00

I'm executing the following REST call:
https://management.azure.com/.../functions/admin/token?api-version=2016-08-01

I am receiving the error message: AZURE0001 = Error while executing the function: Error while getting the function's code: (404 NOT_FOUND) No route registered for '/api/functions/admin/token'

Any clue on how can I fix this issue?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,981 Reputation points Moderator
    2021-11-05T09:00:53.983+00:00

    @Eduardo David Looks like you are executing get functions admin token management REST API. I couldn't reproduce the issue at my end by changing different configurations and it looks like there may be a route deleted from the kudo which could cause this behaviour. It would be best if you can create a support ticket with us to assist you further. If you don't have the support plan then please refer to my private comment.


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.