-
Notifications
You must be signed in to change notification settings - Fork 604
Description
Hello team, I tried 3 times deploying demo environment yet I got stuck at the exact same error. After post deployment process, the vm in the cluster suppose to deploy arc client and runs data collection always fail. I've got the error message from Azure Portal under cluster verification deployment logs here it is and I've got same 3 error every time. I am also sharing log files here. Please help me to solve the problem.
"{
"code": "ValidationFailed",
"target": "/subscriptions/d09b6b77-769c-46e8-9f79-ced5dc9c2e73/resourceGroups/Local-Demo/providers/Microsoft.HybridCompute/machines/AzLHOST2",
"message": "Arc Machine with resource id [/subscriptions/d09b6b77-769c-46e8-9f79-ced5dc9c2e73/resourceGroups/Local-Demo/providers/Microsoft.HybridCompute/machines/AzLHOST2] has an OS Sku [] which is not supported for deployment.Supported SKUs are [CBL-Mariner/Linux, Microsoft Azure Linux 3.0]",
"details": [
{
"code": "ValidationFailed",
"message": "Arc Machine with resource id [/subscriptions/d09b6b77-769c-46e8-9f79-ced5dc9c2e73/resourceGroups/Local-Demo/providers/Microsoft.HybridCompute/machines/AzLHOST2] has an OS Sku [] which is not supported for deployment.Supported SKUs are [CBL-Mariner/Linux, Microsoft Azure Linux 3.0]"
}
]
}"