Open
Description
According to the documentation here: https://docs.microsoft.com/en-us/azure/logic-apps/create-managed-service-identity
Bicep/ARM templates can set alternativeParameterValues
and parameterValueType
, which helps creating API connections for Logic Apps to services such as Key Vault.
Undocumented, but I was able to find in the specs the endpoint to create the connections, however, the specs do not include the two parameters above which are key to create those resources.
Can you please include those in the API/specs and the documentation?
Thank you.