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

Commit

Permalink
Update backup-delete.ps1 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
msangapu-msft authored Aug 23, 2023
1 parent 1923fbf commit b4d9c10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-service/backup-delete/backup-delete.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This sample script creates a web app in App Service with its related resources, and then creates a one-time backup for it.
# 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.

$resourceGroupName = "myResourceGroup"
$webappname = "<replace-with-your-app-name>"

Expand Down

0 comments on commit b4d9c10

Please sign in to comment.