Skip to content

Commit 8d98349

Browse files
Merge pull request #230837 from spelluru/egridnames0315
removing event-grid from file names
2 parents b97f6aa + 1df150c commit 8d98349

29 files changed

+64
-88
lines changed

articles/api-management/how-to-event-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Once the deployment has succeeded (it might take a few minutes), open a browser
5151

5252
You should see the sample app rendered with no event messages displayed.
5353

54-
[!INCLUDE [event-grid-register-provider-portal.md](../../includes/event-grid-register-provider-portal.md)]
54+
[!INCLUDE [event-grid-register-provider-portal.md](../../articles/event-grid/includes/register-provider.md)]
5555

5656
## Subscribe to API Management events
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The deployment may take a few minutes to complete. After the deployment has succ
7272

7373
You should see the site with no messages currently displayed.
7474

75-
[!INCLUDE [event-grid-register-provider-cli.md](../../includes/event-grid-register-provider-cli.md)]
75+
[!INCLUDE [register-provider-cli.md](../../articles/event-grid/includes/register-provider-cli.md)]
7676

7777
## Subscribe to your App Configuration store
7878

articles/azure-app-configuration/howto-backup-config-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ az storage account create -n $storageName -g $resourceGroupName -l westus --sku
9595
az storage queue create --name $queueName --account-name $storageName --auth-mode login
9696
```
9797

98-
[!INCLUDE [event-grid-register-provider-cli.md](../../includes/event-grid-register-provider-cli.md)]
98+
[!INCLUDE [register-provider-cli.md](../../articles/event-grid/includes/register-provider-cli.md)]
9999

100100
## Subscribe to your App Configuration store events
101101

@@ -249,7 +249,7 @@ If you don't see the new setting in your secondary store:
249249
- Make sure the backup function was triggered *after* you created the setting in your primary store.
250250
- It's possible that Event Grid couldn't send the event notification to the queue in time. Check if your queue still contains the event notification from your primary store. If it does, trigger the backup function again.
251251
- Check [Azure Functions logs](../azure-functions/functions-create-scheduled-function.md#test-the-function) for any errors or warnings.
252-
- Use the [Azure portal](../azure-functions/functions-how-to-use-azure-function-app-settings.md#get-started-in-the-azure-portal) to ensure that the Azure function app contains correct values for the application settings that Azure Functions is trying to read.
252+
- Use the [Azure portal](../azure-functions/functions-how-to-use-azure-function-app-settings.md#get-started-in-the-azure-portal) to ensure that the Azure function app contains correct values for the application settings that the Azure function is trying to read.
253253
- You can also set up monitoring and alerting for Azure Functions by using [Azure Application Insights](../azure-functions/functions-monitoring.md?tabs=cmd).
254254

255255
## Clean up resources

articles/azure-cache-for-redis/cache-event-grid-quickstart-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The deployment may take a few minutes to complete. After the deployment has succ
6464

6565
You should see the site with no messages currently displayed.
6666

67-
[!INCLUDE [event-grid-register-provider-cli.md](../../includes/event-grid-register-provider-cli.md)]
67+
[!INCLUDE [register-provider-cli.md](../../articles/event-grid/includes/register-provider-cli.md)]
6868

6969
## Subscribe to your Azure Cache for Redis instance
7070

articles/azure-cache-for-redis/cache-event-grid-quickstart-portal.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ Before subscribing to the events for the cache instance, let's create the endpoi
2929

3030
1. Select **Deploy to Azure** in GitHub README to deploy the solution to your subscription.
3131

32-
:::image type="content" source="media/cache-event-grid-portal/deploy-to-azure.png" alt-text="Deploy to Azure button.":::
32+
:::image type="content" source="media/cache-event-grid-portal/deploy-to-azure.png" alt-text="Deploy to Azure button.":::
3333

3434
1. On the **Custom deployment** page, do the following steps:
35-
1. For **Resource group**, select the resource group that you created when creating the cache instance. It will be easier for you to clean up after you are done with the tutorial by deleting the resource group.
35+
1. For **Resource group**, select the resource group that you created when creating the cache instance. It will be easier for you to clean up after you're done with the tutorial by deleting the resource group.
3636
2. For **Site Name**, enter a name for the web app.
3737
3. For **Hosting plan name**, enter a name for the App Service plan to use for hosting the web app.
3838
4. Select the check box for **I agree to the terms and conditions stated above**.
3939
5. Select **Purchase**.
4040

4141
| Setting | Suggested value | Description |
4242
| ------------ | ------- | -------------------------------------------------- |
43-
| **Subscription** | Drop down and select your subscription. | The subscription under which to create this web app. |
43+
| **Subscription** | Drop down and select your subscription. | The subscription in which you want to create this web app. |
4444
| **Resource group** | Drop down and select a resource group, or select **Create new** and enter a new resource group name. | By putting all your app resources in one resource group, you can easily manage or delete them together. |
45-
| **Site Name** | Enter a name for your web app. | This value cannot be empty. |
46-
| **Hosting plan name** | Enter a name for the App Service plan to use for hosting the web app. | This value cannot be empty. |
45+
| **Site Name** | Enter a name for your web app. | This value can't be empty. |
46+
| **Hosting plan name** | Enter a name for the App Service plan to use for hosting the web app. | This value can't be empty. |
4747

4848
1. Select Alerts (bell icon) in the portal, and then select **Go to resource group**.
4949

@@ -57,15 +57,16 @@ Before subscribing to the events for the cache instance, let's create the endpoi
5757

5858
:::image type="content" source="media/cache-event-grid-portal/blank-event-grid-viewer.png" alt-text="Empty Event Grid Viewer site.":::
5959

60-
[!INCLUDE [event-grid-register-provider-portal.md](../../includes/event-grid-register-provider-portal.md)]
60+
[!INCLUDE [register-provider.md](../../articles/event-grid/includes/register-provider.md)]
61+
6162

6263
## Subscribe to the Azure Cache for Redis instance
6364

6465
In this step, you'll subscribe to a topic to tell Event Grid which events you want to track, and where to send the events.
6566

6667
1. In the portal, navigate to your cache instance that you created earlier.
6768
1. On the **Azure Cache for Redis** page, select **Events** on the left menu.
68-
1. Select **Web Hook**. You are sending events to your viewer app using a web hook for the endpoint.
69+
1. Select **Web Hook**. You're sending events to your viewer app using a web hook for the endpoint.
6970

7071
:::image type="content" source="media/cache-event-grid-portal/event-grid-web-hook.png" alt-text="Azure portal Events page.":::
7172

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ The following table details the features and limits of the Basic, Standard, and
281281

282282
## Event Grid limits
283283

284-
[!INCLUDE [event-grid-limits](../../../includes/event-grid-limits.md)]
284+
[!INCLUDE [event-grid-limits](../../../articles/event-grid/includes/limits.md)]
285285

286286
## Event Hubs limits
287287
[!INCLUDE [event-hubs-limits](../../../includes/event-hubs-limits.md)]

articles/azure-signalr/signalr-howto-event-grid-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Once the SignalR Service has been created, the Azure CLI returns output similar
6969

7070
## Create an event endpoint
7171

72-
In this section, you use a Resource Manager template located in a GitHub repository to deploy a pre-built sample web application to Azure App Service. Later, you subscribe to your registry's Event Grid events and specify this app as the endpoint to which the events are sent.
72+
In this section, you use a Resource Manager template located in a GitHub repository to deploy a prebuilt sample web application to Azure App Service. Later, you subscribe to your registry's Event Grid events and specify this app as the endpoint to which the events are sent.
7373

7474
To deploy the sample app, set `SITE_NAME` to a unique name for your web app, and execute the following commands. The site name must be unique within Azure because it forms part of the fully qualified domain name (FQDN) of the web app. In a later section, you navigate to the app's FQDN in a web browser to view your registry's events.
7575

@@ -86,11 +86,11 @@ Once the deployment succeeds (it might take a few minutes), open your browser, a
8686

8787
`http://<your-site-name>.azurewebsites.net`
8888

89-
[!INCLUDE [event-grid-register-provider-cli.md](../../includes/event-grid-register-provider-cli.md)]
89+
[!INCLUDE [register-provider-cli.md](../../articles/event-grid/includes/register-provider-cli.md)]
9090

9191
## Subscribe to registry events
9292

93-
In Event Grid, you subscribe to a *topic* to tell it which events you want to track, and where to send them. The command [az eventgrid event-subscription create][az-eventgrid-event-subscription-create] subscribes to the Azure SignalR Service you created and specifies your web app's URL as the endpoint to which it should send events. The environment variables you populated in earlier sections are reused here, so no edits are required.
93+
In Event Grid, you subscribe to a *topic* to tell it which events you want to track, and where to send them. The command [`az eventgrid event-subscription create`][az-eventgrid-event-subscription-create] subscribes to the Azure SignalR Service you created and specifies your web app's URL as the endpoint to which it should send events. The environment variables you populated in earlier sections are reused here, so no edits are required.
9494

9595
```azurecli-interactive
9696
SIGNALR_SERVICE_ID=$(az signalr show --resource-group $RESOURCE_GROUP_NAME --name $SIGNALR_NAME --query id --output tsv)

articles/container-registry/container-registry-event-grid-quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Once the registry has been created, the Azure CLI returns output similar to the
6969

7070
## Create an event endpoint
7171

72-
In this section, you use a Resource Manager template located in a GitHub repository to deploy a pre-built sample web application to Azure App Service. Later, you subscribe to your registry's Event Grid events and specify this app as the endpoint to which the events are sent.
72+
In this section, you use a Resource Manager template located in a GitHub repository to deploy a prebuilt sample web application to Azure App Service. Later, you subscribe to your registry's Event Grid events and specify this app as the endpoint to which the events are sent.
7373

7474
To deploy the sample app, set `SITE_NAME` to a unique name for your web app, and execute the following commands. The site name must be unique within Azure because it forms part of the fully qualified domain name (FQDN) of the web app. In a later section, you navigate to the app's FQDN in a web browser to view your registry's events.
7575

@@ -90,11 +90,11 @@ You should see the sample app rendered with no event messages displayed:
9090

9191
![Web browser showing sample web app with no events displayed][sample-app-02]
9292

93-
[!INCLUDE [event-grid-register-provider-cli.md](../../includes/event-grid-register-provider-cli.md)]
93+
[!INCLUDE [register-provider-cli.md](../../articles/event-grid/includes/register-provider-cli.md)]
9494

9595
## Subscribe to registry events
9696

97-
In Event Grid, you subscribe to a *topic* to tell it which events you want to track, and where to send them. The following [az eventgrid event-subscription create][az-eventgrid-event-subscription-create] command subscribes to the container registry you created, and specifies your web app's URL as the endpoint to which it should send events. The environment variables you populated in earlier sections are reused here, so no edits are required.
97+
In Event Grid, you subscribe to a *topic* to tell it which events you want to track, and where to send them. The following [`az eventgrid event-subscription create`][az-eventgrid-event-subscription-create] command subscribes to the container registry you created, and specifies your web app's URL as the endpoint to which it should send events. The environment variables you populated in earlier sections are reused here, so no edits are required.
9898

9999
```azurecli-interactive
100100
ACR_REGISTRY_ID=$(az acr show --name $ACR_NAME --query id --output tsv)
@@ -147,7 +147,7 @@ Execute the following Azure CLI command to build a container image from the cont
147147
az acr build --registry $ACR_NAME --image myimage:v1 -f Dockerfile https://github.com/Azure-Samples/acr-build-helloworld-node.git#main
148148
```
149149

150-
You should see output similar to the following while ACR Tasks builds and then pushes your image. The following sample output has been truncated for brevity.
150+
You should see output similar to the following while ACR Tasks build and then pushes your image. The following sample output has been truncated for brevity.
151151

152152
```output
153153
Sending build context to ACR...
@@ -163,7 +163,7 @@ Step 1/5 : FROM node:9-alpine
163163
...
164164
```
165165

166-
To verify that the built image is in your registry, execute the following command to view the tags in the "myimage" repository:
166+
To verify that the built image is in your registry, execute the following command to view the tags in the `myimage` repository:
167167

168168
```azurecli-interactive
169169
az acr repository show-tags --name $ACR_NAME --repository myimage

articles/event-grid/auth0-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To send Auth0 events to Azure:
2121
5. [Subscribe to events](#subscribe-to-events).
2222

2323

24-
[!INCLUDE [register-provider](includes/register-provider.md)]
24+
[!INCLUDE [register-provider](./includes/register-provider.md)]
2525

2626
[!INCLUDE [authorize-verified-partner-to-create-topic](includes/authorize-verified-partner-to-create-topic.md)]
2727

articles/event-grid/blob-event-quickstart-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Before subscribing to the events for the Blob storage, let's create the endpoint
8181
> [!IMPORTANT]
8282
> Keep the Azure Event Grid Viewer window open so that you can see events as they are posted.
8383
84-
[!INCLUDE [event-grid-register-provider-portal.md](../../includes/event-grid-register-provider-portal.md)]
84+
[!INCLUDE [register-provider.md](./includes/register-provider.md)]
8585

8686
## Subscribe to the Blob storage
8787

0 commit comments

Comments
 (0)