Skip to content

Commit 8347daf

Browse files
committed
more changes
1 parent ba8af16 commit 8347daf

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/azure-app-configuration/howto-app-configuration-event.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
---
2-
title: "Tutorial: Use Azure App Configuration to send events to a web endpoint"
3-
titleSuffix: Azure App Configuration
4-
description: In this tutorial, you learn how to set up Azure App Configuration event subscriptions to send key-value modification events to a web endpoint.
2+
title: Send Events to a web endpoint using Azure App Configuration
3+
description: Learn to use Azure App Configuration event subscriptions to send key-value modification events to a web endpoint
54
services: azure-app-configuration
6-
documentationcenter: ''
7-
author: jimmyca
8-
editor: ''
9-
5+
author: lisaguthrie
106
ms.assetid:
117
ms.service: azure-app-configuration
128
ms.devlang: csharp
13-
ms.topic: tutorial
14-
ms.date: 05/30/2019
9+
ms.topic: how-to
10+
ms.date: 02/25/2020
1511
ms.author: lcozzens
16-
ms.custom: mvc
12+
1713

1814
#Customer intent: I want to be notified or trigger a workload when a key-value is modified.
1915
---
2016

21-
# Quickstart: Route Azure App Configuration events to a web endpoint with Azure CLI
17+
# Route Azure App Configuration events to a web endpoint with Azure CLI
2218

23-
In this quickstart, you learn how to set up Azure App Configuration event subscriptions to send key-value modification events to a web endpoint. Azure App Configuration users can subscribe to events that are emitted whenever key-values are modified. These events can trigger webhooks, Azure Functions, Azure Storage Queues, or any other event handler that is supported by Azure Event Grid. Typically, you send events to an endpoint that processes the event data and takes actions. However, to simplify this article, you send the events to a web app that collects and displays the messages.
19+
In this article, you learn how to set up Azure App Configuration event subscriptions to send key-value modification events to a web endpoint. Azure App Configuration users can subscribe to events emitted whenever key-values are modified. These events can trigger web hooks, Azure Functions, Azure Storage Queues, or any other event handler that is supported by Azure Event Grid. Typically, you send events to an endpoint that processes the event data and takes actions. However, to simplify this article, you send the events to a web app that collects and displays the messages.
2420

2521
## Prerequisites
2622

0 commit comments

Comments
 (0)