Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subscription is not registered for the resource type 'component' in the location 'Central US' during azure deployment from VS15

I am trying to deploy the web app to Azure but facing error Error during deployment for resource 'xxxWebApiDb' in resource group 'xxxWebApiGroup': NoRegisteredProviderFound: No registered resource provider found for location 'North Europe' and API version '2.0' for type 'servers'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'northeurope, eastus, westus, southcentralus, eastus2, centralus, northcentralus, eastasia, southeastasia, japanwest, japaneast, westeurope, brazilsouth, australiaeast, australiasoutheast, centralindia, westindia, southindia, canadacentral, canadaeast'

like image 715
Zeeshan Ahmed Avatar asked Dec 24 '22 22:12

Zeeshan Ahmed


1 Answers

I just got an alternative.

  1. Goto portal.azure.com
  2. Create a web app/app service in Azure Portal.
  3. Download publish profile.
  4. Now come to visual studio, right click on web app you want to publish, click publish>Log In to your subscription > Click on Import > Select Downloaded Publish profile.
  5. Done!

Enjoy.

like image 55
Umar Farooq Awan Avatar answered Dec 28 '22 10:12

Umar Farooq Awan