I can't create an azure function app

Andres Felipe Rozo Brijaldo 10 Reputation points
2024-04-30T22:52:04.1633333+00:00

When I try to create an azure function app it keeps loading the resource, I can't see anything about hosting either

I am trying to create an azure function app to execute a script for emails, but when I want to create it, the hosting tab does not appear, only networks, etc., when I click on review and create it stays loading, it lasts like this without a response, the console The browser throws this error, I don't know if it is because it is a free 200usd account, if so I should try another service other than Azure

prueba 2

prueba1

User's image

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

2 answers

Sort by: Most helpful
  1. James Cunningham 35 Reputation points
    2024-05-03T14:48:23.1333333+00:00

    I was having the same error. When submitting to Review+Create a new function app (consumption on free instance) the website would hang. Same would happen if I navigated directly to the Network tab.

    The resolution, for me at least, was to add a Log Analytics Workspace to my Resource Group. After doing so the Review+Create tab for the function app loaded successfully.

    I found the error by using Dev Tools (F12) and inspecting the JS error that was being thrown. I have seen at least one other forum post where the developer had a similar issue with either Storage and/org App Insights not available so check those too.

    7 people found this answer helpful.

  2. Zhenyu Liu 0 Reputation points Microsoft Employee
    2024-05-01T03:17:28.92+00:00

    Hello!

    It seems like you are having trouble creating an Azure Function app.

    Let's see if we can figure out what's going on.

    First, it's important to note that the hosting tab should appear when you create a new function app. If it's not appearing, there may be an issue with the Azure portal. Have you tried refreshing the page or clearing your browser cache?

    You mentioned that you have a free $200 USD account. While this should be enough to create a function app, there may be some limitations or restrictions that are causing the issue.

    To troubleshoot this issue, I recommend checking the Azure status page to see if there are any known issues with the Azure portal or function apps. You can also try creating a new function app in a different region or using a different subscription to see if that resolves the issue.

    If none of these solutions work, I recommend reaching out to Azure support for further assistance. They should be able to help you troubleshoot the issue and get your function app up and running. I hope this helps! Let me know if you have any other questions.