Share via

unable to recreate function app

Kensei Kawamura 80 Reputation points Microsoft Employee
2026-04-30T22:53:41.4066667+00:00

i am deploying function app through biceps and i think some configuration issue happened, so my function app is in a state where it's deleted but i can't recover it. can you please help delete it from the backend so we don't have to wait? the name is func-pqm-mfg-test

Azure Functions
Azure Functions

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


Answer accepted by question author

  1. Rakesh Mishra 8,420 Reputation points Microsoft External Staff Moderator
    2026-04-30T23:08:22.1966667+00:00

    Hey Kensei,

    Please find the summary of our discussion and resolution.

    Issue: You created function app using Bicep script and then you deleted it. You tried to undelete and force delete also but it did not work.

    1. CLI-force the delete
      Run
         az functionapp delete
         --name func-pqm-mfg-test
         --resource-group 
      

    Resolution: The hostname/function app name was reserved so it was not allowing to create the function app with same name again. With the help of backend team, we were able to release the hostname. And you confirmed that you are able to create now.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.