We are trying to manually update the size of our VMSS. What is suggested online is going to the VMSS page and resize on the size page. What currently happens is that when the resize button is pressed we get a 500 internal server error from azure. We are not able to find a workaround for this VMSS scaling issue.
The error code we get is "InternalOperationError" with json content as:
"properties": {
"statusCode": "InternalServerError",
"serviceRequestId": null,
"statusMessage": "{\"error\":{\"code\":\"InternalOperationError\",\"message\":\"An internal error occurred in the operation.\"}}",
"responseBody": "{\"error\":{\"code\":\"InternalOperationError\",\"message\":\"An internal error occurred in the operation.\"}}",
"eventCategory": "Administrative",
"entity": "-------------",
"message": "Microsoft.Compute/virtualMachineScaleSets/write",
"hierarchy": "---------------------"
}
Does anyone have the same problem and if so, what is their workaround?
Thanks in advance.