Skip to content

Commit 7333b15

Browse files
committed
simplify clean up
1 parent 6f7cb0c commit 7333b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-sidecar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ The otel-collector sidecar should export data to Application Insights now.
166166
167167
## 6. Clean up resources
168168
169-
When you no longer need the environment, you can delete the resource group, App service, and all related resources. Just run this command in the Cloud Shell, in the cloned repository:
169+
When you no longer need the environment, you can delete the resource group, App service, and all related resources. Just run this command in the Cloud Shell:
170170
171171
```azurecli-interactive
172172
cd ~/MyFirstAzureWebApp
173-
az group delete
173+
az group delete --yes
174174
cd ~/app-service-sidecar-tutorial-prereqs
175175
azd down
176176
```

0 commit comments

Comments
 (0)