Azure文件系统连接器 [英] Azure file system connector

查看:65
本文介绍了Azure文件系统连接器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了许多逻辑应用程序,并使用Azure文件系统在VS 2019中的Azure中创建和复制文件.

I have create many logic apps and used Azure file system for creating and copy file in Azure in VS 2019.

现在的问题是,当我将azure文件系统作为连接器添加为

Now the problem is that in one App when i add azure file system as connector as

在这里,我看到我有2个连接器,而在其他应用程序中,我看到几乎有6-7个连接器

SO here I see I have 2 connector where as in other app I see there are almost 6-7 connectors

所以在第二个屏幕截图中,我看到了不同应用程序中的许多连接

so in the second screen shot i see many connection in different app

,并且我正在使用相同的连接(INT --- azurefile-3),现在我想在其他应用中使用此连接,而我正在使用azure文件系统,但我没有得到这些连接,如何在ghe中获得此连接第一个应用

and I am using the same connection (INT ---azurefile-3) now I want to use this in a different app where I am using azure file system and I am not getting those connections how to get this connection in ghe first app

推荐答案

据我所知,连接选择只能显示同一资源组中的连接.因此,您需要将逻辑应用程序放在同一资源组中.

As far as I know, the connections selection can just show the connections in the same resource group. So you need to put the logic apps in the same resource group.

我无法测试文件系统",而是在Visual Studio中测试Blob存储连接(我认为它们是同一件事).我在Visual Studio中创建了第一个逻辑应用程序,然后右键单击"LogicApp.json",然后单击使用逻辑应用程序设计器打开".我在弹出窗口中选择一个资源组.

In my side I'm not able to test "File system", I test the blob storage connection in my visual studio(I think they are the same thing). I create the first logic app in visual studio and right click the "LogicApp.json" and click "Open With Logic App Designer". I choose a resource group in the popup window.

然后,我在Visual Studio的逻辑应用程序中使用获取blob内容"操作.它创建一个Blob存储连接.

Then I use a "Get blob content" action in the logic app in visual studio. It create a blob storage connection.

我们还可以在Azure门户的资源组中看到此连接.

We can also see this connection in the resource group in azure portal.

然后,我在Visual Studio中创建第二个逻辑应用程序,然后单击使用逻辑应用程序设计器打开",我选择与上述第一个相同的资源组.在第二个逻辑应用程序中,当我使用获取blob内容"操作时,它可以通过资源组中已经存在的相同连接进行连接(以下屏幕截图来自visual studio中的第二个逻辑应用程序,尽管与上面的屏幕截图).

Then I create second logic app in visual studio and when click "Open With Logic App Designer", I choose the same resource group as the first one above. In this second logic app, when I use the "Get blob content" action, it can connect by the same connection which already exist in the resource group (The screenshot below comes from the second logic app in visual studio although it is same with the screenshot above).

如果您的逻辑应用程序不在同一资源组中,那么我认为我们不能使用相同的连接.顺便说一句,我认为直接在azure门户中编辑逻辑应用程序既简单又方便.因此,我建议您在Azure门户而不是Visual Studio中编辑逻辑应用程序.

If your logic apps are not in the same resource group, I don't think we can use the same connection. And by the way, I think edit the logic app in azure portal directly is easy and convenient. So I would suggest you edit your logic app on azure portal rather than in visual studio.

希望有帮助〜

这篇关于Azure文件系统连接器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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