BookmarkSubscribeRSS Feed
Lillioja
Obsidian | Level 7

This programming is not for the homework client and I decided I can't afford it.

 

SAS probably doesn't charge much but they assign you to top flight servers and Microsoft or who else do charge a lot for them, so beware. So far I spent $600 without running a single line of code.

DQM
Obsidian | Level 7 DQM
Obsidian | Level 7

Congratulations! 

To minimize the cost, the instruction to start/stop SAS Viya is very helpful. 

https://go.documentation.sas.com/doc/en/viyaakscdc/v_001/viyaakstasks/n08xicw2ywyp24n18938pqkzf9cq.h...

 

Steffanvm1
Calcite | Level 5

Greetings, I need some assistance please and trust that someone on this Forum may have experienced the same issue before. Trying to deploy SAS Viya (pay-as-you-go) on Azure Marketplace. The error I receive states:

2024-11-04 12:20:19 EST - Steffan Van MolendorffAdditional comments
{
"status": "Failed",
"error": {
"code": "ApplicationDeploymentFailed",
"message": "The operation to create application failed. Please check operations of deployment 'sasasviya' under resource group '/subscriptions/b9887eaf-1437-47cb-bf09-9730b202b562/resourceGroups/mrg-sas-viya-on-azure-20241104191045'. Error message: 'At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.'",
"details": [
{
"code": "BadRequest",
"message": "{\r\n \"error\": {\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'sasasviya-aks' is not valid according to the validation procedure. The tracking id is '9e86204c-066c-4003-9940-d0ddf0b11cc0'. See inner errors for details.\",\r\n \"details\": [\r\n {\r\n \"code\": \"SubscriptionNotEnabledEncryptionAtHost\",\r\n \"message\": \"Preflight validation check for resource(s) for container service my-viya-aks in resource group mrg-sas-viya-on-azure-20241104191045 failed. Message: Subscription does not enable EncryptionAtHost.. Details: \"\r\n }\r\n ]\r\n }\r\n}"
},
{
"code": "Conflict",
"message": "{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"DeploymentFailed\",\r\n \"target\": \"/subscriptions/b9887eaf-1437-47cb-bf09-9730b202b562/resourceGroups/mrg-sas-viya-on-azure-20241104191045/providers/Microsoft.Resources/deployments/sasasviya-nfs\",\r\n \"message\": \"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.\",\r\n \"details\": [\r\n {\r\n \"code\": \"InvalidParameter\",\r\n \"target\": \"securityProfile.encryptionAtHost\",\r\n \"message\": \"The property 'securityProfile.encryptionAtHost' is not valid because the 'Microsoft.Compute/EncryptionAtHost' feature is not enabled for this subscription.\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}"
},
{
"code": "Conflict",
"message": "{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"DeploymentFailed\",\r\n \"target\": \"/subscriptions/b9887eaf-1437-47cb-bf09-9730b202b562/resourceGroups/mrg-sas-viya-on-azure-20241104191045/providers/Microsoft.Resources/deployments/sasasviya-automation\",\r\n \"message\": \"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.\",\r\n \"details\": [\r\n {\r\n \"code\": \"BadRequest\",\r\n \"target\": \"/subscriptions/b9887eaf-1437-47cb-bf09-9730b202b562/resourceGroups/mrg-sas-viya-on-azure-20241104191045/providers/Microsoft.Automation/automationAccounts/my-viya-automation\",\r\n \"message\": \"{\\r\\n \\\"code\\\": \\\"BadRequest\\\",\\r\\n \\\"message\\\": \\\"Account already exists in another resourcegroup in a subscription. ResourceGroupName: mrg-sas-viya-on-azure-20241104172856.\\\"\\r\\n}\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}"
}
]
}
}

"

"

JuanS_OCS
Azurite | Level 17
Hi there,

Did you see the message and tried to Google for SubscriptionNotEnabledEncryptionAtHost? The answer comes immediately 😉 You need to enable this for your VMs/instances at a subscription level. Do check if it’s available in your region first.
Steffanvm1
Calcite | Level 5
Thank you, I will review and action accordingly. Will advise an update soon.
JuanS_OCS
Azurite | Level 17
Thanks! Please let us know how it goes. Hopefully this will allow you to make progress
CoderClark
Calcite | Level 5

I'm looking to deploy SAS Viya PAYG via the Azure Marketplace.

I've have ensured that EncryptionAtHost is enabled for the subscription. However, I'm struggling to increase the subscription quota for Standard DSv4 (to 44) and EDSv4 (to 20) as required. Therefore, the deployment is failing due to the lack of CPUs in the quota. I've spoken to Microsoft and they suggest that the region (UK South) is currently experiencing high demand and cannot increase my quota at this time.

 

Is there a way to force the deployment based on the CPU quota that I have?

DQM
Obsidian | Level 7 DQM
Obsidian | Level 7
Hi, my recommendation is to deploy SAS in a different region that supports the required quota.
CoderClark
Calcite | Level 5

@DQM wrote:
Hi, my recommendation is to deploy SAS in a different region that supports the required quota.

Thanks, I've tried a number of different regions. I can't seem to find one where I can obtain the required quota. If you have any suggestions, please let me know!

 

I've just gone through all of the regions in Azure and I've not had a quota increase on any of them for Standard EDSv4 vCPUs to 20.

 

So I feel a bit stuck.