You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Right-click the shell console, and then select **Paste**.
51
51
52
52
## Verify the deployment
53
53
54
-
To verify the deployment, you can either open the resource group from the [Azure portal](https://portal.azure.com), or use the following Azure PowerShell script.
54
+
To verify the deployment, you can either open the resource group from the [Azure portal](https://portal.azure.com), or use the following Azure PowerShell script. If the Cloud shell is still open, you don't need to copy/run the first line (Read-Host).
55
55
56
56
```azurepowershell-interactive
57
57
$projectName = Read-Host -Prompt "Enter the same project name that you used in the last procedure"
@@ -65,7 +65,7 @@ Write-Host "Press [ENTER] to continue ..."
65
65
66
66
## Clean up resources
67
67
68
-
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group.
68
+
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group. If the Cloud shell is still open, you don't need to copy/run the first line (Read-Host).
69
69
70
70
```azurepowershell-interactive
71
71
$projectName = Read-Host -Prompt "Enter the same project name that you used in the last procedure"
0 commit comments