Skip to content

Commit 59e822b

Browse files
author
ecfan
committed
Fix heading levels
1 parent 689e41e commit 59e822b

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

articles/logic-apps/create-publish-workflow-templates.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,9 @@ Azure Logic Apps templates also give you the following capabilities:
5959

6060
1. Save each image using the **.png** file name extension and a name that follows the [Names and style conventions](#names-style-conventions), for example, **<*image-name*>-light.png** and **<*image-name*>-dark.png**.
6161

62-
## Limitations
63-
64-
Workflow templates currently support only Standard logic apps.
65-
6662
<a name="workflow-best-practices"></a>
6763

68-
### Workflow best practices
64+
## Workflow best practices
6965

7066
- Use the built-in operations as much as possible. For example, the Azure Blob Storage connector has the following versions available for Standard workflows:
7167

@@ -219,7 +215,7 @@ After you're done, [copy the underlying workflow definition](#copy-workflow-defi
219215

220216
<a name="copy-workflow-definition"></a>
221217

222-
### Copy the underlying workflow definition
218+
#### Copy the underlying workflow definition
223219

224220
1. In the [Azure portal](https://portal.azure.com), on the workflow menu, under **Developer**, select **Code**.
225221

@@ -229,7 +225,7 @@ After you're done, [copy the underlying workflow definition](#copy-workflow-defi
229225

230226
1. In an empty file named **workflow.json**, save the workflow definition.
231227

232-
### Parameter references in workflow.json
228+
#### Parameter references in workflow.json
233229

234230
When you reference parameters in the **workflow.json** file, you must reflect the parameter names that use the suffix **_#workflowname#** in the following way:
235231

@@ -239,7 +235,7 @@ For example:
239235

240236
**`"name": "@parameters('sharepoint-folder-path_#workflowname#')"`**
241237

242-
### Connection references in workflow.json
238+
#### Connection references in workflow.json
243239

244240
When you reference connections in the **workflow.json** file, you must reflect the connection names that use the suffix **_#workflowname#** in the following way:
245241

@@ -257,7 +253,7 @@ For example:
257253

258254
For more information about the connector ID, see [Find the connector ID](#find-connector-id).
259255

260-
### Create a manifest.json file
256+
#### Create a manifest.json file
261257

262258
The **manifest.json** file describes the relationship between a workflow and related components. Currently, you need to manually create this file, or you can repurpose the **manifest.json** file from an existing prebuilt template in the [Azure Logic Apps workflow template repository in GitHub](https://github.com/Azure/LogicAppsTemplates). As you create the **manifest.json** file, make sure to review the [names and style conventions](#names-and-style-conventions).
263259

@@ -289,7 +285,7 @@ In the **manifest.json** file for your workflow template package, add the same i
289285
```
290286
<a name="find-connector-id"></a>
291287

292-
## Find the connector ID
288+
#### Find the connector ID
293289

294290
To find the connector ID to use for a connection in the **manifest.json** file or a connection reference in the **workflow.json** file, follow these steps:
295291

@@ -329,7 +325,7 @@ To find the connector ID to use for a connection in the **manifest.json** file o
329325

330326
<a name="find-featured-connections-operation-properties"></a>
331327

332-
## Find the operation 'kind' and 'type' properties for featuredConnections
328+
#### Find the operation 'kind' and 'type' properties for featuredConnections
333329

334330
In the **manifest.json** file, the **`featuredConnections`** section can include icons for any other operations that you want to include with the template gallery in the Azure portal. For this section, which is an array, you need to provide the **`kind`** and **`type`** attributes for each operation.
335331

@@ -339,9 +335,9 @@ To get these attribute values, follow these steps in the [Azure portal](https://
339335

340336
1. In the code view window, in the **`actions`** section, find the operation that you want, and then find the **`kind`** and **`type`** values.
341337

342-
## Add template package to GitHub repository
338+
#### Add template package to GitHub repository
343339

344-
To publish your template to the templates gallery in the Azure portal, set up GitHub, and create a pull request with your template package for validation and review:
340+
To publish your template package to the templates gallery in the Azure portal, set up GitHub, and create a pull request with your template package for validation and review:
345341

346342
1. [Create a GitHub account](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github), if you don't have one.
347343

0 commit comments

Comments
 (0)