Skip to content

Commit 93a57dd

Browse files
author
ecfan
committed
Fix headers
1 parent 7f9d956 commit 93a57dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/add-run-powershell-scripts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ PowerShell modules are self-contained, reusable units that include various com
248248

249249
A module organizes PowerShell code, making it easier to distribute. For example, you can create your own modules to package and make related functionality more manageable and shareable. The **Execute PowerShell Code** action lets you import both public and private PowerShell modules.
250250

251-
## Public modules
251+
### Public modules
252252

253253
To find publicly available modules, visit the [PowerShell gallery](https://www.powershellgallery.com). A Standard logic app resource can support up to 10 public modules. To use any public module, you must enable this capability by following these steps:
254254

@@ -277,15 +277,15 @@ To find publicly available modules, visit the [PowerShell gallery](https://www.p
277277
}
278278
```
279279

280-
### Considerations for public modules
280+
#### Considerations for public modules
281281

282282
If you use dependency management, the following considerations apply:
283283

284284
- To download modules, public modules require access to the [PowerShell Gallery](https://www.powershellgallery.com). If you're running a logic app locally, make sure that the Azure Logic Apps runtime can access the gallery's URL (`https://www.powershellgallery.com`) by adding any required firewall rules.
285285

286286
- Managed dependencies currently don't support modules that require you to accept a license, either by accepting the license interactively or by providing the **-AcceptLicense** option when you run **Install-Module**.
287287

288-
## Private modules
288+
### Private modules
289289

290290
You can generate your own private PowerShell modules. To create your first PowerShell module, see [Write a PowerShell Script Module](/powershell/scripting/developer/module/how-to-write-a-powershell-script-module).
291291

0 commit comments

Comments
 (0)