Skip to content

Update cloud-init-troubleshooting.md #235

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mries
Copy link
Contributor

@mries mries commented May 18, 2025

Removed chroot from "Step3: Collect & review VM logs". Chroot isn't a requirement to access an oskdisk filesystem on a rescue VM. Using such could make troubleshooting more complicated if you intend on pulling off the logs in the advent of a support case requirement.

Added simply mount to the section providing a link to the instruction for collecting and/or examining logs both LVM and Raw.

Added cloud-init.log and cloud.init-output.log as these are part of the initial investigation.

Added to "deeper dive" section serial logs as they are very important to look at for provisioning failures. Provided link how to access boot diagnostics (serial log) in the portal.

Removed chroot from "Step3: Collect & review VM logs".  Chroot isn't a requirement to access an oskdisk filesystem on a rescue VM. Using such could make troubleshooting more complicated if you intend on pulling off the logs in the advent of a support case requirement. 

Added simply mount to the section providing a link to the instruction for collecting and/or examining logs both LVM and Raw.

Added cloud-init.log and cloud.init-output.log as these are part of the initial investigation.

Added to "deeper dive" section serial logs as they are very important to look at for provisioning failures. Provided link how to access boot diagnostics (serial log) in the portal.
Copy link
Contributor

@mries : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit 1cf7800:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/virtual-machines/linux/cloud-init-troubleshooting.md ⚠️Warning Details

articles/virtual-machines/linux/cloud-init-troubleshooting.md

  • Line 91, Column 153: [Warning: hard-coded-locale - See documentation] Link 'https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux#mount-the-attached-data-disk' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
  • Line 91, Column 309: [Warning: hard-coded-locale - See documentation] Link 'https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux#mount-the-attached-data-disk' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
  • Line 112, Column 3: [Warning: hard-coded-locale - See documentation] Link 'https://learn.microsoft.com/en-us/azure/virtual-machines/boot-diagnostics#boot-diagnostics-view' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
  • Line 91, Column 153: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux#mount-the-attached-data-disk' will be broken in isolated environments. Replace with a relative link.
  • Line 91, Column 309: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux#mount-the-attached-data-disk' will be broken in isolated environments. Replace with a relative link.
  • Line 112, Column 3: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/en-us/azure/virtual-machines/boot-diagnostics#boot-diagnostics-view' 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.

For any questions, please:

Removed  Localization from links (en-us)
Copy link
Contributor

Learn Build status updates of commit dff11da:

💡 Validation status: suggestions

File Status Preview URL Details
articles/virtual-machines/linux/cloud-init-troubleshooting.md 💡Suggestion Details

articles/virtual-machines/linux/cloud-init-troubleshooting.md

  • Line 91, Column 153: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux#mount-the-attached-data-disk' will be broken in isolated environments. Replace with a relative link.
  • Line 91, Column 303: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux#mount-the-attached-data-disk' will be broken in isolated environments. Replace with a relative link.
  • Line 112, Column 3: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/azure/virtual-machines/boot-diagnostics#boot-diagnostics-view' 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.

For any questions, please:

@Court72
Copy link
Contributor

Court72 commented May 19, 2025

@mattmcinnes

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged C+L Pull Request Review Team label label May 19, 2025
@mries
Copy link
Contributor Author

mries commented May 25, 2025

let's wait on the review I am still have not making sure PG is good with the changes.

Copy link

github-actions bot commented Jun 8, 2025

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.
Get Help
Docs Support Teams Channel
Resolve Merge Conflict

@github-actions github-actions bot added the inactive This PR is inactive for more than 14 days label Jun 8, 2025
@v-dirichards
Copy link
Contributor

@mattmcinnes - Could you review this proposed update to your article and enter #sign-off in a comment if it's ready to merge?

Thanks!

@github-actions github-actions bot removed the inactive This PR is inactive for more than 14 days label Jun 10, 2025
@v-dirichards
Copy link
Contributor

@mries
Copy link
Contributor Author

mries commented Jun 16, 2025

Sorry for the delay. I will get a final review by PG this week.

@mries
Copy link
Contributor Author

mries commented Jun 18, 2025

good to go according to PG.

Copy link
Contributor

Learn Build status updates of commit c3f8307:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/virtual-machines/linux/cloud-init-troubleshooting.md ⚠️Warning Details

articles/virtual-machines/linux/cloud-init-troubleshooting.md

  • Line 91, Column 153: [Warning: file-not-found - See documentation] Invalid file link: 'troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux'.
  • Line 91, Column 275: [Warning: file-not-found - See documentation] Invalid file link: 'troubleshoot/azure/virtual-machines/linux/troubleshoot-recovery-disks-portal-linux'.
  • Line 112, Column 3: [Warning: file-not-found - See documentation] Invalid file link: 'azure/virtual-machines/boot-diagnostics'.

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.

Copy link
Contributor

Learn Build status updates of commit f5935b8:

✅ Validation status: passed

File Status Preview URL Details
articles/virtual-machines/linux/cloud-init-troubleshooting.md ✅Succeeded

For more details, please refer to the build report.

@v-regandowner v-regandowner requested a review from iamwilliew June 19, 2025 15:12
@v-regandowner
Copy link
Contributor

@mattmcinnes @cynthn - Can you review this proposed update to your article and enter #sign-off in a comment if it's ready to merge?

@v-dirichards
Copy link
Contributor

I sent an email to the content owner today.

@MicrosoftDocs/public-repo-pr-review-team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants