Skip to content

Changes for Restore documentation#4262

Closed
amdeocha wants to merge 4 commits intoMicrosoftDocs:mainfrom
amdeocha:main
Closed

Changes for Restore documentation#4262
amdeocha wants to merge 4 commits intoMicrosoftDocs:mainfrom
amdeocha:main

Conversation

@amdeocha
Copy link
Copy Markdown

Changes for Restore documentation

@prmerger-automator
Copy link
Copy Markdown
Contributor

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

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

@prmerger-automator
Copy link
Copy Markdown
Contributor

PRMerger Results

Issue Description
Added File(s) This PR contains added files. New files require human review.
Yaml File(s) This PR includes changes to .yml file(s) owned by another author.
File Change Percent This PR contains file(s) with more than 30% file change.
Image File This PR added or updated an image file(s).

@v-regandowner
Copy link
Copy Markdown
Contributor

@ronmiab

If you approve the new content in this PR, the commits must be moved to the private repository for automated checks and publishing. After you move the commits, close this PR (#please-close). If you need help moving the commits, contact the publicprs alias.

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

@prmerger-automator prmerger-automator Bot added the aq-pr-triaged Tracking label for the PR review team label Apr 23, 2026
@v-regandowner v-regandowner requested a review from Copilot April 23, 2026 15:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds initial “Restore” documentation for Azure Local disconnected operations and updates navigation/backup docs accordingly.

Changes:

  • Adds a new restore how-to/concept article for disconnected operations.
  • Updates the backup article title and removes the “restore is in development” disclaimer.
  • Adds the new restore article to the Azure Local TOC under Disconnected operations.

Reviewed changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated 6 comments.

File Description
azure-local/manage/disconnected-operations-restore.md New restore documentation (cmdlets, prerequisites, post-restore caveats) gated by monikers.
azure-local/manage/disconnected-operations-back-up-restore.md Updates page metadata title and removes restore-in-development notice.
azure-local/TOC.yml Adds TOC entry linking to the new restore article.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


# Restore for disconnected operations for Azure Local

::: moniker range=">=azloc-2602"
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The moniker range starts at ">=azloc-2602", but the feature note below says restore is only available in Azure Local 2603+. As written, the restore content will render for azloc-2602 (and also overlaps with the fallback moniker), which is misleading. Update the content moniker to start at the correct version (likely ">=azloc-2603") so it doesn’t display for 2602.

Suggested change
::: moniker range=">=azloc-2602"
::: moniker range=">=azloc-2603"

Copilot uses AI. Check for mistakes.
::: moniker-end
::: moniker range="<=azloc-2602"
Copy link

Copilot AI Apr 23, 2026

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).

Suggested change
::: moniker range="<=azloc-2602"
::: moniker range="<azloc-2603"

Copilot uses AI. Check for mistakes.
Import-Module "<full path to Operations Module>\Azure.Local.Restore.psm1"
```

## Trigger and monitor a backup
Copy link

Copilot AI Apr 23, 2026

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.

Suggested change
## Trigger and monitor a backup
## Trigger and monitor a restore

Copilot uses AI. Check for mistakes.
Comment on lines +21 to +26
> [!IMPORTANT]
> The restore operation supports restoring the backup to the same version of Azure local disconnected environment.
## Overview

The backup feature currently backs up only the control plane VM data. It doesn't include associated workloads or configured clusters. The restore functionality restores the control plane data from the backup. So, ensure that you configure the same version of Azure local disconnected where you restore the backup.
Copy link

Copilot AI Apr 23, 2026

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 uses AI. Check for mistakes.
Comment on lines +38 to +41
- **Environment Setup:** Ensure that you have a fresh Azure local Disconnected environment that you set up and that the version matches the backup version. Cross version restores aren't supported.

- **Root Certificate:** For the Restore VM, ensure that the same Root Certificate - Certificate Authority is used for the new VM Creation to ensure the trust.

Copy link

Copilot AI Apr 23, 2026

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 uses AI. Check for mistakes.
Comment thread azure-local/TOC.yml
- name: Back up disconnected operations
href: manage/disconnected-operations-back-up-restore.md
- name: Restore disconnected operations
href: manage/disconnected-operations-restore.md
Copy link

Copilot AI Apr 23, 2026

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.

Suggested change
href: manage/disconnected-operations-restore.md
href: manage/disconnected-operations-restore.md

Copilot uses AI. Check for mistakes.
@ronmiab
Copy link
Copy Markdown
Contributor

ronmiab commented Apr 27, 2026

#please-close

Files fixed in private repo: https://github.com/MicrosoftDocs/azure-stack-docs-pr/pull/20631

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.

4 participants