Skip to content

Commit 8567a33

Browse files
committed
removing event-grid from file names
1 parent f2c9146 commit 8567a33

File tree

55 files changed

+74
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+74
-49
lines changed

articles/event-grid/.openpublishing.redirection.event-grid.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
{
2-
"redirections": [
2+
"redirections": [
3+
{
4+
"source_path": "scripts/event-grid-powershell-webhook-secure-delivery-azure-ad-user.md",
5+
"redirect_url": "/azure/event-grid/scripts/powershell-webhook-secure-delivery-azure-ad-user",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "scripts/event-grid-powershell-webhook-secure-delivery-azure-ad-app.md",
10+
"redirect_url": "/azure/event-grid/scripts/powershell-webhook-secure-delivery-azure-ad-app",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "scripts/event-grid-powershell-subscribe-custom-topic.md",
15+
"redirect_url": "/azure/event-grid/scripts/powershell-subscribe-custom-topic",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "scripts/event-grid-powershell-resource-group.md",
20+
"redirect_url": "/azure/event-grid/scripts/powershell-resource-group",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "scripts/powershell-resource-group-filter.md",
25+
"redirect_url": "/azure/event-grid/scripts/powershell-resource-group-filter",
26+
"redirect_document_id": false
27+
},
328
{
429
"source_path": "scripts/event-grid-powershell-create-custom-topic.md",
530
"redirect_url": "/azure/event-grid/scripts/powershell-create-custom-topic",

articles/event-grid/custom-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following sections provide links to tutorials to create custom topics using
6969
|---------|---------|
7070
| [Quickstart: create and route custom events with Azure PowerShell](custom-event-quickstart-powershell.md) | Shows how to use Azure PowerShell to send custom events. |
7171
| [PowerShell: create Event Grid custom topic](./scripts/powershell-create-custom-topic.md)|Sample script that creates a custom topic. The script retrieves the endpoint and a key.|
72-
| [PowerShell: subscribe to events for a custom topic](./scripts/event-grid-powershell-subscribe-custom-topic.md)|Sample script that creates a subscription for a custom topic. It sends events to a WebHook.|
72+
| [PowerShell: subscribe to events for a custom topic](./scripts/powershell-subscribe-custom-topic.md)|Sample script that creates a subscription for a custom topic. It sends events to a WebHook.|
7373

7474
## ARM template tutorials
7575
|Title |Description |

articles/event-grid/edge/forward-events-event-grid-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In order to complete this tutorial, you will need:
3030
* **Azure subscription** - Create a [free account](https://azure.microsoft.com/free) if you don't already have one.
3131
* **Azure IoT Hub and IoT Edge device** - Follow the steps in the quick start for [Linux](../../iot-edge/quickstart-linux.md) or [Windows devices](../../iot-edge/quickstart.md) if you don't already have one.
3232

33-
[!INCLUDE [event-grid-deploy-iot-edge](../includes/event-grid-deploy-iot-edge.md)]
33+
[!INCLUDE [deploy-iot-edge](../includes/deploy-iot-edge.md)]
3434
## Create event grid topic and subscription in cloud
3535

3636
Create an event grid topic and subscription in the cloud by following [this tutorial](../custom-event-quickstart-portal.md). Note down `topicURL`, `sasKey`, and `topicName` of the newly created topic that you'll use later in the tutorial.
@@ -82,7 +82,7 @@ For example, if you created a topic named `testegcloudtopic` in West US, the val
8282

8383
## Create Event Grid subscription at the edge
8484

85-
[!INCLUDE [event-grid-deploy-iot-edge](../includes/event-grid-edge-persist-event-subscriptions.md)]
85+
[!INCLUDE [deploy-iot-edge](../includes/edge-persist-event-subscriptions.md)]
8686

8787
1. Create subscription3.json with the following content. See our [API documentation](api.md) for details about the payload.
8888

articles/event-grid/edge/forward-events-iothub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to complete this tutorial, you will need:
3333
* **Azure subscription** - Create a [free account](https://azure.microsoft.com/free) if you don't already have one.
3434
* **Azure IoT Hub and IoT Edge device** - Follow the steps in the quick start for [Linux](../../iot-edge/quickstart-linux.md) or [Windows devices](../../iot-edge/quickstart.md) if you don't already have one.
3535

36-
[!INCLUDE [event-grid-deploy-iot-edge](../includes/event-grid-deploy-iot-edge.md)]
36+
[!INCLUDE [deploy-iot-edge](../includes/deploy-iot-edge.md)]
3737

3838
## Create topic
3939

@@ -81,7 +81,7 @@ As a publisher of an event, you need to create an event grid topic. The topic re
8181

8282
Subscribers can register for events published to a topic. To receive any event, they'll need to create an Event grid subscription on a topic of interest.
8383

84-
[!INCLUDE [event-grid-deploy-iot-edge](../includes/event-grid-edge-persist-event-subscriptions.md)]
84+
[!INCLUDE [deploy-iot-edge](../includes/edge-persist-event-subscriptions.md)]
8585

8686
1. Create subscription4.json with the below content. Refer to our [API documentation](api.md) for details about the payload.
8787

articles/event-grid/edge/pub-sub-events-webhook-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In order to complete this tutorial, you will need:
2929
* **Azure subscription** - Create a [free account](https://azure.microsoft.com/free) if you don't already have one.
3030
* **Azure IoT Hub and IoT Edge device** - Follow the steps in the quick start for [Linux](../../iot-edge/quickstart-linux.md) or [Windows devices](../../iot-edge/quickstart.md) if you don't already have one.
3131

32-
[!INCLUDE [event-grid-deploy-iot-edge](../includes/event-grid-deploy-iot-edge.md)]
32+
[!INCLUDE [deploy-iot-edge](../includes/deploy-iot-edge.md)]
3333

3434
## Create an Azure function in the Azure portal
3535

@@ -109,7 +109,7 @@ As a publisher of an event, you need to create an event grid topic. Topic refers
109109

110110
Subscribers can register for events published to a topic. To receive any event, the subscribers will need to create an Event grid subscription on a topic of interest.
111111

112-
[!INCLUDE [event-grid-deploy-iot-edge](../includes/event-grid-edge-persist-event-subscriptions.md)]
112+
[!INCLUDE [deploy-iot-edge](../includes/edge-persist-event-subscriptions.md)]
113113

114114
1. Create subscription2.json with the following content. Refer to our [API documentation](api.md) for details about the payload.
115115

articles/event-grid/edge/pub-sub-events-webhook-local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A deployment manifest is a JSON document that describes which modules to deploy,
5858
* **Image URI**: `mcr.microsoft.com/azure-event-grid/iotedge:latest`
5959
* **Container Create Options**:
6060

61-
[!INCLUDE [event-grid-edge-module-version-update](../includes/event-grid-edge-module-version-update.md)]
61+
[!INCLUDE [edge-module-version-update](../includes/edge-module-version-update.md)]
6262

6363
```json
6464
{
@@ -160,7 +160,7 @@ As a publisher of an event, you need to create an event grid topic. In Azure Eve
160160

161161
Subscribers can register for events published to a topic. To receive any event, you'll need to create an Event Grid subscription for a topic of interest.
162162

163-
[!INCLUDE [event-grid-deploy-iot-edge](../includes/event-grid-edge-persist-event-subscriptions.md)]
163+
[!INCLUDE [deploy-iot-edge](../includes/edge-persist-event-subscriptions.md)]
164164

165165
1. Create subscription.json with the following content. For details about the payload, see our [API documentation](api.md)
166166

articles/event-grid/event-domains-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 03/04/2021
99
This article describes a few use cases for using event domains in Azure Event Grid.
1010

1111
## Use case 1
12-
[!INCLUDE [event-grid-domain-example-use-case.md](./includes/event-grid-domain-example-use-case.md)]
12+
[!INCLUDE [domain-example-use-case.md](./includes/domain-example-use-case.md)]
1313

1414
## Use case 2
1515
There is a limit of 500 event subscriptions when using system topics. If you need more than 500 event subscriptions for a system topic, you could use domains.

articles/event-grid/event-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An event domain is a management tool for large number of Event Grid topics relat
1414
* Avoid individually publishing to each of your topic endpoints.
1515

1616
## Example use case
17-
[!INCLUDE [event-grid-domain-example-use-case.md](./includes/event-grid-domain-example-use-case.md)]
17+
[!INCLUDE [domain-example-use-case.md](./includes/domain-example-use-case.md)]
1818

1919
## Access management
2020

articles/event-grid/event-hubs-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: devx-track-csharp
1010
# Tutorial: Stream big data into a data warehouse
1111
Azure [Event Grid](overview.md) is an intelligent event routing service that enables you to react to notifications or events from apps and services. For example, it can trigger an Azure function to process Event Hubs data that's captured to a Blob storage or Data Lake Storage. This [sample](https://github.com/Azure/azure-event-hubs/tree/master/samples/e2e/EventHubsCaptureEventGridDemo) shows you how to use Event Grid and Azure Functions to migrate captured Event Hubs data from blob storage to Azure Synapse Analytics, specifically a dedicated SQL pool.
1212

13-
[!INCLUDE [event-grid-event-hubs-functions-synapse-analytics.md](./includes/event-grid-event-hubs-functions-synapse-analytics.md)]
13+
[!INCLUDE [event-hubs-functions-synapse-analytics.md](./includes/event-hubs-functions-synapse-analytics.md)]
1414

1515
## Next steps
1616
* For more information about setting up and running the sample, see [Event Hubs Capture and Event Grid sample](https://github.com/Azure/azure-event-hubs/tree/master/samples/e2e/EventHubsCaptureEventGridDemo).

articles/event-grid/event-schema-resource-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ The data object has the following properties:
460460
| [Tutorial: monitor virtual machine changes with Azure Event Grid and Logic Apps](monitor-virtual-machine-changes-logic-app.md) | A logic app monitors changes to a virtual machine and sends emails about those changes. |
461461
| [Azure CLI: subscribe to events for a resource group](./scripts/event-grid-cli-resource-group.md)| Sample script that subscribes to events for a resource group. It sends events to a WebHook. |
462462
| [Azure CLI: subscribe to events for a resource group and filter for a resource](./scripts/event-grid-cli-resource-group-filter.md) | Sample script that subscribes to events for a resource group and filters events for one resource. |
463-
| [PowerShell: subscribe to events for a resource group](./scripts/event-grid-powershell-resource-group.md) | Sample script that subscribes to events for a resource group. It sends events to a WebHook. |
464-
| [PowerShell: subscribe to events for a resource group and filter for a resource](./scripts/event-grid-powershell-resource-group-filter.md) | Sample script that subscribes to events for a resource group and filters events for one resource. |
463+
| [PowerShell: subscribe to events for a resource group](./scripts/powershell-resource-group.md) | Sample script that subscribes to events for a resource group. It sends events to a WebHook. |
464+
| [PowerShell: subscribe to events for a resource group and filter for a resource](./scripts/powershell-resource-group-filter.md) | Sample script that subscribes to events for a resource group and filters events for one resource. |
465465
| [Resource Manager template: resource subscription](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.eventgrid/event-grid-resource-events-to-webhook) | Subscribes to events for an Azure subscription or resource group. It sends events to a WebHook. |
466466

467467
## Next steps

0 commit comments

Comments
 (0)