I successfully registered the new Azure DNS Feature using the following command :
Register-AzureProviderFeature -ProviderNamespace Microsoft.Network -FeatureName azurednspreview
i do get an output saying the service has been enabled :
FeatureName ProviderName RegistrationState
----------- ------------ -----------------
azurednspreview Microsoft.Network Registered
But when i try to create a new zone i get the following error :
New-AzureDnsZone -Name mydns.com -ResourceGroupName DnsCorporatifs
New-AzureDnsZone : MissingRegistrationForType: The subscription is not registered for the resource type 'dnszones'. Please re-register for this provider in order to have access to this
resource type.
At line:1 char:2
+ New-AzureDnsZone -Name mydns.com -ResourceGroupName DnsCorporatifs
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureDnsZone], CloudException
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.Dns.NewAzureDnsZone
Anyone has been able to use the new service ?
regards,
GGB