Skip to content

Commit e5b9342

Browse files
committed
Azure Maps Store Locator
1 parent 925b8d5 commit e5b9342

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Static/storelocator/deploy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ param(
1010
[Parameter(Mandatory=$false)]
1111
[switch]$Help,
1212

13-
[string]$Location = "eastus",
13+
[string]$Location = "uksouth",
1414
[string]$Name = "storelocator",
1515
[string]$DatabaseName = "storelocator"
1616
)
@@ -73,7 +73,7 @@ try {
7373
# Create Webserver and Website
7474
Write-Output "- Creating a Webserver plan named '$webserverplan' for the Website '$webappname'..."
7575
az appservice plan create -g $group -n $webserverplan --location $Location | Out-Null
76-
az webapp create -g $group -p $webserverplan -n $webappname -r "dotnet:8" | Out-Null
76+
az webapp create -g $group -p $webserverplan -n $webappname -r "dotnet:9" | Out-Null
7777

7878
# Use managed identities
7979
Write-Output "- Utilizing managed identities for Azure Maps..."
1.53 MB
Binary file not shown.

0 commit comments

Comments
 (0)