I would like to create an API connection for the Logic App to use Azure Communication Services (ACS) Email. I want the ARM template to pull the ACS connection string from the keyvault during the deployment - this part works fine.
My problem is that I don't know the name of the field under which I should put the connection string in the ACS resource block.
Is it possible to list all valid options for properties
or parameterValues
for a specific resource?
I also to create it manually in the Azure Portal and then export the template, but no additional field for connection string appeared.