You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-configure-use-cli.md
+32-31Lines changed: 32 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure and use the Deployment Environments Azure CLI extension
2
+
title: Configure Deployment Environments by using the Azure CLI extension
3
3
titleSuffix: Azure Deployment Environments
4
4
description: Learn how to set up and use the Azure Deployment Environments Preview Azure CLI extension to configure the Deployment Environments service.
5
5
ms.service: deployment-environments
@@ -10,44 +10,45 @@ ms.date: 10/26/2022
10
10
ms.topic: how-to
11
11
---
12
12
13
-
# Configure Azure Deployment Environments service using Azure CLI
13
+
# Configure Azure Deployment Environments by using the Azure CLI extension
14
14
15
-
This article shows you how to use the Deployment Environments Azure CLI extension to configure an Azure Deployment Environments Preview service. In Azure Deployment Environments Preview, you'll use Deployment Environments Azure CLI extension to create [environments](./concept-environments-key-concepts.md#environments).
15
+
This article shows you how to use the Azure Deployment Environments Preview Azure CLI extension to configure a Deployment Environments service. In Deployment Environments, you'll use Deployment Environments Azure CLI extension to create and work with[environments](./concept-environments-key-concepts.md#environments).
16
16
17
17
> [!IMPORTANT]
18
18
> Azure Deployment Environments is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
19
19
20
20
## Setup
21
21
22
-
1. Install the Deployment Environments Azure CLI Extension:
22
+
1. Install the Deployment Environments Azure CLI extension:
23
23
24
24
1.[Download and install the Azure CLI](/cli/azure/install-azure-cli).
25
25
1. Install the Deployment Environments AZ CLI extension:
26
26
27
-
-**Automated installation**
27
+
-**Automated installation**
28
28
29
-
Execute the script https://aka.ms/DevCenter/Install-DevCenterCli.ps1 directly in PowerShell to install:
29
+
To install, execute the script https://aka.ms/DevCenter/Install-DevCenterCli.ps1 directly in PowerShell:
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-manage-environments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,9 @@ You can delete your environment completely when you don't need it anymore.
100
100
101
101
## Manage an environment by using the Azure CLI
102
102
103
-
The Azure CLI provides a commandline interface for speed and efficiency when creating multiple similar environments, or for platforms where resources like memory are limited. You can use the following commands to create, list, deploy, or delete an environment.
103
+
The Azure CLI provides a command-line interface for speed and efficiency when you create multiple similar environments, or for platforms where resources like memory are limited. You can use the following commands to create, list, deploy, or delete an environment.
104
104
105
-
To learn how to Deployment Environments Azure CLI Extension, refer to[Configure Azure Deployment Environments service using Azure CLI](how-to-configure-use-cli.md).
105
+
To learn how to Deployment Environments Azure CLI extension, see[Configure Azure Deployment Environments service using Azure CLI](how-to-configure-use-cli.md).
0 commit comments