Skip to content

Commit a1bcfee

Browse files
authored
Edits to streamline value prop and intro
1 parent c027913 commit a1bcfee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use GitHub Actions with Azure App Configuration Sync
3-
description: Use GitHub Actions to trigger an update to your App Configuration instance when defined actions are performed on a GitHub repository
3+
description: Use GitHub Actions to trigger an update to your App Configuration instance when you update your GitHub repository
44
author: lisaguthrie
55

66
ms.author: lcozzens
@@ -10,13 +10,13 @@ ms.service: azure-app-configuration
1010

1111
---
1212
# Sync your App Configuration instance using GitHub Actions
13-
Azure App Configuration uses GitHub Actions to trigger updates to an App Configuration instance based on actions performed on a GitHub repository. GitHub workflows trigger configuration updates, enabling the integration of those updates into the same workflow used to update the app code.
1413

15-
A GitHub Actions [workflow](https://help.github.com/articles/about-github-actions#workflow) defines an automated process in a GitHub repository. This process tells GitHub how to build and deploy your GitHub project. Azure App Configuration provides the *Azure App Configuration Sync* Action to enable updates to an App Configuration instance when changes are made to the source repository.
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.
1618

17-
A YAML (.yml) file found in the `/.github/workflows/` path of your repository defines your workflow. This definition contains the workflow's steps and parameters.
18-
19-
GitHub events, such as a push to a repository, can trigger a GitHub Action workflow. The *Azure App Configuration Sync* action enables you to trigger an update of an App Configuration instance when a specified GitHub action occurs. You can trigger configuration updates when pushing, reviewing, or branching app configuration files just as you do with app code.
19+
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

2121
The GitHub [documentation](https://help.github.com/actions/automating-your-workflow-with-github-actions/configuring-a-workflow) provides in-depth view of GitHub workflows and actions.
2222

0 commit comments

Comments
 (0)