Forum Discussion
woodced
Aug 08, 2020Copper Contributor
Microsoft Teams - Cannot Create Connection in Logic App
Hi, I'm trying to create a logic app that posts to my Team when a blob is uploaded to my Azure Blob Storage account. I'm using the Post a message (v3) teams connector in Azure, but it can't...
- Aug 12, 2020
Hi woodced ,
Yes, it's because you try to connect with a Microsoft Account. You should try to connect with an Azure AD account (your corporate account if you have one).
alexisconia
Dec 03, 2020MVP
PatSul The simplest way is probably to use the action "Post a message as the Flow bot to a channel" in Preview. You don't have a message posted on behalf of a user but you can define the content.
You can also use a connector in Teams but it's more complicated to manage and integrate (Sending messages to Connectors and Webhooks - Teams | Microsoft Docs). Once, the connector webhook URL is created, you can use HTTP action on logic apps
PatSul
Dec 03, 2020Copper Contributor
alexisconia Thank you! I will give those a try