Skip to content

Commit dca94ca

Browse files
authored
Merge pull request #230770 from spelluru/egridfilenames0314
remove event-grid from file names
2 parents d655e61 + f2c9146 commit dca94ca

File tree

87 files changed

+139
-105
lines changed

Some content is hidden

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

87 files changed

+139
-105
lines changed

articles/connectors/managed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ For more information, see these topics:
612612
[azure-automation-doc]: /connectors/azureautomation/ "Create and manage automation jobs for your cloud and on-premises infrastructure"
613613
[azure-blob-storage-doc]: ./connectors-create-api-azureblobstorage.md "Manage files in your blob container with Azure blob storage connector"
614614
[azure-cosmos-db-doc]: ./connectors-create-api-cosmos-db.md "Connect to Azure Cosmos DB so that you can access and manage Azure Cosmos DB documents"
615-
[azure-event-grid-doc]: ../event-grid/monitor-virtual-machine-changes-event-grid-logic-app.md "Monitor events published by an Event Grid, for example, when Azure resources or third-party resources change"
615+
[azure-event-grid-doc]: ../event-grid/monitor-virtual-machine-changes-logic-app.md "Monitor events published by an Event Grid, for example, when Azure resources or third-party resources change"
616616
[azure-event-hubs-doc]: ./connectors-create-api-azure-event-hubs.md "Connect to Azure Event Hubs so that you can receive and send events between logic app workflows and Event Hubs"
617617
[azure-file-storage-doc]: /connectors/azurefile/ "Connect to your Azure Storage account so that you can create, update, get, and delete files"
618618
[azure-key-vault-doc]: /connectors/keyvault/ "Connect to your Azure Key Vault so that you can manage your secrets and keys"

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

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
{
2-
"redirections": [
2+
"redirections": [
3+
{
4+
"source_path": "scripts/event-grid-powershell-create-custom-topic.md",
5+
"redirect_url": "/azure/event-grid/scripts/powershell-create-custom-topic",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "scripts/event-grid-powershell-blob.md",
10+
"redirect_url": "/azure/event-grid/scripts/powershell-blob",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "scripts/event-grid-powershell-azure-subscription.md",
15+
"redirect_url": "/azure/event-grid/scripts/powershell-azure-subscription",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "scripts/event-grid-cli-subscribe-custom-topic.md",
20+
"redirect_url": "/azure/event-grid/scripts/cli-subscribe-custom-topic",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "monitor-virtual-machine-changes-event-grid-logic-app.md",
25+
"redirect_url": "/azure/event-grid/monitor-virtual-machine-changes-logic-app",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "event-grid-event-hubs-integration.md",
30+
"redirect_url": "/azure/event-grid/event-hubs-integration",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "event-grid-faq.yml",
35+
"redirect_url": "/azure/event-grid/faq",
36+
"redirect_document_id": false
37+
},
338
{
439
"source_path": "custom-disaster-recovery.md",
540
"redirect_url": "/azure/event-grid/custom-disaster-recovery-client-side",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ Now that you know how to create custom topics and event subscriptions, learn mor
143143

144144
- [About Event Grid](overview.md)
145145
- [Route Blob storage events to a custom web endpoint](../storage/blobs/storage-blob-event-quickstart.md?toc=%2fazure%2fevent-grid%2ftoc.json)
146-
- [Monitor virtual machine changes with Azure Event Grid and Logic Apps](monitor-virtual-machine-changes-event-grid-logic-app.md)
147-
- [Stream big data into a data warehouse](event-grid-event-hubs-integration.md)
146+
- [Monitor virtual machine changes with Azure Event Grid and Logic Apps](monitor-virtual-machine-changes-logic-app.md)
147+
- [Stream big data into a data warehouse](event-hubs-integration.md)

articles/event-grid/compare-messaging-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For more information, see [Service Bus overview](../service-bus-messaging/servic
7777
## Use the services together
7878
In some cases, you use the services side by side to fulfill distinct roles. For example, an e-commerce site can use Service Bus to process the order, Event Hubs to capture site telemetry, and Event Grid to respond to events like an item was shipped.
7979

80-
In other cases, you link them together to form an event and data pipeline. You use Event Grid to respond to events in the other services. For an example of using Event Grid with Event Hubs to migrate data to Azure Synapse Analytics, see [Stream big data into a Azure Synapse Analytics](event-grid-event-hubs-integration.md). The following image shows the workflow for streaming the data.
80+
In other cases, you link them together to form an event and data pipeline. You use Event Grid to respond to events in the other services. For an example of using Event Grid with Event Hubs to migrate data to Azure Synapse Analytics, see [Stream big data into a Azure Synapse Analytics](event-hubs-integration.md). The following image shows the workflow for streaming the data.
8181

8282
:::image type="content" source="./media/compare-messaging-services/overview.svg" alt-text="Image showing how Event Hubs, Service Bus, and Event Grid can be connected together.":::
8383

articles/event-grid/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A subscription tells Event Grid which events on a topic you're interested in rec
4848

4949
For examples of creating subscriptions, see:
5050

51-
* [Azure CLI samples for Event Grid](scripts/event-grid-cli-subscribe-custom-topic.md)
51+
* [Azure CLI samples for Event Grid](scripts/cli-subscribe-custom-topic.md)
5252
* [Azure PowerShell samples for Event Grid](powershell-samples.md)
5353
* [Azure Resource Manager templates for Event Grid](template-samples.md)
5454

articles/event-grid/configure-custom-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can use similar steps to enable an identity for an Event Grid domain.
7070
1. On the left menu, select **Configuration** under **Settings**.
7171
1. 2. For **Data residency**, select whether you don't want any data to be replicated to another region (**Regional**) or you want the metadata to be replicated to a predefined secondary region (**Cross-Geo**).
7272

73-
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region in case of a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). Microsoft-initiated failover is exercised by Microsoft in rare situations to fail over Event Grid resources from an affected region to the corresponding geo-paired region. This process doesn't require an intervention from user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./event-grid-faq.yml).
73+
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region in case of a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). Microsoft-initiated failover is exercised by Microsoft in rare situations to fail over Event Grid resources from an affected region to the corresponding geo-paired region. This process doesn't require an intervention from user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./faq.yml).
7474

7575
If you select the **Regional** option, you may define your own disaster recovery plan.
7676

articles/event-grid/create-custom-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ On the **Security** page of the **Create Topic** or **Create Event Grid Domain*
7272

7373
:::image type="content" source="./media/create-custom-topic/data-residency.png" alt-text="Screenshot showing the Data residency section of the Advanced page in the Create Topic wizard.":::
7474

75-
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region in case of a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). Microsoft-initiated failover is exercised by Microsoft in rare situations to fail over Event Grid resources from an affected region to the corresponding geo-paired region. This process doesn't require an intervention from user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./event-grid-faq.yml).
75+
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region in case of a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). Microsoft-initiated failover is exercised by Microsoft in rare situations to fail over Event Grid resources from an affected region to the corresponding geo-paired region. This process doesn't require an intervention from user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./faq.yml).
7676

7777
If you select the **Regional** option, you may define your own disaster recovery plan.
7878
3. Select **Next: Tags** to move to the **Tags** page.

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ In this article, you use the Azure portal to do the following tasks:
2323
[!INCLUDE [event-grid-register-provider-portal.md](../../includes/event-grid-register-provider-portal.md)]
2424

2525
## Create a custom topic
26-
An event grid topic provides a user-defined endpoint that you post your events to.
26+
An Event Grid topic provides a user-defined endpoint that you post your events to.
2727

2828
1. Sign in to [Azure portal](https://portal.azure.com/).
2929
2. In the search bar at the topic, type **Event Grid Topics**, and then select **Event Grid Topics** from the drop-down list.
3030

31-
:::image type="content" source="./media/custom-event-quickstart-portal/select-event-grid-topics.png" alt-text="Screenshot showing the Azure port search bar to search for Event Grid Topics.":::
31+
:::image type="content" source="./media/custom-event-quickstart-portal/select-event-grid-topics.png" alt-text="Screenshot showing the Azure port search bar to search for Event Grid topics.":::
3232
3. On the **Event Grid Topics** page, select **+ Create** on the toolbar.
3333

34-
:::image type="content" source="./media/custom-event-quickstart-portal/create-topic-button.png" alt-text="Screenshot showing the Create Topic button on Event Grid Topics page.":::
34+
:::image type="content" source="./media/custom-event-quickstart-portal/create-topic-button.png" alt-text="Screenshot showing the Create Topic button on Event Grid topics page.":::
3535
1. On the **Create Topic** page, follow these steps:
3636
1. Select your Azure **subscription**.
3737
2. Select an existing resource group or select **Create new**, and enter a **name** for the **resource group**.
3838
3. Provide a unique **name** for the custom topic. The topic name must be unique because it's represented by a DNS entry. Don't use the name shown in the image. Instead, create your own name - it must be between 3-50 characters and contain only values a-z, A-Z, 0-9, and "-".
39-
4. Select a **location** for the event grid topic.
39+
4. Select a **location** for the Event Grid topic.
4040
5. Select **Review + create** at the bottom of the page.
4141

4242
:::image type="content" source="./media/custom-event-quickstart-portal/create-custom-topic.png" alt-text="Create Topic page":::
@@ -45,19 +45,19 @@ An event grid topic provides a user-defined endpoint that you post your events t
4545
:::image type="content" source="./media/custom-event-quickstart-portal/review-create-page.png" alt-text="Review settings and create":::
4646
5. After the deployment succeeds, select **Go to resource** to navigate to the **Event Grid Topic** page for your topic. Keep this page open. You use it later in the quickstart.
4747

48-
:::image type="content" source="./media/custom-event-quickstart-portal/event-grid-topic-home-page.png" alt-text="Screenshot showing the Event Grid Topic home page.":::
48+
:::image type="content" source="./media/custom-event-quickstart-portal/event-grid-topic-home-page.png" alt-text="Screenshot showing the Event Grid topic home page.":::
4949

5050
> [!NOTE]
5151
> To keep the quickstart simple, you'll be using only the **Basics** page to create a topic. For detailed steps about configuring network, security, and data residency settings on other pages of the wizard, see [Create a custom topic](create-custom-topic.md).
5252
5353
## Create a message endpoint
54-
Before you create a subscription for the custom topic, create an endpoint for the event message. Typically, the endpoint takes actions based on the event data. To simplify this quickstart, you deploy a [pre-built web app](https://github.com/Azure-Samples/azure-event-grid-viewer) that displays the event messages. The deployed solution includes an App Service plan, an App Service web app, and source code from GitHub.
54+
Before you create a subscription for the custom topic, create an endpoint for the event message. Typically, the endpoint takes actions based on the event data. To simplify this quickstart, you deploy a [prebuilt web app](https://github.com/Azure-Samples/azure-event-grid-viewer) that displays the event messages. The deployed solution includes an App Service plan, an App Service web app, and source code from GitHub.
5555

5656
1. In the article page, select **Deploy to Azure** to deploy the solution to your subscription. In the Azure portal, provide values for the parameters.
5757

5858
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazure-event-grid-viewer%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="../media/template-deployments/deploy-to-azure.svg" alt="Button to deploy to Azure."></a>
5959
2. On the **Custom deployment** page, do the following steps:
60-
1. For **Resource group**, select the resource group that you created when creating the storage account. It will be easier for you to clean up after you are done with the tutorial by deleting the resource group.
60+
1. For **Resource group**, select the resource group that you created when creating the storage account. It will be easier for you to clean up after you're done with the tutorial by deleting the resource group.
6161
2. For **Site Name**, enter a name for the web app.
6262
3. For **Hosting plan name**, enter a name for the App Service plan to use for hosting the web app.
6363
5. Select **Review + create**.
@@ -80,7 +80,7 @@ Before you create a subscription for the custom topic, create an endpoint for th
8080

8181
## Subscribe to custom topic
8282

83-
You subscribe to an event grid topic to tell Event Grid which events you want to track, and where to send the events.
83+
You subscribe to an Event Grid topic to tell Event Grid which events you want to track, and where to send the events.
8484

8585
1. Now, on the **Event Grid Topic** page for your custom topic, select **+ Event Subscription** on the toolbar.
8686

@@ -114,12 +114,12 @@ The first example uses Azure CLI. It gets the URL and key for the custom topic,
114114
1. Select **Bash** in the top-left corner of the Cloud Shell window.
115115

116116
![Cloud Shell - Bash](./media/custom-event-quickstart-portal/cloud-shell-bash.png)
117-
1. Run the following command to get the **endpoint** for the topic: After you copy and paste the command, update the **topic name** and **resource group name** before you run the command. You'll publish sample events to this topic endpoint.
117+
1. Run the following command to get the **endpoint** for the topic: After you copy and paste the command, update the **topic name** and **resource group name** before you run the command. You publish sample events to this topic endpoint.
118118

119119
```azurecli
120120
endpoint=$(az eventgrid topic show --name <topic name> -g <resource group name> --query "endpoint" --output tsv)
121121
```
122-
2. Run the following command to get the **key** for the custom topic: After you copy and paste the command, update the **topic name** and **resource group** name before you run the command. It's the primary key of the event grid topic. To get this key from the Azure portal, switch to the **Access keys** tab of the **Event Grid Topic** page. To be able post an event to a custom topic, you need the access key.
122+
2. Run the following command to get the **key** for the custom topic: After you copy and paste the command, update the **topic name** and **resource group** name before you run the command. It's the primary key of the Event Grid topic. To get this key from the Azure portal, switch to the **Access keys** tab of the **Event Grid Topic** page. To be able post an event to a custom topic, you need the access key.
123123
124124
```azurecli
125125
key=$(az eventgrid topic key list --name <topic name> -g <resource group name> --query "key1" --output tsv)
@@ -213,8 +213,8 @@ Now that you know how to create custom topics and event subscriptions, learn mor
213213
214214
- [About Event Grid](overview.md)
215215
- [Route Blob storage events to a custom web endpoint](../storage/blobs/storage-blob-event-quickstart.md?toc=%2fazure%2fevent-grid%2ftoc.json)
216-
- [Monitor virtual machine changes with Azure Event Grid and Logic Apps](monitor-virtual-machine-changes-event-grid-logic-app.md)
217-
- [Stream big data into a data warehouse](event-grid-event-hubs-integration.md)
216+
- [Monitor virtual machine changes with Azure Event Grid and Logic Apps](monitor-virtual-machine-changes-logic-app.md)
217+
- [Stream big data into a data warehouse](event-hubs-integration.md)
218218
219219
See the following samples to learn about publishing events to and consuming events from Event Grid using different programming languages.
220220

0 commit comments

Comments
 (0)