Skip to content

Commit 839b0ae

Browse files
committed
Fix format
1 parent 4ef00cf commit 839b0ae

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -337,14 +337,16 @@ The following commands help you define variables and ensure your Container Apps
337337
338338
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.
339339
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-
```
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+
349+
---
348350

349351
## Other APM solutions
350352

0 commit comments

Comments
 (0)