0
votes

I am not able to Create Azure Paas resource "VirtualMachineScaleSets" within DevTestLab, which i am trying by uploading ARM Template to DevtestLab repository through VSTS. It gives "Authorization failed for template resource of type 'Microsoft.Compute/VirtualMachineScaleSets' error Overall goal is to create "Service fabric cluster" within DevTestLab

MSDN link : https://docs.microsoft.com/en-us/azure/devtest-lab/devtest-lab-create-environment-from-arm

2

2 Answers

0
votes

Because DevTestLab is different with Azure resource module. For now, Azure does not support deploy VMSS to DevTestLab.

By the way, we can't use the same template to deploy resource in DevTestLab, there are different resource.

More information about DevTestLab template, please refer to this link.

0
votes

We have a fix working its way through our safe deployment pipeline. The fix will be deployed soon to all regions.

As a work around you could give "VS Dev Test Lab" application "owner" permission at subscription level and "owner" permission to DevTestLab created.