mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:23:17 +08:00
e0d8b58969
`imageSku` should be string ... otherwise this is the error it shows up: ``` msrestazure.azure_exceptions.CloudError: Azure Error: InvalidTemplate Message: Deployment template validation failed: 'Template parameter JToken type is not valid. Expected 'String, Uri'. Actual 'Integer'. Please see https://aka.ms/resource-manager-parameter-files for usage details.'. Additional Information: Type: TemplateViolation Info: { "lineNumber": 1, "linePosition": 673, "path": "properties.template.parameters.imageSku" } ```