-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
Milestone
Description
Summary of the new feature / enhancement
As a user I want to be able to define my own functions to perform logic within the config document.
Proposed technical implementation details (optional)
Use the existing extension framework used for secrets and imports to to be able to define namespaced user functions.
ARM and BICEP examples. However , they do not meet my needs of being able to call an external program to perform logic.
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/user-defined-functions
https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/user-defined-functions
whindsaks