Skip to content

Commit 6882ef7

Browse files
authored
Merge pull request #230886 from spelluru/egridnames0315
remove event-grid
2 parents e86c231 + 6b714da commit 6882ef7

File tree

47 files changed

+35
-35
lines changed

Some content is hidden

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

47 files changed

+35
-35
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article shows how to update or configure a custom topic or a domain in Azur
1414
1. Sign in to [Azure portal](https://portal.azure.com/).
1515
2. In the search bar at the top, type **Event Grid Topics**, and then select **Event Grid Topics** from the drop-down list. If you are configuring a domain, search for **Event Grid Domains**.
1616

17-
:::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.":::
17+
:::image type="content" source="./media/custom-event-quickstart-portal/select-topics.png" alt-text="Screenshot showing the Azure port search bar to search for Event Grid topics.":::
1818
3. On the **Event Grid Topics** or **Event Grid Domains** page, select your topic or domain.
1919

2020
:::image type="content" source="./media/configure-custom-topic/select-topic.png" alt-text="Screenshot showing the selection of the topic in the list of Event Grid topics.":::

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An Event Grid topic provides a user-defined endpoint that you post your events t
2020
1. Sign in to [Azure portal](https://portal.azure.com/).
2121
2. In the search bar at the top, type **Event Grid Topics**, and then select **Event Grid Topics** from the drop-down list. If you are create a domain, search for **Event Grid Domains**.
2222

23-
:::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.":::
23+
:::image type="content" source="./media/custom-event-quickstart-portal/select-topics.png" alt-text="Screenshot showing the Azure port search bar to search for Event Grid topics.":::
2424
3. On the **Event Grid Topics** or **Event Grid Domains** page, select **+ Create** on the toolbar.
2525

2626
:::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.":::

articles/event-grid/create-view-manage-system-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This article shows you how to create and manage system topics using the Azure po
1111
## Create a system topic
1212
You can create a system topic for an Azure resource (Storage account, Event Hubs namespace, etc.) in two ways:
1313

14-
- Using the **Events** page of a resource, for example, Storage Account or Event Hubs Namespace. When you use the **Events** page in the Azure portal to create an event subscription for an event raised by an Azure source (for example: Azure Storage account), the portal creates a system topic for the Azure resource and then creates a subscription for the system topic. You specify the name of the system topic if you are creating an event subscription on the Azure resource for the first time. From the second time onwards, the system topic name is displayed for you in the read-only mode. See [Quickstart: Route Blob storage events to web endpoint with the Azure portal](blob-event-quickstart-portal.md#subscribe-to-the-blob-storage) for detailed steps.
14+
- Using the **Events** page of a resource, for example, Storage Account or Event Hubs Namespace. When you use the **Events** page in the Azure portal to create an event subscription for an event raised by an Azure source (for example: Azure Storage account), the portal creates a system topic for the Azure resource and then creates a subscription for the system topic. You specify the name of the system topic if you're creating an event subscription on the Azure resource for the first time. From the second time onwards, the system topic name is displayed for you in the read-only mode. See [Quickstart: Route Blob storage events to web endpoint with the Azure portal](blob-event-quickstart-portal.md#subscribe-to-the-blob-storage) for detailed steps.
1515
- Using the **Event Grid System Topics** page. The following steps are for creating a system topic using the **Event Grid System Topics** page.
1616

1717
1. Sign in to [Azure portal](https://portal.azure.com).
@@ -32,7 +32,7 @@ You can create a system topic for an Azure resource (Storage account, Event Hubs
3232
> You can use this system topic name to search metrics and diagnostic logs.
3333
6. Select **Review + create**.
3434

35-
![Create system topic](./media/create-view-manage-system-topics/create-event-grid-system-topic-page.png)
35+
![Create system topic](./media/create-view-manage-system-topics/create-system-topic-page.png)
3636
5. Review settings and select **Create**.
3737

3838
![Review and create system topic](./media/create-view-manage-system-topics/system-topic-review-create.png)

articles/event-grid/custom-disaster-recovery-client-side.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Now that you have all of your components in place, you can test out your failove
189189

190190
Try running the event publisher. You should see your test events land in your Event Grid viewer.
191191

192-
:::image type="content" source="./media/custom-disaster-recovery/event-grid-viewer.png" alt-text="Screenshot showing the Event Grid Viewer app with posted events.":::
192+
:::image type="content" source="./media/custom-disaster-recovery/viewer.png" alt-text="Screenshot showing the Event Grid Viewer app with posted events.":::
193193

194194
To make sure your failover is working, you can change a few characters in your primary topic key to make it no longer valid. Try running the publisher again. You should still see new events appear in your Event Grid viewer, however when you look at your console, you see that they're now being published via the secondary topic.
195195

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An Event Grid topic provides a user-defined endpoint that you post your events t
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-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

3434
:::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.":::
@@ -45,7 +45,7 @@ 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/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).
@@ -193,7 +193,7 @@ The second example uses PowerShell to do similar steps.
193193
### Verify in the Event Grid Viewer
194194
You've triggered the event, and Event Grid sent the message to the endpoint you configured when subscribing. View your web app to see the event you just sent.
195195
196-
:::image type="content" source="./media/custom-event-quickstart-portal/event-grid-viewer-end.png" alt-text="Event Grid Viewer":::
196+
:::image type="content" source="./media/custom-event-quickstart-portal/viewer-end.png" alt-text="Event Grid Viewer":::
197197
198198
## Clean up resources
199199
If you plan to continue working with this event, don't clean up the resources created in this article. Otherwise, delete the resources you created in this article.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Typically, you send events to an endpoint that processes the event data and take
1313

1414
When you're finished, you see that the event data has been sent to the web app.
1515

16-
:::image type="content" source="./media/custom-event-quickstart/azure-event-grid-viewer-record-inserted-event.png" alt-text="Screenshot showing the Event Grid Viewer sample with a sample event.":::
16+
:::image type="content" source="./media/custom-event-quickstart/viewer-record-inserted-event.png" alt-text="Screenshot showing the Event Grid Viewer sample with a sample event.":::
1717

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

@@ -91,7 +91,7 @@ az eventgrid event-subscription create \
9191

9292
View your web app again, and notice that a subscription validation event has been sent to it. Select the eye icon to expand the event data. Event Grid sends the validation event so the endpoint can verify that it wants to receive event data. The web app includes code to validate the subscription.
9393

94-
![View the subscription event in Azure Event Grid Viewer](./media/custom-event-quickstart/azure-event-grid-viewer-subscription-validation-event.png)
94+
![View the subscription event in Azure Event Grid Viewer](./media/custom-event-quickstart/viewer-subscription-validation-event.png)
9595

9696

9797
## Send an event to your custom topic

articles/event-grid/custom-event-to-function.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Before subscribing to the custom topic, create a function to handle the events.
4949
1. Select **Azure Event Grid Trigger** in the **Select a template** section. Use the scroll bar right to the list to scroll down if needed.
5050
1. In the **Template details** section in the bottom pane, enter a name for the function. In this example, it's **HandleEventsFunc**.
5151

52-
:::image type="content" source="./media/custom-event-to-function/function-event-grid-trigger.png" lightbox="./media/custom-event-to-function/function-event-grid-trigger.png" alt-text="Select Event Grid trigger.":::
52+
:::image type="content" source="./media/custom-event-to-function/function-trigger.png" lightbox="./media/custom-event-to-function/function-trigger.png" alt-text="Select Event Grid trigger.":::
5353
4. On the **Function** page for the **HandleEventsFunc**, select **Code + Test** on the left navigational menu.
5454

5555
:::image type="content" source="./media/custom-event-to-function/function-code-test-menu.png" alt-text="Image showing the selection Code + Test menu for an Azure function.":::
@@ -80,10 +80,10 @@ An Event Grid topic provides a user-defined endpoint that you post your events t
8080
1. On a new tab of the web browser window, sign in to [Azure portal](https://portal.azure.com/).
8181
2. In the search bar at the topic, search for **Event Grid Topics**, and select **Event Grid Topics**.
8282

83-
:::image type="content" source="./media/custom-event-to-function/select-event-grid-topics.png" alt-text="Image showing the selection of Event Grid topics.":::
83+
:::image type="content" source="./media/custom-event-to-function/select-topics.png" alt-text="Image showing the selection of Event Grid topics.":::
8484
3. On the **Event Grid Topics** page, select **+ Create** on the command bar.
8585

86-
:::image type="content" source="./media/custom-event-to-function/add-event-grid-topic-button.png" alt-text="Screenshot showing the Create button to create an Event Grid topic.":::
86+
:::image type="content" source="./media/custom-event-to-function/add-topic-button.png" alt-text="Screenshot showing the Create button to create an Event Grid topic.":::
8787
4. On the **Create Topic** page, follow these steps:
8888
1. Select your **Azure subscription**.
8989
2. Select the same **resource group** from the previous steps.
@@ -95,7 +95,7 @@ An Event Grid topic provides a user-defined endpoint that you post your events t
9595
1. On the **Review + create** page, review settings and select **Create**.
9696
5. After the custom topic has been created, select **Go to resource** link to see the following Event Grid topic page for the topic you created.
9797

98-
:::image type="content" source="./media/custom-event-to-function/event-grid-topic-home-page.png" lightbox="./media/custom-event-to-function/event-grid-topic-home-page.png" alt-text="Image showing the home page for your Event Grid custom topic.":::
98+
:::image type="content" source="./media/custom-event-to-function/topic-home-page.png" lightbox="./media/custom-event-to-function/topic-home-page.png" alt-text="Image showing the home page for your Event Grid custom topic.":::
9999

100100
## Subscribe to custom topic
101101

articles/event-grid/ensure-tags-exists-on-new-virtual-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To complete this tutorial, an [Azure Automation account](../automation/index.yml
4343

4444
3. Search for **Event Grid**, and select **Integrating Azure Automation with Event grid**.
4545

46-
![Import gallery runbook](media/ensure-tags-exists-on-new-virtual-machines/gallery-event-grid.png)
46+
![Import gallery runbook](media/ensure-tags-exists-on-new-virtual-machines/gallery.png)
4747

4848
4. Select **Import** and name it **Watch-VMWrite**.
4949

@@ -89,7 +89,7 @@ To complete this tutorial, an [Azure Automation account](../automation/index.yml
8989
9090
1. On the **Automation Account** overview page, select **Event grid**.
9191
92-
![Select Event Grid](media/ensure-tags-exists-on-new-virtual-machines/select-event-grid.png)
92+
![Select Event Grid](media/ensure-tags-exists-on-new-virtual-machines/select.png)
9393
9494
2. Click **+ Event Subscription**.
9595

articles/event-grid/includes/register-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ In the Azure portal, do the following steps:
2424
:::image type="content" source="./media/register-provider/register-provider.png" alt-text="Image showing the registration of Microsoft.EventGrid provider with the Azure subscription.":::
2525
1. Refresh to make sure the status of **Microsoft.EventGrid** is changed to **Registered**.
2626

27-
:::image type="content" source="./media/register-provider/event-grid-registered.png" alt-text="Image showing the successful registration of Microsoft.EventGrid provider with the Azure subscription.":::
27+
:::image type="content" source="./media/register-provider/registered.png" alt-text="Image showing the successful registration of Microsoft.EventGrid provider with the Azure subscription.":::
2828

0 commit comments

Comments
 (0)