We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925b8d5 commit e5b9342Copy full SHA for e5b9342
2 files changed
Static/storelocator/deploy.ps1
@@ -10,7 +10,7 @@ param(
10
[Parameter(Mandatory=$false)]
11
[switch]$Help,
12
13
- [string]$Location = "eastus",
+ [string]$Location = "uksouth",
14
[string]$Name = "storelocator",
15
[string]$DatabaseName = "storelocator"
16
)
@@ -73,7 +73,7 @@ try {
73
# Create Webserver and Website
74
Write-Output "- Creating a Webserver plan named '$webserverplan' for the Website '$webappname'..."
75
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
+ az webapp create -g $group -p $webserverplan -n $webappname -r "dotnet:9" | Out-Null
77
78
# Use managed identities
79
Write-Output "- Utilizing managed identities for Azure Maps..."
Static/storelocator/storelocator.zip
1.53 MB
0 commit comments