Skip to content

Commit 536cbf1

Browse files
Merge pull request #632 from santhoshb-msft/main
adjusted the wording of the warning
2 parents fc6ff92 + 75da621 commit 536cbf1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deployment/Upgrade.ps1

+4-2
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,7 @@ Write-host "## Deployed code to Customer Portal"
121121

122122
Remove-Item -Path ../Publish -recurse -Force
123123
Write-host "#### Code deployment complete ####"
124-
125-
Write-host "#### Warning: If the upgrade is to >=7.5.0, MeterScheduler feature is pre-enabled through DB config instead of the App Service. Please update the App config accordingly. ####"
124+
Write-host ""
125+
Write-host "#### Warning!!! ####"
126+
Write-host "#### If the upgrade is to >=7.5.0, MeterScheduler feature is pre-enabled and changed to DB config instead of the App Service configuration. Please update the IsMeteredBillingEnabled value accordingly in the Admin portal -> Settings page. ####"
127+
Write-host "#### "

0 commit comments

Comments
 (0)