Skip to content

Commit 4497050

Browse files
committed
Fix text
1 parent 89fd00d commit 4497050

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.date: 12/07/2023
1111

1212
# Tutorial: Deploy environments in CI/CD by using GitHub and Azure Deployment Environments
1313

14-
In this tutorial, you'll Learn how to integrate Azure Deployment Environments into your CI/CD pipeline. You can use any GitOps provider that supports CI/CD, like GitHub Actions, Azure Arc, GitLab, or Jenkins.
14+
In this tutorial, you'll learn how to integrate Azure Deployment Environments into your CI/CD pipeline. You can use any GitOps provider that supports CI/CD, like GitHub Actions, Azure Arc, GitLab, or Jenkins.
1515

1616
Continuous integration and continuous delivery (CI/CD) is a software development approach that helps teams to automate the process of building, testing, and deploying software changes. CI/CD enables you to release software changes more frequently and with greater confidence.
1717

1818
You use a workflow that features three branches: main, dev, and test.
1919

20-
- The *main* branch is always considered production.
20+
- The *main* branch is always considered production.
2121
- You create feature branches from the *main* branch.
2222
- You create pull requests to merge feature branches into *main*.
2323

@@ -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 | <devcenterName> |
365-
| AZURE_PROJECT | <projectName> |
364+
| AZURE_DEVCENTER | <dev center name> |
365+
| AZURE_PROJECT | <project name> |
366366
| AZURE_CATALOG | Set to: _Environments_ |
367367
| AZURE_CATALOG_ITEM | Set to: _FunctionApp_ |
368-
| AZURE_SUBSCRIPTION_ID | <AzureSubscriptionId> |
369-
| AZURE_TENANT_ID | <AzureTenantId> |
368+
| AZURE_SUBSCRIPTION_ID | <Azure subscription ID> |
369+
| AZURE_TENANT_ID | <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)