您是否可以通过Azure功能以编程方式从集成帐户访问架构? [英] Can you programmatically access a schema from your integration account through an Azure Function?

查看:87
本文介绍了您是否可以通过Azure功能以编程方式从集成帐户访问架构?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在研究这个问题,根据我所知道和已阅读的内容,您似乎只能访问您的集成帐户架构并通过逻辑应用程序进行映射。但是可以通过Azure函数访问和引用它们吗?

I've been doing research on this, and based on what I know and have read, it appears you can only access your Integration Account schema and maps through Logic Apps. But is it possible to access and reference them through an Azure Function?

例如,假设我想使用我存储的模式之一来验证XML。有可能吗?

For example, let's say I want to use one of my stored schema's to validate XML. Is it possible?

推荐答案

我不确定这是否有助于您当前的情况,但这里是您如何访问两者的内容使用  Powershell AZ模块

I'm uncertain if this will help your current situation, but here's how you can access the content of both schemas and maps using the Powershell AZ Module

的模式和地图


aiName =" [Integration_Account_Name]" ;;
aiName = "[Integration_Account_Name]";


rgName =" [Integration_Account_Resource_Group]" ;;
rgName = "[Integration_Account_Resource_Group]";


这篇关于您是否可以通过Azure功能以编程方式从集成帐户访问架构?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆