-
Notifications
You must be signed in to change notification settings - Fork 444
Changes for Restore documentation #4262
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,107 @@ | ||||||
| --- | ||||||
| title: Restore Azure Local Disconnected Environments | ||||||
| description: Learn how to restore an Azure Local environment running in disconnected mode. Configure restore parameters and trigger a restore operation. | ||||||
| author: ronmiab | ||||||
| ms.author: robess | ||||||
| ms.date: 04/03/2026 | ||||||
| ms.topic: concept-article | ||||||
| ms.service: azure-local | ||||||
| ms.subservice: hyperconverged | ||||||
| ai-usage: ai-assisted | ||||||
| --- | ||||||
|
|
||||||
| # Restore for disconnected operations for Azure Local | ||||||
|
|
||||||
| ::: moniker range=">=azloc-2602" | ||||||
|
||||||
| ::: moniker range=">=azloc-2602" | |
| ::: moniker range=">=azloc-2603" |
Copilot
AI
Apr 23, 2026
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.
In this IMPORTANT note and the following paragraph, "Azure local" is inconsistently cased compared to "Azure Local" elsewhere in the article/title. Please standardize the product name casing (and related phrasing) so readers don’t interpret it as a different term.
Copilot
AI
Apr 23, 2026
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.
These prerequisites have multiple capitalization/grammar issues (for example "Azure local Disconnected", "Cross version", and "new VM Creation") that make the steps harder to follow. Please standardize capitalization ("Azure Local disconnected"), use the hyphenated form ("cross-version"), and rephrase the root certificate requirement more clearly.
Copilot
AI
Apr 23, 2026
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.
Section heading says "Trigger and monitor a backup" but the section content and commands are for restore. Rename the heading to "Trigger and monitor a restore" to avoid confusing readers.
| ## Trigger and monitor a backup | |
| ## Trigger and monitor a restore |
Copilot
AI
Apr 23, 2026
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 fallback moniker range overlaps the main content moniker (both include azloc-2602), so users on 2602 can see both the restore instructions and the "2603 or later" warning. Adjust the fallback moniker to avoid overlap (for example, use "<azloc-2603", consistent with azure-local/manage/manage-secure-boot-updates.md:230).
| ::: moniker range="<=azloc-2602" | |
| ::: moniker range="<azloc-2603" |
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.
This TOC line has trailing whitespace after the href value. Please remove trailing spaces to avoid YAML/markdown lint noise and unnecessary diffs.