Skip navigation
Register for Azure services with PowerShell

Register for Azure services with PowerShell

Q. How can I register for services in Azure with PowerShell?

A. To register for services use the Register-AzureRmProviderFeature cmdlet with the provider and feature name you want to enable. For example I would use the following (after logging on with Login-AzureRmAccount and selecting a subscription with Select-AzureRmSubscription, e.g. Get-AzureRmSubscription -SubscriptionName "Windows Azure Internal Consumption" | Select-AzureRmSubscription):

Register-AzureRmProviderFeature -FeatureName "<feature>" –ProviderNamespace <provider>

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish