Removed the remove script command

This commit is contained in:
Pieter Vanhove
2021-05-04 09:25:27 +02:00
committed by GitHub
parent cae5594a28
commit dd12204800
@@ -46,12 +46,6 @@ New-AzResourceGroupDeployment `
-sqlAdminPassword $sqlAdminPassword `
-clientIP $clientIP
######################################################################
# Clean up not needed resources
######################################################################
Remove-AzDeploymentScript -ResourceGroupName $resourceGroupName -Name "${projectName}script"
######################################################################
# Populate the database with data
######################################################################
@@ -161,4 +155,4 @@ Write-Host -ForegroundColor "green" "Resource group name: $resourceGroupName"
Write-Host -ForegroundColor "green" "Database server name: $serverName"
Write-Host -ForegroundColor "green" "Database name: $databaseName"
Write-Host -ForegroundColor "green" "Attestation URL: $attestationUrl"
Write-Host -ForegroundColor "green" "Application URL: https://$($app.HostNames[0].ToString())"
Write-Host -ForegroundColor "green" "Application URL: https://$($app.HostNames[0].ToString())"