File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Azure Maps Store Locator (version 1.0 )
1+ # Azure Maps Store Locator (version 1.1 )
22# Copyright (c) Microsoft Corporation. All rights reserved.
33# https://github.com/Azure-Samples/Azure-Maps-Locator
44#
@@ -104,7 +104,8 @@ try {
104104 # Deploy Azure Maps Store Locator
105105 Write-Output " - Initiating the deployment of the Store Locator website..."
106106 Invoke-WebRequest " https://samples.azuremaps.com/storelocator/storelocator.zip" - OutFile storelocator$suffix.zip
107- az webapp deployment source config- zip - g $group - n $webappname -- src storelocator$suffix.zip | Out-Null
107+ # az webapp deployment source config-zip -g $group -n $webappname --src storelocator$suffix.zip | Out-Null
108+ az webapp deploy -- resource- group $group -- name $webappname -- src- path storelocator$suffix.zip -- type zip | Out-Null
108109 Remove-Item storelocator$suffix.zip | Out-Null
109110
110111 # Done
You can’t perform that action at this time.
0 commit comments