Skip to content

Commit fa3737d

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 42a4e74 commit fa3737d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/logic-apps/includes/hightest-security-level-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
ms.service: azure-logic-apps
3-
ms.author: estfan
43
author: ecfan
5-
ms.date: 12/16/2024
4+
ms.author: estfan
65
ms.topic: include
6+
ms.date: 12/16/2024
77
---
88

99
> [!IMPORTANT]

articles/logic-apps/logic-apps-author-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Before you can work on a Consumption workflow definition in Visual Studio, make
4848

4949
1. Open the shortcut menu for your workflow definition and template. Select **Open With Logic App Designer**.
5050

51-
![Open logic app in a Visual Studio solution.](./media/logic-apps-author-definitions/open-logic-app-designer.png)
51+
:::image type="content" source="media/logic-apps-author-definitions/open-logic-app-designer.png" alt-text="Screenshot shows opened logic app in a Visual Studio solution.":::
5252

5353
> [!TIP]
5454
>

articles/logic-apps/logic-apps-batch-process-send-receive-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Now create one or more batch sender logic app workflows that send messages to th
153153

154154
**Consumption workflow**
155155

156-
After you add the **Send to batch trigger worklow** action, a list appears and shows only the logic app resources with batch triggers that exist in the same Azure subscription *and* Azure region as your batch sender logic app resource.
156+
After you add the **Send to batch trigger workflow** action, a list appears and shows only the logic app resources with batch triggers that exist in the same Azure subscription *and* Azure region as your batch sender logic app resource.
157157

158158
1. From the logic apps list, select the previously created logic app to use as the batch receiver. When the available triggers appear, select the trigger named **Batch_messages**.
159159

articles/logic-apps/quickstart-create-logic-apps-with-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ When you have your Azure Resource Group project, create your logic app with the
153153

154154
| Setting | Example value | Description |
155155
| ------- | ------------- | ----------- |
156-
| User account | Fabrikam <br> [email protected] | The account that you used when you signed in to Visual Studio |
157-
| **Subscription** | Pay-As-You-Go <br> ([email protected]) | The name for your Azure subscription and associated account |
158-
| **Resource Group** | MyLogicApp-RG <br> (West US) | The Azure resource group and location for storing and deploying your logic app's resources |
156+
| User account | **Fabrikam** <br>**[email protected]** | The account that you used when you signed in to Visual Studio |
157+
| **Subscription** | **Pay-As-You-Go** <br>(**[email protected]**) | The name for your Azure subscription and associated account |
158+
| **Resource Group** | **MyLogicApp-RG** <br>(**West US**) | The Azure resource group and location for storing and deploying your logic app's resources |
159159
| **Location** | **Same as Resource Group** | The location type and location to deploy your logic app resource. <br><br>For this quickstart, keep the location type set to **Region** and the location set to **Same as Resource Group**. <br><br>**Note**: After you create your resource group project, you can [change the location type and the location](manage-logic-apps-with-visual-studio.md#change-location), but different location type affects your logic app in various ways. |
160160

161161
1. The workflow designer opens a page that shows an introduction video and commonly used triggers. Scroll down past the video and triggers to **Templates**, and select **Blank Logic App**.

0 commit comments

Comments
 (0)