Skip to content

Commit 725c24f

Browse files
2 parents 15bd1d2 + 8e37bed commit 725c24f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/concept-github-action.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.service: azure-app-configuration
1111
---
1212
# Sync your App Configuration instance using GitHub Actions
1313

14-
Teams that want to continue using their existing source control practices can use GitHub Actions to automatically sync their GitHub repository with their App Configuration store. This allows you to make changes to your config files as you normally would, while getting App Configuration benefits like:
15-
• Centralized configuration outside of your code
16-
• Updating configuration without redeploying your entire app
17-
• Integration with services like Azure App Service and Functions.
14+
Teams that want to continue using their existing source control practices can use GitHub Actions to automatically sync their GitHub repository with their App Configuration store. This allows you to make changes to your config files as you normally would, while getting App Configuration benefits like: <br>
15+
&nbsp;&nbsp;&nbsp;&nbsp;• Centralized configuration outside of your code <br>
16+
&nbsp;&nbsp;&nbsp;&nbsp;• Updating configuration without redeploying your entire app <br>
17+
&nbsp;&nbsp;&nbsp;&nbsp;• Integration with services like Azure App Service and Functions.
1818

1919
A GitHub Actions [workflow](https://help.github.com/articles/about-github-actions#workflow) defines an automated process in a GitHub repository. The *Azure App Configuration Sync* Action triggers updates to an App Configuration instance when changes are made to the source repository. It uses a YAML (.yml) file found in the `/.github/workflows/` path of your repository to define the steps and parameters. You can trigger configuration updates when pushing, reviewing, or branching app configuration files just as you do with app code.
2020

0 commit comments

Comments
 (0)