Fix documentation for expanding Azure disks - #476
Conversation
Updated documentation for expanding Azure managed disks
|
ffidelis : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
ffidelis : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 3969a66:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/aks/create-volume-azure-disk.md | Details |
articles/aks/create-volume-azure-disk.md
- Line 419, Column 74: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks?tabs=ubuntu#expand-an-azure-managed-disk' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 419, Column 74: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks?tabs=ubuntu#expand-an-azure-managed-disk' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Updates AKS guidance for expanding Azure managed disks beyond 4 TiB.
Changes:
- Adds expansion and downtime guidance by disk type.
- Links to detailed Azure disk documentation.
- Updates the article date.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| > Expanding a persistent volume without downtime works with volumes up to 4TB. | ||
| > If a **Standard HDD**, **Standard SSD**, or **Premium SSD** volume needs to be expanded beyond 4 TiB, the disk **must** be unmounted and detached from the AKS node. Therefore, before updating the `PersistentVolumeClaim` (PVC), scale the workload down to zero replicas to ensure the volume is detached. | ||
| > | ||
| > This limitation does not apply to **Premium SSD v2** or **Ultra Disks** which support online expansion beyond 4 TiB. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit e7a0b0d: ✅ Validation status: passed
For more details, please refer to the build report. |
Updated documentation for expanding Azure managed disks