Troubleshooting Failed Web App Deployment on Azure for Students Starter

Daniela Botu 0 Reputation points
2024-01-19T09:21:32.5+00:00

I am facing a failed deployment issue when trying to deploy my web app on Azure for Students Starter. The issue seems to be related to the failed registration of a resource provider, as seen in the attached images. How can I solve this issue?Screenshot (32)

Screenshot (31)

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
{count} votes

1 answer

Sort by: Most helpful
  1. Bryan Trach 17,832 Reputation points Microsoft Employee Moderator
    2024-01-20T03:17:56.4933333+00:00

    @Daniela Botu Hello! It seems like you are facing a failed deployment issue when trying to deploy your web app on Azure for Students Starter. Based on the message you received, it seems like the issue is related to the failed registration of a resource provider, specifically "microsoft.databasefleetmanager".

    To solve this issue, you can try the following steps:

    1. Refresh the resource providers list to check for registration status. You can do this by going to the Azure portal, selecting "Subscriptions" from the left-hand menu, selecting your subscription, and then selecting "Resource providers" from the top menu. From there, you can click the "Refresh" button to update the list of resource providers and their registration status.
    2. If the resource provider is still not registered, you can try manually registering it. To do this, go to the Azure portal, select "Subscriptions" from the left-hand menu, select your subscription, and then select "Resource providers" from the top menu. From there, you can search for "microsoft.databasefleetmanager" and click the "Register" button to manually register the resource provider.

    More information here: https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-register-resource-provider?tabs=azure-cli

    Let us know the outcome of the above message. We look forward to your reply.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.