Skip to content

Commit 1e637bf

Browse files
author
RoseHJM
committed
Formatting
1 parent af55698 commit 1e637bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/deployment-environments/how-to-manage-environments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ If the deletion fails, you can forcibly delete the environment. Force delete del
111111
To forcibly delete an environment, follow these steps:
112112
1. Open the CLI.
113113
1. Run the following command to forcibly delete the environment:
114+
114115
   ```bash
115116
   az devcenter environment delete --name <environment-name> --dev-center <dev-center-name> --project-name <project-name> --force
116117
   ```
118+
117119
   Replace `<environment-name>` with the name of the environment you want to delete, `<dev-center-name>` with the name of your dev center, and `<project-name>` with the name of the project that the environment belongs to.
118120
For more information about the `az devcenter environment delete` command, see [az devcenter environment delete](/cli/azure/devcenter/dev/environment).
119121
> [!IMPORTANT]

0 commit comments

Comments
 (0)