Skip to content

Commit 06101e8

Browse files
authored
Update 4-explore-continuous-integration-deployment.md
1 parent 91118ed commit 06101e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/configure-azure-app-services/includes/4-explore-continuous-integration-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When you create your web app with App Service, you can choose continuous or manu
1010

1111
**Continuous deployment (CI/CD)** is a process used to push out new features and bug fixes in a fast and repetitive pattern with minimal impact on end users. Azure supports automated deployment directly from several sources:
1212

13-
- **GitHub**: Azure supports automated deployment directly from GitHub. Azure supports automated deployment directly from GitHub using two build providers. When you connect your GitHub repository to Azure, you can choose between **[GitHub Actions]( https://learn.microsoft.com/azure/developer/github/github-actions)** (default) and **[App Service Build Service]( https://learn.microsoft.com/azure/app-service/deploy-continuous-deployment?tabs=others#enable-continuous-deployment)**.
13+
- **GitHub**: Azure supports automated deployment directly from GitHub. Azure supports automated deployment directly from GitHub using two build providers. When you connect your GitHub repository to Azure, you can choose between **[GitHub Actions]( /azure/developer/github/github-actions)** (default) and **[App Service Build Service](azure/app-service/deploy-continuous-deployment?tabs=others#enable-continuous-deployment)**.
1414

1515
- **Bitbucket**: With its similarities to GitHub, you can configure an automated deployment with Bitbucket.
1616

0 commit comments

Comments
 (0)