I am trying to follow the pulumi documentation to create a standard logic app: https://www.pulumi.com/registry/packages/azure/api-docs/logicapps/standard
I do successfully create a standard logic app, but there doesn’t seem to be an option to create workflows within that logic app in pulumi. There is a separate package to create workflows: https://www.pulumi.com/registry/packages/azure/api-docs/logicapps/workflow/
but I am not sure how I can create the workflow within my standard logic app. Any help appreciated. Thanks