https://pulumi.com logo
Title
r

rhythmic-vegetable-87369

12/19/2019, 4:31 AM
I'm creating a logic app, it starts with an office 365 mail arrived trigger, then initializes a variable and moves on to storing the attachment as a blob using an azure function. Then I also store the attachment name in a service bus queue which is watched by an azure function for further processing. i did go through the documentation ,but I'm confused as to how I can specify these trigger types or actions using pulumi. Any help would be appreciated.
t

tall-librarian-49374

12/19/2019, 7:19 AM
Support for API connections is largely missing in Terraform and therefore Pulumi. Please read through the issues below: https://github.com/pulumi/pulumi-azure/issues/240 https://github.com/terraform-providers/terraform-provider-azurerm/issues/1691
You may need to embed some ARM snippets into your Pulumi program as shown in https://github.com/pulumi/examples/blob/master/azure-ts-cosmosdb-logicapp/index.ts
r

rhythmic-vegetable-87369

12/19/2019, 12:28 PM
Thanks, will take a look.