Skip to content

Commit 76a3453

Browse files
Merge pull request #303313 from AbhishekMallick-MS/Jul-25-2025-EEE
Addressed EEE doc ask #31983547
2 parents f96fe37 + 4739019 commit 76a3453

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/backup/faq-backup-sql-server.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ sections:
149149
answer: |
150150
During the backup operation, the *backup job* connects to three Service Endpoints - `AzureBackup`, `AzureStorage`, and `Microsoft Entra ID`. In this scenario, we recommend you to configure the Service Endpoint to `AzureStorage`, which helps to send the traffic from the Virtual Network to the Storage directly. For Azure Backup and Microsoft Entra ID, you can configure UDR over service tags so that the traffic travels to backbone network instead of on-premises.
151151
152+
- question: |
153+
Why do I need write permission on the source SQL Server to restore to another SQL Server?
154+
answer: |
155+
You need write access to the source VM during a PowerShell-based SQL ALR restore to confirm that the data owner is initiating the restore. This check prevents unauthorized access through the Recovery Services Vault. If the source VM no longer exists, the vault skips validation and lets you restore to any VM without needing write access to the original source.
156+
157+
152158
additionalContent: |
153159
154160
## Next steps

0 commit comments

Comments
 (0)