Azure Web App creation just hangs on last step (validating)

Rodriguez, Humberto 6 Reputation points
2020-12-02T23:34:57.057+00:00

Hi Team,

I am currently going over the learning path for AZ-204 Certification.
As part of the following course
I am supposed to create a new function app, however when creating the function app, azure is stuck in the Validating step at the end of the wizard and not progressing any further as shown in this picture:
44573-azure-stuck-validating.png

The sandbox has already expired after 4 hours and the function app never got created.
Kindly requesting assitance to figure out how to proceed here.

Thanks a lot in advance.

Humberto.

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

5 answers

Sort by: Most helpful
  1. Krzysztof Abram 16 Reputation points
    2021-03-17T11:44:45.09+00:00

    Hi,

    Found answer. Had the same issue when creating function app. After checking Dev tools I saw JS error:

    "Cannot read property 'resource Id' of null at n_getAppInsightsResourceJson"

    I checked out fields in the form and I left"storage account" and "application insight" fields to be created by default.
    Storage account had name "(new)storageaccountxxx". To resolve issue I had to click on the link below field and manually create a storage account and application insight. After creating manually both of the fields, no error was found in the dev tools and function app was created successfully

    Thanks

    3 people found this answer helpful.

  2. JayaC-MSFT 5,521 Reputation points
    2020-12-03T08:20:15.723+00:00

    @Rodriguez, Humberto You may try to download the template for now
    44628-image.png

    and deploy the site using shell/ PowerShell command :
    https://learn.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code#deploy-using-powershell

    Let me know if it helps!


  3. Joao Morais 1 Reputation point
    2021-01-04T22:07:42.06+00:00

    Hi, I am also following the same training and module and got the same issue. The 'create' button is disabled and the link to download does not work (nothing is triggered).

    LInk to the step in that training module:
    https://learn.microsoft.com/en-us/learn/modules/create-serverless-logic-with-azure-functions/3-create-an-azure-functions-app-in-the-azure-portal?pivots=powershell

    0 comments No comments

  4. Naman Anand 1 Reputation point
    2021-01-22T16:15:44.347+00:00

    same happened with me also. please try to fix soon.
    @Rodriguez, Humberto said not able to download link that is also didn't worked for me.

    0 comments No comments

  5. Andriy Dmytrenko 21 Reputation points
    2021-02-22T19:59:45.063+00:00

    Hi,
    The same situation is here.
    I'm creating a Web App following the AZ-400 modules.
    Download template URL also doesn't work in any kind.
    Thanks.

    0 comments No comments