Azure portal cannot create a new Function App

Hao Shi 100 Reputation points
2023-12-23T14:55:18.6+00:00

Hello,

I am trying to create a new Function App in Azure Portal in order to complete AI Search lab, but it does not allow me to create a customized Function App name, can someone please advise?

User's image

Thank you

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 8,621 Reputation points Volunteer Moderator
    2023-12-23T15:09:41.08+00:00

    Hi Hao Shi,

    You need to change the name of the function app name to another unique, because the name that you are currently using is taked by another funtion app.

    Function App name must be globally unique amongst all Azure Functions Name that identifies your new function app. Valid characters are a-z (case insensitive), 0-9, and -. https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal#create-a-function-app

    Let me know if this help you.

    Luis


    If the information helped address your question, please Accept the answer.

    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.