Skip to content

Commit 65fa0e9

Browse files
authored
Enhance CI/CD section for Azure App Services
Clarified Azure's support for GitHub automated deployment by specifying the two build providers available. Removed redundant information about manual deployment options.
1 parent 572545f commit 65fa0e9

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ 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. When you connect your GitHub repository to Azure for automated deployment, any changes you push to your production branch on GitHub are automatically deployed for you.
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)**.
1414

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

1717
- **Local Git**: The App Service Web Apps feature offers a local URL that you can add as a repository.
1818

1919
- **Azure Repos**: Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea.
2020

21-
**Manual deployment** enables you to manually push your code to Azure. There are several options for manually pushing your code:
21+
**Manual deployment** enables you to manually push your code to Azure.
2222

2323
- **Remote Git**: The App Service Web Apps feature offers a Git URL that you can add as a remote repository. Pushing to the remote repository deploys your app.
24-
25-
- **OneDrive**: OneDrive is a service that lets you store and share files on the internet with a Microsoft account.
26-
27-
- **Dropbox**: Dropbox is a file hosting service

0 commit comments

Comments
 (0)