jeffhollan / LogicAppTemplateCreator

Script to convert Logic Apps into templates for deployment
MIT License
143 stars 74 forks source link

AccessControl settings not exported #119

Open mikaelsand opened 2 years ago

mikaelsand commented 2 years ago

The issue

When running the extractor the property AccessControl is not exported.

The effect

This means that any changes or updates to IP-restrictions, or Authentication must be added manually and added to the generated file.

Any manual "fiddeling" with an ARM template after generation will always present the risk that the manual step is forgotten.

Tip

Use resources.azure.com to view the full ARM-template of any deployed resource.