Skip to content

Commit b643782

Browse files
authored
Update java-apm-agent-config.md
1 parent b24209b commit b643782

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -335,16 +335,16 @@ The following commands help you define variables and ensure your Container Apps
335335
336336
## Clean up resources
337337
338-
The resources created in this tutorial contribute to your Azure bill. If you aren't 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-
```
338+
The resources created in this tutorial contribute to your Azure bill. If you aren't going to keep them in the long term, 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+
```
348348

349349
---
350350

0 commit comments

Comments
 (0)