Creating a devtest lab (portal) fails with:
{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "RequestDisallowedByPolicy",
"message": "Resource 'atgwtest6963' was disallowed by policy. Policy identifiers: '[{\"policyAssignment\":{\"name\":\"Storage accounts must have 'Allow Blob Public Access' set to Disabled\",\"id\":\"/providers/Microsoft.Management/managementGroups/fce03a5c-e0b4-46b6-914b-e8f6fa7c06c8/providers/Microsoft.Authorization/policyAssignments/6242fc9d53517d0ae6de20ab\"},\"policyDefinition\":{\"name\":\"Storage accounts must have 'Allow Blob Public Access' set to Disabled\",\"id\":\"/providers/Microsoft.Management/managementgroups/fce03a5c-e0b4-46b6-914b-e8f6fa7c06c8/providers/Microsoft.Authorization/policyDefinitions/fc6c4214-770e-ac65-4c05-7976594281cb\"}},{\"policyAssignment\":{\"name\":\"Storage accounts must use TLS Version 1.2 and above\",\"id\":\"/providers/Microsoft.Management/managementGroups/fce03a5c-e0b4-46b6-914b-e8f6fa7c06c8/providers/Microsoft.Authorization/policyAssignments/9c9f5e389f580b3fd1b1ba59\"},\"policyDefinition\":{\"name\":\"Storage accounts must use TLS Version 1.2 and above\",\"id\":\"/providers/Microsoft.Management/managementgroups/fce03a5c-e0b4-46b6-914b-e8f6fa7c06c8/providers/Microsoft.Authorization/policyDefinitions/e52bd9e7-9187-7cf5-ed95-6c22f8f706ef\"}}]'."
}
]
}
looks like the creation interferes with policy:
Storage accounts must have 'Allow Blob Public Access' set to Disabled
and
Storage accounts must use TLS Version 1.2 and above
Are Enable blob public access and TLS < 1.2 mandatory devtest labs?
if not, is it possible to spin up a devtest lab without breaking these policies?
thank you in advance,
Jüfan