Skip to content

CI/CD pipeline for Logic app (consumption) with parameterized connections #933

Discussion options

You must be logged in to vote

I do not think it is possible for consumption logic apps.

For them, we generate them inside bicep like this:

@description('Key value pair of parameters for the logic app')
type LogicAppParameterInput = {
  @description('Name of the parameter')
  name: string
  @description('Value of the parameter')
  value: string
}

@description('Object defining the connection before transformation')
type LogicAppConnectionInput = {
  @description('Name of the connection to be used in the workflow')
  key: string
  @description('Resource ID of the connection')
  con_id: string
  @description('Connection name inside the properties')
  con_name: string
  @description('API ID of the connection')
  api_id: s…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nevinia210
Comment options

Answer selected by Nevinia210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants