{'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':'ApplianceDeploymentFailed','message':'The operation to create appliance failed. Please check operations of deployment 'wkviyaapp' under resource group '/subscriptions/60eee668-4183-4cca-8230-822774c6a161/resourceGroups/mrg-sas-viya-on-azure-20230110125151'. Error message: 'At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.''}]} Reviewing the resource group 'mrg-sas-viya-on-azure-20230110125151' I see mention of failed application deployment (wkviyaapp) and errors related to invalid access tokens. I also see an automation account (wk-viya-automation) created with failed attempt to create access keys. The following is my response from MS support: *** "code\":\"DeploymentScriptOperationFailed\",\"message\":\"The received access token is not valid: at least one of the claims 'puid' or 'altsecid' or 'oid' should be present. If you are accessing as application please make sure service principal is properly created in the tenant.\" Judging from this, it seems the template for this managed appliction may be missing some required properties. That being said though, this managed application is a 3rd party offering. I do not know if you have had a chance to bring this to their attention, but the Sas Viya managed application has this link for support: https://communities.sas.com/t5/SAS-Viya-on-Microsoft-Azure/bd-p/viya-for-azure?utm_source=viya-azure&utm_medium=app&utm_campaign=viya-azure I tried deploying it on my side so that I could review the template used for it, however the template in question simply calls a linked template using the following function: "[deployment().properties.templateLink.uri]". I suspect that the linked template in question has a Deployment Script resource that is tripping the aforementioned error, but this is speculation on my part as I am unable to view the linked template in question. *** Any help would be appreciated, TY
... View more