Skip to content

Commit

Permalink
Merge pull request #404 from code4clouds/added-CLI-Warning
Browse files Browse the repository at this point in the history
Update the deploy to include a warning before closing the cloud shell
  • Loading branch information
santhoshb-msft authored Dec 14, 2022
2 parents c38ca1a + 3c1fcdb commit 7ec8672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,5 @@ Write-host " ➡️ Tenant ID: $TenantID"
Write-host " ➡️ AAD Application ID section: $ADApplicationID"
$duration = (Get-Date) - $startTime
Write-Host "Deployment Complete in $($duration.Minutes)m:$($duration.Seconds)s"
#endregion
Write-Host "DO NOT CLOSE THIS SCREEN. Please make sure you copy or perform the actions above before closing."
#endregion

0 comments on commit 7ec8672

Please sign in to comment.