-
Notifications
You must be signed in to change notification settings - Fork 284
Clarify behavior on VM resize operation failures #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added note about VM resize operation failures and behavior. https://msazure.visualstudio.com/One/_workitems/edit/35567915/?view=edit
|
@Olosinsk-commits : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit b2d2c90: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Clarifies documentation about behavior when a VM resize operation fails.
- Adds a NOTE block explaining that after a failed resize, the VM keeps running on the previous size while the portal may show the requested size.
- Introduces new admonition syntax in the resize instructions section.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| > [!Note] | ||
| > If a resize operation **fails**, the VM model **may display the desired VM size**. However, the virtual machine will **continue running** on its **previous size until** a **new allocation attempt succeeds**. The Azure portal may temporarily show the resized SKU even though the VM is still operating with the earlier configuration. |
Copilot
AI
Oct 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Docs alert syntax should use uppercase NOTE (> [!NOTE]) for proper rendering. Recommend changing [!Note] to [!NOTE]; also consider reducing unnecessary bold emphasis to only the key term (e.g., 'fails') for readability.
| > [!Note] | |
| > If a resize operation **fails**, the VM model **may display the desired VM size**. However, the virtual machine will **continue running** on its **previous size until** a **new allocation attempt succeeds**. The Azure portal may temporarily show the resized SKU even though the VM is still operating with the earlier configuration. | |
| > [!NOTE] | |
| > If a resize operation **fails**, the VM model may display the desired VM size. However, the virtual machine will continue running on its previous size until a new allocation attempt succeeds. The Azure portal may temporarily show the resized SKU even though the VM is still operating with the earlier configuration. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
@Olosinsk-commits the VM model not may but will display the desired VM size. And the portal will not temporarily show, it will always show the desired VM size as that comes from the VM model from CRP. |
|
#sign-off |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @ju-shim |
|
Learn Build status updates of commit b496840: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@clmendes-MSFT, thank you for reviewing this proposal. Updated note based on your feedback. |
|
@ju-shim Could you review this proposed update to your article and enter Thanks! |
|
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
Added note about VM resize operation failures and behavior. https://msazure.visualstudio.com/One/_workitems/edit/35567915/?view=edit