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

Commit

Permalink
Update backup-onetime.ps1 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
msangapu-msft authored Aug 23, 2023
1 parent b4d9c10 commit 611c9d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-service/backup-onetime/backup-onetime.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.
# 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.

$webappname="mywebapp$(Get-Random -Minimum 100000 -Maximum 999999)"
$storagename="$($webappname)storage"
$container="appbackup"
Expand Down

0 comments on commit 611c9d2

Please sign in to comment.