I'm creating a logic app, it starts with an office...
# dotnet
r
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
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
Thanks, will take a look.