[ComputeManagementClient] RunCommand timeout #4369
Labels
Compute - VM
feature-request
This issue requires a new behavior in the product in order be resolved.
Mgmt
This issue is related to a management-plane library.
Service Attention
Workflow: This issue is responsible by Azure service team.
After provisioning a VM, I have code that then calls run_command to execute a multi-hour process (roughly 12 hours). However, after some period of time, the polling object that I get back from the run_command throws the following exception:
msrestazure.azure_exceptions.CloudError: Azure Error: VMExtensionProvisioningTimeout
Message: Provisioning of VM extension 'RunCommandLinux' has timed out. Extension installation may be taking too long, or extension status could not be obtained.
How do I avoid this exception in this use-case?
The text was updated successfully, but these errors were encountered: