I just create new Azure account with bizspak. I added certificate and i wanted upload VM role, but they said "the subscription is not authorized for this feature" why?
My script
csupload Add-VMImage -Connection "SubscriptionId=e6db325e-***********b42462b967fb;CertificateThumbprint=7989E0348C37F*************4D0629F" -Description "VMRole" -LiteralPath "D:\MEDFAR Inc\VMRole\VigilanceForAzure.vhd" -Name VigilanceForAzure.vhd -Location "North Central US"
have you any idea why?
Thanks you.