When Creating Azure Function App I am stuck on the Storage page

Mohamed Pussah 35 Reputation points
2024-05-01T11:46:58.93+00:00

message

I am not sure what's going on here. When creating an Azure Function app, I am stuck on the storage account page. The page just spins forever. Any ideas?

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

Accepted answer
  1. JananiRamesh-MSFT 22,121 Reputation points
    2024-05-07T05:35:19.59+00:00

    @Mohamed Pussah Thanks for your patience! I had a discussion internally and confirmed that it was a bug, and the fix has been rolled out now could you please try again?
    We apologize for the inconvenience caused by the issue. Feel free to add a comment if any questions.

    Please accept as Yes if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.


1 additional answer

Sort by: Most helpful
  1. Deepanshu Katara 0 Reputation points
    2024-05-01T12:33:35.9566667+00:00

    Hi Mohammed,

    Here are some troubleshooting steps you can try:

    1. Refresh the Page: Sometimes, the issue could be temporary. Try refreshing the Azure portal page to see if it resolves the problem.
    2. Clear Browser Cache: Clear your browser cache and cookies, then try creating the Azure Function app again. Cached data or cookies could be causing issues with the portal's functionality.
    3. Try a Different Browser or Device: Switch to a different web browser or device to see if the issue persists. It's possible that the problem is specific to the browser or device you're using.
    4. Try Creating Function App from Azure CLI or Azure PowerShell:If you're comfortable using command-line tools, you can try creating the Azure Function app using Azure CLI or Azure PowerShell. This bypasses the portal interface and may help you avoid the issue. doc for this https://learn.microsoft.com/en-us/azure/azure-functions/scripts/functions-cli-create-serverless

    Kindly check and accept , if it helps, Thanks!