Skip to content

Commit 97dc7d9

Browse files
committed
Fixing metadata and H1
1 parent a66c9e4 commit 97dc7d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: Using GitHub Actions with Azure App Configuration Sync | Microsoft Docs
33
description: Use Github Actions to sync Azure App Configuration files
44
services: azure-app-configuration
5-
author: jeconnoc
5+
author: jpconnock
66

7-
ms.author: jpconnock
7+
ms.author: jeconnoc
88
ms.date: 01/09/2020
99
ms.topic: conceptual
1010
ms.service: azure-app-configuration
1111

1212
---
13+
# Sync your App Configuration Store using GitHub Actions
1314
Azure App Configuration uses GitHub Actions to update an App Configuration store when certain actions are performed on a GitHub repository. This allows you to leverage GitHub workflows to update app configuration rather than performing updates in the Azure portal, and enables you to integrate app configuration updates into the same workflow used to update app code.
1415

1516
A GitHub Actions [workflow](https://help.github.com/articles/about-github-actions#workflow) is an automated process defined in your 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.

0 commit comments

Comments
 (0)