Skip to content

Commit 1f66dd6

Browse files
committed
Make requested edits
1 parent 3675fb1 commit 1f66dd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/deployment-environments/how-to-create-configure-dev-center.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create and configure a dev center by using the Azure CLI
2+
title: Create and configure a dev center for Azure Deployment Environments by using the Azure CLI
33
titleSuffix: Azure Deployment Environments
44
description: Learn how to create and access a dev center for Azure Deployment Environments project using the Azure CLI.
55
author: renato-marciano
@@ -10,7 +10,7 @@ ms.topic: quickstart
1010
ms.date: 11/29/2023
1111
---
1212

13-
# Create and configure a dev center by using the Azure CLI
13+
# Create and configure a dev center for Azure Deployment Environments by using the Azure CLI
1414

1515
This quickstart guide shows you how to create and configure a dev center in Azure Deployment Environments.
1616

@@ -163,8 +163,8 @@ You can use this [sample catalog](https://github.com/Azure/deployment-environmen
163163
1. Navigate to your repository, select **<> Code**, and then copy the clone URL.
164164
1. Make a note of the branch that you're working in.
165165
1. Take a note of the folder that contains your environment definitions.
166-
167-
:::image type="content" source="media/how-to-create-configure-dev-center/github-info.png" alt-text="Screenshot that shows the GitHub repo with branch, copy URL, and folder highlighted.":::
166+
167+
:::image type="content" source="media/how-to-create-configure-dev-center/github-info.png" alt-text="Screenshot that shows the GitHub repo with branch, copy URL, and folder highlighted." lightbox="media/how-to-create-configure-dev-center/github-info.png":::
168168

169169
### Add a catalog to your dev center
170170

articles/deployment-environments/how-to-create-configure-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In this quickstart, you assign the Owner role to the system-assigned managed ide
8585
1. Retrieve Subscription ID:
8686
8787
```azurecli
88-
SUBID=$(az account show -n <subscriptionId> --query id -o tsv)
88+
SUBID=$(az account show --name <subscriptionName> --query id -o tsv)
8989
echo $SUBID
9090
```
9191

0 commit comments

Comments
 (0)