Skip to content

Commit bad5113

Browse files
Fixing indentation
1 parent 394c9fc commit bad5113

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,14 @@ To forcibly delete an environment, follow these steps:
112112
1. Open the CLI.
113113
1. Run the following command to forcibly delete the environment:
114114

115-
   ```bash
116-
   az devcenter environment delete --name <environment-name> --dev-center <dev-center-name> --project-name <project-name> --force
117-
   ```
115+
```bash
116+
az devcenter environment delete --name <environment-name> --dev-center <dev-center-name> --project-name <project-name> --force
117+
```
118+
119+
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

119-
   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.
120121
For more information about the `az devcenter environment delete` command, see [az devcenter environment delete](/cli/azure/devcenter/dev/environment).
122+
121123
> [!IMPORTANT]
122124
> The force delete feature is currently in PREVIEW.
123125
> For more information about the preview status, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The document defines legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

0 commit comments

Comments
 (0)