Skip to content

Commit 4f43d06

Browse files
author
gitName
committed
formatting
1 parent 039e654 commit 4f43d06

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
5.53 KB
Loading

articles/api-center/set-up-notification-workflow.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For this scenario, the logic app uses a managed identity to access the Azure API
6060
:::image type="content" source="media/set-up-notification-workflow/managed-identity-logic-app.png" alt-text="Screenshot of configuring managed identity in the portal.":::
6161

6262

63-
### Step 3. Assign permissions to the managed identity
63+
## Step 3. Assign permissions to the managed identity
6464

6565
Assign the logic app managed identity the necessary permissions to access the API center. For this scenario, assign the **Contributor** role to the managed identity.
6666

@@ -75,7 +75,7 @@ Assign the logic app managed identity the necessary permissions to access the AP
7575

7676
This section provides the manual steps to configure an event subscription that triggers a logic app workflow when an API is registered in your API center.
7777

78-
### Step 4. 1. When a resource event occurs
78+
### Step 4.1. When a resource event occurs
7979

8080
Configure a workflow step to trigger the logic app workflow when an event occurs in the API center.
8181

@@ -136,9 +136,6 @@ Add a workflow step to make an HTTP GET request to get API details from the API
136136
1. In the **HTTP** pane:
137137
1. In **URI**, enter `https://management.azure.com/` (including the trailing forward slash). After the forward slash, enter `/`, select **Insert dynamic content**, and then select the variables *subjectvar* and *versionvar*, in that order.
138138
1. In **Method**, select **GET**.
139-
140-
:::image type="content" source="media/set-up-notification-workflow/http-request-get.png" alt-text="Screenshot of HTTP request action in the portal.":::
141-
142139
1. Under **Advanced parameters**, select **Authentication**.
143140
1. In **Authentication type**, select **Managed Identity**.
144141
1. In **Managed identity**, select **System-assigned managed identity**.

0 commit comments

Comments
 (0)