Skip to content

Commit efaba14

Browse files
committed
updates
1 parent bdb3230 commit efaba14

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/app-service/quickstart-php.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can launch the app at http://<app-name>.azurewebsites.net
106106
107107
Browse to the deployed application in your web browser at the URL `http://<app-name>.azurewebsites.net`.
108108
109-
![Empty web app page](media/quickstart-php/app-service-web-service-created.png)
109+
![Empty web app page](media/quickstart-php/hello-world-in-browser.png)
110110
111111
## 4 - Redeploy updates
112112
@@ -142,7 +142,17 @@ Browse to the deployed application in your web browser at the URL `http://<app-n
142142

143143
The web app menu provides different options for configuring your app.
144144

145-
[!INCLUDE [cli-samples-clean-up](../../includes/cli-samples-clean-up.md)]
145+
## Clean up resources
146+
147+
When you're finished with the sample app, you can remove all of the resources for the app from Azure. It will not incur extra charges and keep your Azure subscription uncluttered. Removing the resource group also removes all resources in the resource group and is the fastest way to remove all Azure resources for your app.
148+
149+
Delete the resource group by using the [az group delete](/cli/azure/group#az-group-delete) command.
150+
151+
```azurecli-interactive
152+
az group delete --name myResourceGroup
153+
```
154+
155+
This command may take a minute to run.
146156
147157
## Next steps
148158

0 commit comments

Comments
 (0)