Quantcast
Channel: Azure Virtual Machines forum
Viewing all articles
Browse latest Browse all 12545

Unable to create Azure virtual machine using resource group template

$
0
0

I am trying to use new resource group model to create a virtual machine, however it fails with error 'The appId '1950a258-227b-4e31-a9cf-717495945fc2' is not allowed to make 
requests via API for 'PUT' operations; please contact support if you would like the ability to perform these actions.'

I code I am using is taken from  http://java.dzone.com/articles/step-step-quickly-build-iaas

Powershell Azure module version used is 0.8.6

Any information in resolving the error would be helpful.

Thanks,

Arun

Below is the log from the commands

VERBOSE: 4:33:59 PM - Created resource group 'Arunlab012' in location 'eastus'
VERBOSE: 4:34:01 PM - Template is valid.
VERBOSE: 4:34:05 PM - Create template deployment 'Microsoft.WindowsServer2012R2Datacenter.0.2.0-preview' using template https://gallerystoreprodch.blob.core.windows.net/prod-microsoft-windowsazure-gallery
/8D6B920B-10F4-4B5A-B3DA-9D398FBCF3EE.PUBLICGALLERYITEMS.MICROSOFT.WINDOWSSERVER2012R2DATACENTER.0.2.0-PREVIEW/DeploymentTemplates/DefaultTemplate.json.

New-AzureResourceGroup : 4:34:13 PM - Resource Microsoft.ClassicCompute/domainNames 'Arunlab012web22' failed with message 'The appId '1950a258-227b-4e31-a9cf-717495945fc2' is not allowed to make 
requests via API for 'PUT' operations; please contact support if you would like the ability to perform these actions.'
At C:\Users\arun M\Desktop\RGVM.ps1:55 char:1
+ New-AzureResourceGroup `
+ ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [New-AzureResourceGroup], Exception
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.Resources.NewAzureResourceGroupCommand

New-AzureResourceGroup : 4:34:13 PM - Resource Microsoft.ClassicStorage/storageAccounts 'Arunlab012stor' failed with message 'The appId '1950a258-227b-4e31-a9cf-717495945fc2' is not allowed to make 
requests via API for 'PUT' operations; please contact support if you would like the ability to perform these actions.'
At C:\Users\arun M\Desktop\RGVM.ps1:55 char:1
+ New-AzureResourceGroup `
+ ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [New-AzureResourceGroup], Exception
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.Resources.NewAzureResourceGroupCommand

New-AzureResourceGroup : 4:34:13 PM - Resource Microsoft.ClassicNetwork/virtualNetworks 'Arunlab012net' failed with message 'The appId '1950a258-227b-4e31-a9cf-717495945fc2' is not allowed to make 
requests via API for 'PUT' operations; please contact support if you would like the ability to perform these actions.'
At C:\Users\arun M\Desktop\RGVM.ps1:55 char:1
+ New-AzureResourceGroup `
+ ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [New-AzureResourceGroup], Exception
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.Resources.NewAzureResourceGroupCommand

   

Viewing all articles
Browse latest Browse all 12545

Trending Articles