How to create Asp.Net MVC Web Project in Azure?

Asked

Viewed 76 times

1

Yeah, I checked the google, I have given in forums and watched videos, but unfortunately I still haven’t gotten an easy-to-understand tutorial to create a web project on Asp.Net MVC in Azure. The best tutorial I could get was that, and this other one too .
I have difficulties with English, and that’s why I’m here at stackoverflow in Portuguese. I am following all the steps in the correct way, but the error below is displayed:

Creating Microsoft Azure Web App

Creation of Microsoft Azure Web App failed. Deployment failed for /subscriptions/3e2ff127-654a-431f-a319-d8a7b4722759/resourceGroups/horariofacilweb/deployments/website_deployment

Error in /subscriptions/3e2ff127-654a-431f-A319-d8a7b4722759/resourcegroups/horariofacilweb/providers/microsoft.insights/Components/horariofacil2015: The Component already existed in a Different Resource group.

Someone can help me?

  • Where do the errors occur? In your place, delete the Azure Web Site and start again.

  • Errors happen when finishing the project creation, after loading all modules the error is presented. Well I’ve blacked out and started again about seven times, no exaggeration.

1 answer

1


Well, I don’t know if this will help anyone, but instead of following the tutorials, I created the local project without Azure and then published it. It’s working for now, now just study about the connection to the Azure database.

  • 1

    It doesn’t have much secret anyway. By the way, the alternative of publishing inside Visual Studio is very stable now. + 1.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.