Skip to content

Commit

Permalink
formatting (Azure#95)
Browse files Browse the repository at this point in the history
* backup apps

* tested

* formatting
  • Loading branch information
cephalin authored and erickson-doug committed Oct 30, 2017
1 parent aecd9ce commit 63cc543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-service/backup-scheduled/backup-scheduled.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $webappname="mywebapp$(Get-Random -Minimum 100000 -Maximum 999999)"
$storagename="$($webappname)storage"
$container="appbackup"
$location="West Europe"

# Create a resource group.
New-AzureRmResourceGroup -Name myResourceGroup -Location $location

Expand Down

0 comments on commit 63cc543

Please sign in to comment.