Hi, trying to upload a vhd file to our storage container however receiving the following error:
Add-AzureRmVhd : The current subscription type is not permitted to perform operations on any provider namespace. Please use
a different subscription.
At line:3 char:1
+ Add-AzureRmVhd -ResourceGroupName $resourceGroupName `
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Add-AzureRmVhd], CloudException
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.Compute.StorageServices.AddAzureVhdCommand
we are on a free trial at present, I have confirmed I am the owner and as far as I am aware this should be possible on the free subscription account.