admin管理员组文章数量:1287856
I have a flow with a trigger when email arrived, this trigger has the following setup:
- Flow Connector
"host": {
"connection":
{
"referenceName": "office365"
}
}
- connection
"office365": {
"api": {
"id": "/subscriptions/@{appsetting('WORKFLOWS_SUBSCRIPTION_ID')}/providers/Microsoft.Web/locations/@{appsetting('WORKFLOWS_LOCATION_NAME')}/managedApis/@{appsetting('OFFICE_API_NAME')}"
},
"authentication": "@parameters('office365-Authentication')",
"connection": {
"id": "/subscriptions/@{appsetting('WORKFLOWS_SUBSCRIPTION_ID')}/resourceGroups/@{appsetting('WORKFLOWS_RESOURCE_GROUP_NAME')}/providers/Microsoft.Web/connections/@{appsetting('OFFICE_API_NAME')}"
},
"connectionRuntimeUrl": "@parameters('office365-ConnectionRuntimeUrl')"
}
On the connection we have two parameters:
- connectionRuntimeUrl, this is the connection url (azure connection api)
- authentication. this in VS code is set to a token
When running in Azure, what should be the value of authentication? Any way to utilize user assigned managed identity? If not what are the other options for this setting? If it has to be a token, how do we refresh it?
本文标签: azureLogic App (Standard) When Email Received in Share mail Box AuthenticationStack Overflow
版权声明:本文标题:azure - Logic App (Standard) When Email Received in Share mail Box Authentication - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741309424a2371565.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论