Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 50789f5

Browse files
Update backup-restore-diff-sub.ps1 (#410)
1 parent 611c9d2 commit 50789f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app-service/backup-restore-diff-sub/backup-restore-diff-sub.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This sample script retrieves a previously completed backup from an existing web app and restores it to a web app in another subscription.
2+
# If needed, install the Azure PowerShell using the instruction found in the Azure PowerShell guide, and then run Connect-AzAccount to create a connection with Azure.
3+
14
$resourceGroupNameSub1 = "<replace-with-your-group-name>"
25
$resourceGroupNameSub2 = "<replace-with-desired-new-group-name>"
36
$webAppNameSub1 = "<replace-with-your-app-name>"

0 commit comments

Comments
 (0)