azure - 访问Azure逻辑应用中操作内的操作名称

标签 azure azure-logic-apps

是否可以在操作本身中使用连接器操作名称?例如,在 HTTP 请求操作中,在正文中发送操作名称?

Diagram view

Code view

在此示例中,操作名称实际上作为 x-ms-workflow-operation-name header 。但是,我无法使用任何 self @action()/@actionBody('---')/etc 表达式(引发错误)。

最佳答案

没有。操作的描述纯粹是为了设计时的方便。根本没有表达式求值。

最接近的方法是在部署模板中使用相同的参数在两个位置设置相同的值。

关于azure - 访问Azure逻辑应用中操作内的操作名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51087938/

相关文章:

Azure New-AzureStorageBlobSasToken 返回的 fulluri 字符串不正确

azure - 如何在 ARM 模板中设置服务总线逻辑应用程序操作的连接字符串?

azure - 如何通过Azure DevOps部署逻辑应用代码?

Azure集成帐户,按照协议(protocol)使用公共(public)和私有(private)证书

Azure逻辑应用程序: Why FTP Connector delays to Identify files over FTP connector?

python - 如何验证 MS Azure AD 生成的 JWT id_token?

具有 B2C 身份验证功能的 Azure 函数

azure - 获取 Azure 数据工厂中 blob 文件的自定义元数据

networking - 同一 VNET 中 VM 之间的连接

azure - 如何验证 Azure 逻辑应用中 "Execute a SQL query"操作的输出