Skip to content

Commit 1e3ffd7

Browse files
authored
Merge pull request #103113 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 6f2c879 + 406cd6a commit 1e3ffd7

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

articles/backup/backup-support-matrix-iaas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here's how you can back up and restore Azure VMs with the Azure Backup service.
2121

2222
**Scenario** | **Backup** | **Agent** |**Restore**
2323
--- | --- | --- | ---
24-
Direct backup of Azure VMs | Back up the entire VM. | No agent is needed on the Azure VM. Azure Backup installs and uses an extension to the [Azure VM agent](https://docs.microsoft.com/azure/virtual-machines/extensions/agent-windows) that is running on the VM. | Restore as follows:<br/><br/> - **Create a basic VM**. This is useful if the VM has no special configuration such as multiple IP addresses.<br/><br/> - **Restore the VM disk**. Restore the disk. Then attach it to an existing VM, or create a new VM from the disk by using PowerShell.<br/><br/> - **Replace VM disk**. If a VM exists and it uses managed disks (unencrypted), you can restore a disk and use it to replace an existing disk on the VM.<br/><br/> - **Restore specific files/folders**. You can restore files/folders from a VM instead of from the entire VM.
24+
Direct backup of Azure VMs | Back up the entire VM. | No additional agent is needed on the Azure VM. Azure Backup installs and uses an extension to the [Azure VM agent](https://docs.microsoft.com/azure/virtual-machines/extensions/agent-windows) that is running on the VM. | Restore as follows:<br/><br/> - **Create a basic VM**. This is useful if the VM has no special configuration such as multiple IP addresses.<br/><br/> - **Restore the VM disk**. Restore the disk. Then attach it to an existing VM, or create a new VM from the disk by using PowerShell.<br/><br/> - **Replace VM disk**. If a VM exists and it uses managed disks (unencrypted), you can restore a disk and use it to replace an existing disk on the VM.<br/><br/> - **Restore specific files/folders**. You can restore files/folders from a VM instead of from the entire VM.
2525
Direct backup of Azure VMs (Windows only) | Back up specific files/folders/volume. | Install the [Azure Recovery Services agent](backup-azure-file-folder-backup-faq.md).<br/><br/> You can run the MARS agent alongside the backup extension for the Azure VM agent to back up the VM at file/folder level. | Restore specific folders/files.
2626
Back up Azure VM to backup server | Back up files/folders/volumes; system state/bare metal files; app data to System Center DPM or to Microsoft Azure Backup Server (MABS).<br/><br/> DPM/MABS then backs up to the backup vault. | Install the DPM/MABS protection agent on the VM. The MARS agent is installed on DPM/MABS.| Restore files/folders/volumes; system state/bare metal files; app data.
2727

articles/lab-services/classroom-labs/how-to-create-manage-template.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,15 @@ Use the following steps to set title and description for the first time, and upd
3535
## Update a template VM
3636
Use the following steps to update a template VM.
3737

38-
1. On the **Template** page, select **Customize template** on the toolbar.
39-
2. On the **Customize template** dialog, select **Continue**. Once you start the template and make changes, it will no longer have the same setup as the virtual machines last published to your users. Template changes will not be reflected on your users' existing virtual machines until after you publish again.
40-
41-
![Customize dialog box](../media/how-to-create-manage-template/customize-template-dialog.png)
4238
1. Wait until the template VM is started, and then select **Connect to template** on the toolbar to connect to the template VM, and follow instructions. If it's a Windows machine, you will see an option to download the RDP file.
39+
1. Once you connect to the template and make changes, it will no longer have the same setup as the virtual machines last published to your users. Template changes will not be reflected on your users' existing virtual machines until after you publish again.
4340

4441
![Connect to the template VM](../media/how-to-create-manage-template/connect-template-vm.png)
42+
4543
1. Install any software that's required for students to do the lab (for example, Visual Studio, Azure Storage Explorer, etc.).
46-
2. Disconnect (close your remote desktop session) from the template VM.
47-
3. **Stop** the template VM by selecting **Stop template**.
48-
4. Follow steps in the next section to **publish** the updated template VM.
44+
1. Disconnect (close your remote desktop session) from the template VM.
45+
1. **Stop** the template VM by selecting **Stop template**.
46+
1. Follow steps in the next section to **Publish** the updated template VM.
4947

5048
## Publish the template VM
5149
If you don't publish the template while creating the lab, you can publish it later. Before publishing, you may want to connect to the template VM, and update it with any software. When you publish a template, Azure Lab Services creates VMs in the lab by using the template. The number of VMs created in this process are the number of VMs you specified when you published it for the first time or what you specified on the Virtual machine pool page. All virtual machines have the same configuration as the template.
@@ -57,7 +55,7 @@ If you don't publish the template while creating the lab, you can publish it lat
5755

5856
> [!IMPORTANT]
5957
> Once a template is published, it can't be unpublished. You can republish the template though.
60-
4. You can see the status of the publishing process on the Template page. Wait for the status of the template to change to **Published**.
58+
1. You can see the status of the publishing process on the Template page. Wait for the status of the template to change to **Published**.
6159

6260
![Publish status](../media/how-to-create-manage-template/publish-status.png)
6361
1. Switch to the **Virtual machines** page, and confirm that you see virtual machines that are in **Unassigned** state. These VMs are not assigned to students yet. Wait until the VMs are created. They should be in **Stopped** state. You can start a student VM, connect to the VM, stop the VM, and delete the VM on this page. You can start them on this page or let your students start the VMs.

articles/storage/common/storage-ref-azcopy-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ azcopy sync "https://[account].file.core.windows.net/[share]/[path/to/dir]?[SAS]
136136

137137
**--exclude-path** string Exclude these paths when copying. This option does not support wildcard characters (*). Checks relative path prefix(For example: myFolder;myFolder/subDirName/file.pdf). When used in combination with account traversal, paths do not include the container name.
138138

139-
**--exclude-pattern** string Exclude files where the name matches the pattern list. For example: *.jpg;*.pdf;exactName
139+
**--exclude-pattern** string Exclude files where the name matches the pattern list. For example: \*.jpg;\*.pdf;exactName
140140

141141
**-h, --help** help for sync
142142

143143
**--include-attributes** string (Windows only) Include only files whose attributes match the attribute list. For example: A;S;R
144144

145-
**--include-pattern** string Include only files where the name matches the pattern list. For example: *.jpg;*.pdf;exactName
145+
**--include-pattern** string Include only files where the name matches the pattern list. For example: \*.jpg;\*.pdf;exactName
146146

147147
**--log-level** string Define the log verbosity for the log file, available levels: INFO(all requests and responses), WARNING(slow responses), ERROR(only failed requests), and NONE(no output logs). (default INFO). (default "INFO")
148148

0 commit comments

Comments
 (0)