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.
5,930 questions
{count} vote

2 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,606 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!


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.