Skip to content

Commit cbdeb47

Browse files
author
David Curwin
committed
Misc changes
1 parent e0b7dfe commit cbdeb47

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

articles/backup/backup-configure-vault.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ If your machine has limited internet access, ensure that firewall settings on th
5858
* 20.190.128.0/18
5959
* 40.126.0.0/18
6060

61+
Access to all of the URLs and IP addresses listed above uses the HTTPS protocol on port 443.
62+
6163
## Create a Recovery Services vault
6264

6365
A Recovery Services vault stores all the backups and recovery points you create over time, and contains the backup policy applied to backed up machines. Create a vault as follows:

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ To create a backup policy:
226226

227227
![Edit the log backup policy](./media/backup-azure-sql-database/log-backup-policy-editor.png)
228228

229-
13. On the **Backup policy** menu, choose whether to enable **SQL Backup Compression**.
230-
* Compression is disabled by default.
231-
* On the back end, Azure Backup uses SQL native backup compression.
229+
13. On the **Backup policy** menu, choose whether to enable **SQL Backup Compression** or not. This option is disabled by default. If enabled, SQL Server will send a compressed backup stream to the VDI. Please note that Azure Backup overrides instance level defaults with COMPRESSION / NO_COMPRESSION clause depending on the value of this control.
232230

233231
14. After you complete the edits to the backup policy, select **OK**.
234232

articles/backup/restore-sql-database-azure-vm.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,15 @@ To restore the backup data as .bak files instead of a database, choose **Restore
104104

105105
1. In the **Restore Configuration** menu, under **Where to Restore**, select **Restore as files**.
106106
2. Select the SQL Server name to which you want to restore the backup files.
107-
3. In the **Destination path on the server** input the folder path on the server selected in step 2. This is the location where the service will dump all the necessary backup files. Typically, a network share path, or path of a mounted Azure file share when specified as the destination path, enables easier access to these files by other machines in the same network or with the same Azure file share mounted on them.
107+
3. In the **Destination path on the server** input the folder path on the server selected in step 2. This is the location where the service will dump all the necessary backup files. Typically, a network share path, or path of a mounted Azure file share when specified as the destination path, enables easier access to these files by other machines in the same network or with the same Azure file share mounted on them.<BR>
108+
109+
>To restore the database backup files on an Azure File Share mounted on the target registered VM, make sure that NT AUTHORITY\SYSTEM has access to the file share. You can perform the steps given below to grant the read/write permissions to the AFS mounted on the VM:
110+
>- Run `PsExec -s cmd` to enter into NT AUTHORITY\SYSTEM shell
111+
> - Execute `cmdkey /add:<storageacct>.file.core.windows.net /user:AZURE\<storageacct> /pass:<storagekey>`
112+
> - Verify access with `dir \\<storageacct>.file.core.windows.net\<filesharename>`
113+
>- Kick off a restore as files from the Backup Vault to `\\<storageacct>.file.core.windows.net\<filesharename>` as the path<BR>
114+
You can download Psexec via <https://docs.microsoft.com/sysinternals/downloads/psexec>
115+
108116
4. Select **OK**.
109117

110118
![Select Restore As Files](./media/backup-azure-sql-database/restore-as-files.png)

0 commit comments

Comments
 (0)