Skip to content

Commit d8b5a0b

Browse files
committed
Acrolinx edits
1 parent f949406 commit d8b5a0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following example creates a resource group named `<resource_group_name>` in
4040
az group create --name <resource_group_name> --location westus
4141
```
4242

43-
## Create an App Configuration
43+
## Create an App Configuration store
4444

4545
Replace `<appconfig_name>` with a unique name for your configuration store, and `<resource_group_name>` with the resource group you created earlier. The name must be unique because it is used as a DNS name.
4646

@@ -73,7 +73,7 @@ You should see the site with no messages currently displayed.
7373

7474
[!INCLUDE [event-grid-register-provider-cli.md](../../includes/event-grid-register-provider-cli.md)]
7575

76-
## Subscribe to your App Configuration
76+
## Subscribe to your App Configuration store
7777

7878
You subscribe to a topic to tell Event Grid which events you want to track and where to send those events. The following example subscribes to the App Configuration you created, and passes the URL from your web app as the endpoint for event notification. Replace `<event_subscription_name>` with a name for your event subscription. For `<resource_group_name>` and `<appconfig_name>`, use the values you created earlier.
7979

articles/azure-app-configuration/scripts/cli-create-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: lcozzens
1313

1414
# Create an Azure App Configuration Store
1515

16-
This sample script creates a new instance of Azure App Configuration in a new resource group with a random name.
16+
This sample script creates a new instance of Azure App Configuration in a new resource group.
1717

1818
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
1919

0 commit comments

Comments
 (0)