Skip to content

Commit 066f2b2

Browse files
committed
fixed blocking issues
1 parent 45a59df commit 066f2b2

6 files changed

Lines changed: 9 additions & 14 deletions

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"redirections": [
33
{
44
"source_path": "scripts/powershell-webhook-secure-delivery-azure-ad-user.md",
5-
"redirect_url": "scripts/powershell-webhook-secure-delivery-microsoft-entra-user",
5+
"redirect_url": "/azure/event-grid/scripts/powershell-webhook-secure-delivery-microsoft-entra-user",
66
"redirect_document_id": false
77
},
88
{
99
"source_path": "scripts/powershell-webhook-secure-delivery-azure-ad-app.md",
10-
"redirect_url": "scripts/powershell-webhook-secure-delivery-microsoft-entra-app",
10+
"redirect_url": "/azure/event-grid/scripts/powershell-webhook-secure-delivery-microsoft-entra-app",
1111
"redirect_document_id": false
1212
},
1313
{
@@ -195,11 +195,6 @@
195195
"redirect_url": "/azure/event-grid/scripts/powershell-webhook-secure-delivery-azure-ad-user",
196196
"redirect_document_id": false
197197
},
198-
{
199-
"source_path": "scripts/event-grid-powershell-webhook-secure-delivery-microsoft-entra-app.md",
200-
"redirect_url": "/azure/event-grid/scripts/powershell-webhook-secure-delivery-microsoft-entra-app",
201-
"redirect_document_id": false
202-
},
203198
{
204199
"source_path": "scripts/event-grid-powershell-subscribe-custom-topic.md",
205200
"redirect_url": "/azure/event-grid/scripts/powershell-subscribe-custom-topic",

articles/event-grid/authenticate-with-entra-id-namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Following are the prerequisites to authenticate to Event Grid.
103103

104104
### Publish events using Microsoft Entra Authentication
105105

106-
To send events to a topic, domain, or partner namespace, you can build the client in the following way. The api version that first provided support for Microsoft Entra authentication is ``2018-01-01``. Use that API version or a more recent version in your application.
106+
To send events to a topic, domain, or partner namespace, you can build the client in the following way. The API version that first provided support for Microsoft Entra authentication is ``2018-01-01``. Use that API version or a more recent version in your application.
107107

108108
Sample:
109109

articles/event-grid/authenticate-with-microsoft-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Following are the prerequisites to authenticate to Event Grid.
108108

109109
### Publish events using Microsoft Entra authentication
110110

111-
To send events to a topic, domain, or partner namespace, you can build the client in the following way. The api version that first provided support for Microsoft Entra authentication is ``2018-01-01``. Use that API version or a more recent version in your application.
111+
To send events to a topic, domain, or partner namespace, you can build the client in the following way. The API version that first provided support for Microsoft Entra authentication is ``2018-01-01``. Use that API version or a more recent version in your application.
112112

113113
Sample:
114114

articles/event-grid/enable-identity-custom-topics-domains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When you use Azure portal, you can assign one system assigned identity and up to
4747
The following procedures show you how to enable an identity for a custom topic. The steps for enabling an identity for a domain are similar.
4848

4949
1. Go to the [Azure portal](https://portal.azure.com).
50-
2. Search for **event grid topics** in the search bar at the top.
50+
2. Search for **Event Grid topics** in the search bar at the top.
5151
3. Select the **custom topic** for which you want to enable the managed identity.
5252
4. Select **Identity** on the left menu.
5353

@@ -68,7 +68,7 @@ The following procedures show you how to enable an identity for a custom topic.
6868
1. Select **Add**.
6969
1. Refresh the list in the **User assigned** tab to see the added user-assigned identity.
7070

71-
You can use similar steps to enable an identity for an event grid domain.
71+
You can use similar steps to enable an identity for an Event Grid domain.
7272

7373
# [Azure CLI](#tab/cli)
7474
You can also use Azure CLI to assign a system-assigned identity to an existing custom topic or domain. Currently, Azure CLI doesn't support assigning a user-assigned identity to a topic or a domain.

articles/event-grid/monitor-virtual-machine-changes-logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For example, here are some events that publishers can send to subscribers throug
2727

2828
* A new message appears in a queue.
2929

30-
This tutorial creates a Consumption logic app resource that runs in [*multi-tenant* Azure Logic Apps](../logic-apps/logic-apps-overview.md) and is based on the [Consumption pricing model](../logic-apps/logic-apps-pricing.md#consumption-pricing). Using this logic app resource, you create a workflow that monitors changes to a virtual machine, and sends emails about those changes. When you create a workflow that has an event subscription to an Azure resource, events flow from that resource through Azure Event Grid to the workflow.
30+
This tutorial creates a Consumption logic app resource that runs in [*multitenant* Azure Logic Apps](../logic-apps/logic-apps-overview.md) and is based on the [Consumption pricing model](../logic-apps/logic-apps-pricing.md#consumption-pricing). Using this logic app resource, you create a workflow that monitors changes to a virtual machine, and sends emails about those changes. When you create a workflow that has an event subscription to an Azure resource, events flow from that resource through Azure Event Grid to the workflow.
3131

3232
![Screenshot showing the workflow designer with a workflow that monitors a virtual machine using Azure Event Grid.](./media/monitor-virtual-machine-changes-logic-app/monitor-virtual-machine-logic-app-overview.png)
3333

@@ -86,7 +86,7 @@ In this tutorial, you learn how to:
8686
> make sure that you create a *stateful* workflow, not a stateless workflow. This tutorial applies only
8787
> to Consumption logic apps, which follow a different user experience. To add Azure Event Grid operations
8888
> to your workflow in the designer, on the operations picker pane, make sure that you select the **Azure** tab.
89-
> For more information about multi-tenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multi-tenant and integration service environment](../logic-apps/single-tenant-overview-compare.md).
89+
> For more information about multitenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multitenant and integration service environment](../logic-apps/single-tenant-overview-compare.md).
9090
9191
1. When you're done, select **Review + create**. On the next pane, confirm the provided information, and select **Create**.
9292

articles/event-grid/secure-webhook-delivery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Based on the diagram, follow next steps to configure both tenants.
153153
154154
Do the following steps in **Tenant A**:
155155
156-
1. Create a Microsoft Entra application for the Event Grid subscription writer configured to work with any Microsoft Entra directory (Multi-tenant).
156+
1. Create a Microsoft Entra application for the Event Grid subscription writer configured to work with any Microsoft Entra directory (multitenant).
157157
158158
2. Create a secret for the Microsoft Entra application, and save the value (you need this value later).
159159

0 commit comments

Comments
 (0)