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/tutorial-deploy-environments-in-cicd-github.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ az role assignment create \
157
157
158
158
At the dev center level, environment types define the environments that development teams can create, like dev, test, sandbox, preproduction, or production.
159
159
160
-
Create three new environment types: **Dev**, **Test**, and **Prod**.
160
+
Create three new environment types: *Dev*, *Test*, and *Prod*.
161
161
162
162
```azurecli
163
163
az devcenter admin environment-type create \
@@ -361,12 +361,12 @@ You can protect important branches by setting branch protection rules. Protectio
| AZURE_SUBSCRIPTION_ID |Your Azure subscription ID |
369
+
| AZURE_TENANT_ID |Your Azure tenant ID |
370
370
371
371
:::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":::
0 commit comments