Skip to content

Commit 0882ad5

Browse files
committed
Replace brackets
1 parent 4497050 commit 0882ad5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/deployment-environments/tutorial-deploy-environments-in-cicd-github.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ az role assignment create \
157157

158158
At the dev center level, environment types define the environments that development teams can create, like dev, test, sandbox, preproduction, or production.
159159

160-
Create three new environment types: **Dev**, **Test**, and **Prod**.
160+
Create three new environment types: *Dev*, *Test*, and *Prod*.
161161

162162
```azurecli
163163
az devcenter admin environment-type create \
@@ -361,12 +361,12 @@ You can protect important branches by setting branch protection rules. Protectio
361361

362362
| Variable name | Variable value |
363363
| --------------------- | ---------------------------- |
364-
| AZURE_DEVCENTER | <dev center name> |
365-
| AZURE_PROJECT | <project name> |
366-
| AZURE_CATALOG | Set to: _Environments_ |
367-
| AZURE_CATALOG_ITEM | Set to: _FunctionApp_ |
368-
| AZURE_SUBSCRIPTION_ID | <Azure subscription ID> |
369-
| AZURE_TENANT_ID | <Azure tenant ID> |
364+
| AZURE_DEVCENTER | Your dev center name |
365+
| AZURE_PROJECT | Your project name |
366+
| AZURE_CATALOG | Set to "Environments" |
367+
| AZURE_CATALOG_ITEM | Set to "FunctionApp" |
368+
| AZURE_SUBSCRIPTION_ID | Your Azure subscription ID |
369+
| AZURE_TENANT_ID | Your Azure tenant ID |
370370

371371
:::image type="content" source="media/tutorial-deploy-environments-in-cicd-github/github-variables.png" alt-text="Screenshot showing the variables page with the variables table." lightbox="media/tutorial-deploy-environments-in-cicd-github/github-variables.png":::
372372

0 commit comments

Comments
 (0)