Skip to content

Commit 743d872

Browse files
committed
Add cleanup section
1 parent f5ed346 commit 743d872

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/container-apps/java-apm-agent-config.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,22 @@ The following commands help you define variables and ensure your Container Apps
333333
334334
Once updated, the command returns a "Succeeded" message. Then you can check out your Application Insights in Azure portal to see your Container App is connected.
335335
336+
## Clean up resources
337+
338+
The resources created in this tutorial contributes to your Azure bill. If you are not going to keep them in a long run, run the following commands to clean them up.
339+
340+
# [Bash](#tab/bash)
341+
```azurecli
342+
az group delete --resource-group $RESOURCE_GROUP
343+
```
344+
# [PowerShell](#tab/powershell)
345+
```azurecli
346+
az group delete --resource-group $RESOURCE_GROUP
347+
```
348+
336349
## Other APM solutions
337350

338-
Other than [Azure Monitor Application Insights](/azure/azure-monitor/app/java-standalone-config), there are other popular APM solutions in the community. If you want to integrate your Azure Container App with other APM providers, just replace the Java agent JAR and related config files.
351+
Other than [Azure Application Insights](/azure/azure-monitor/app/java-standalone-config), there are other popular APM solutions in the community. If you want to integrate your Azure Container App with other APM providers, just replace the Java agent JAR and related config files.
339352

340353
- [AppDynamics](https://docs.appdynamics.com/appd/21.x/21.4/en/application-monitoring/install-app-server-agents/java-agent/install-the-java-agent)
341354
- [Dynatrace](https://docs.dynatrace.com/docs/setup-and-configuration/technology-support/application-software/java)

0 commit comments

Comments
 (0)