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

Commit b4d9c10

Browse files
Update backup-delete.ps1 (#408)
1 parent 1923fbf commit b4d9c10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app-service/backup-delete/backup-delete.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This sample script creates a web app in App Service with its related resources, and then creates a one-time backup for it.
2+
# To run this script, you need an existing backup for a web app. To create one, see Backup up a web app or Create a scheduled backup for a web app.
3+
14
$resourceGroupName = "myResourceGroup"
25
$webappname = "<replace-with-your-app-name>"
36

0 commit comments

Comments
 (0)