Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subscription not registered to use namespace 'Microsoft.Network'

While using azure vmazure network public-ip create I have encountered following error:

error:   The subscription is not registered to use namespace 'Microsoft.Network'.

I have added a namespace to active directory on azure portal. However I cannot figure out how to configure it in order to work. Can anyone help, please?

like image 396
Pawel Miszkurka Avatar asked Jun 07 '16 14:06

Pawel Miszkurka


1 Answers

This is what helped me (through the Azure Portal).

  1. Navigate to the Azure Portal
  2. Under All Services, select Subscriptions
  3. Select the subscription you are using
  4. On the left menu, under Settings, select Resource Providers
  5. Find the provider you need (Microsoft.Network) and click Register

I got these instructions from the following link. https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-register-provider-errors#solution-3---azure-portal

like image 175
ProgrammerAl Avatar answered Oct 21 '22 10:10

ProgrammerAl