Skip to content

Commit 5502992

Browse files
banisadrbanisadr
authored andcommitted
acrolinx junk 8
1 parent 4264160 commit 5502992

File tree

7 files changed

+8
-12
lines changed

7 files changed

+8
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Part of the integration process is to set up Auth0 for use as an event source (t
5050
### Activate your Auth0 Partner Topic in Azure
5151
Activating the Auth0 topic in Azure allows events to flow from Auth0 to Azure.
5252

53-
1. Log in to the Azure Portal.
53+
1. Log in to the Azure portal.
5454
1. Search `Partner Topics` at the top and click `Event Grid Partner Topics` under services.
5555
1. Click on the topic that matches the stream you created in your Auth0 Dashboard.
5656
1. Confirm the `Source` field matches your Auth0 account.

articles/event-grid/managed-service-identity.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ In the last section, you learned how to enable system-managed identity while cre
4646
4. Switch to the **Identity** tab.
4747
5. Turn on the switch to enable the identity.
4848

49-
[![Enable identity for an existing topic](./media/managed-service-identity/existing-topic-identity.png)](./media/managed-service-identity/existing-topic-identity.png)
50-
5149
You can use similar steps to enable identity for an event grid domain.
5250

5351
### Using Azure CLI
@@ -88,8 +86,6 @@ The following example adds a managed identity for an event grid topic named **ms
8886
2. Select the **identity** for your topic or domain.
8987
3. select **Save** to save the configuration.
9088

91-
[![Service Bus configurations](./media/managed-service-identity/service-bus.png)](./media/managed-service-identity/service-bus.png)
92-
9389
The steps are similar for adding an identity to other roles mentioned in the table.
9490

9591
### Using Azure CLI

articles/event-grid/partner-onboarding-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ Partner topics allow you to publish events to Azure Event Grid for multitenant c
3131

3232
1. Create an Azure tenant if you don't already have one.
3333
1. Using CLI create a new Event Grid `partnerRegistration`. This resource includes information such as display name, description, setup URI and so on.
34-
![Create Partner Topic](./media/partner-onboarding-how-to/createPartnerRegistration.png)
34+
![Create Partner Topic](./media/partner-onboarding-how-to/create-partner-registration.png)
3535
1. Create one or more `partnerNamespaces` in each region you want to publish events. As part of this, Event Grid service will provision a publishing endpoint (for example, https://contoso.westus-1.eventgrid.azure.net/api/events) and access keys.
36-
![Create Partner Namespace](./media/partner-onboarding-how-to/createPartnerNamespace.png)
36+
![Create Partner Namespace](./media/partner-onboarding-how-to/create-partner-namespace.png)
3737
1. Provide a way for customers to register in your system that they would like a partner topic.
3838
1. Contact the Event Grid team to let us know you would like your Partner Topic Type to become public.
3939

4040
#### Customer flow
4141

42-
1. Your customer will visit the Azure Portal to note the Azure Subscription ID and Resource Group they would like the Partner Topic created in.
42+
1. Your customer will visit the Azure portal to note the Azure Subscription ID and Resource Group they would like the Partner Topic created in.
4343
1. The customer will request a Partner Topic via your system. In response, you'll create an Event Tunnel your Partner Namespace.
4444
1. Event Grid will create a **Pending** Partner Topic in the customer's Azure Subscription and Resoruce Group.
45-
![Create Event Channel](./media/partner-onboarding-how-to/createEventTunnelPartnerTopic.png)
46-
1. The customer activates the Partner Topic via the Azure Portal. Events may now flow from your service to the customer's Azure Subscription.
47-
![Activate Partner Topic](./media/partner-onboarding-how-to/activatePartnerTopic.png)
45+
![Create Event Channel](./media/partner-onboarding-how-to/create-event-tunnel-partner-topic.png)
46+
1. The customer activates the Partner Topic via the Azure portal. Events may now flow from your service to the customer's Azure Subscription.
47+
![Activate Partner Topic](./media/partner-onboarding-how-to/activate-partner-topic.png)
4848

4949
## Resource Model
5050

@@ -157,7 +157,7 @@ After posting to the partnerNamespace endpoint, you'll receive a response. The r
157157
* [CLI Extension](https://docs.microsoft.com/cli/azure/ext/eventgrid/?view=azure-cli-latest)
158158

159159
### SDKs
160-
* [.Net](https://www.nuget.org/packages/Microsoft.Azure.Management.EventGrid/5.3.1-preview)
160+
* [.NET](https://www.nuget.org/packages/Microsoft.Azure.Management.EventGrid/5.3.1-preview)
161161
* [Python](https://pypi.org/project/azure-mgmt-eventgrid/3.0.0rc6/)
162162
* [Java](https://search.maven.org/artifact/com.microsoft.azure.eventgrid.v2020_04_01_preview/azure-mgmt-eventgrid/1.0.0-beta-3/jar)
163163
* [Ruby](https://rubygems.org/gems/azure_mgmt_event_grid/versions/0.19.0)

0 commit comments

Comments
 (0)