How to create Asp.Net MVC web project in Azure?

1

Yes, I've browsed the google , acessei forums and watched videos, but unfortunately I have not yet gotten an easy-to-understand tutorial to create a web project in Asp.Net MVC on Azure. The best tutorial I got was this , and this one also . Home I have difficulties with English, and so I am here on stackoverflow in Portuguese. I'm 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 / schedulefacilweb / 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.

Can anyone help me?

    
asked by anonymous 02.06.2015 / 21:34

1 answer

1

Well, I do not know if this could help anyone, but instead of following the tutorials, I created the local project without Azure and then published it. It's working for now, you just need to study the connection to the Azure database.

    
02.06.2015 / 22:06