在 Azure 门户中的 Azure Shell 文本编辑器中创建的文件在哪里?

Where are files created in Azure Shell text editor located in Azure Portal?

我想知道 Azure 门户中的 Azure Shell 文本编辑器中保存的文件在哪里?据我所知,当我第一次使用 Azure Shell 时,Azure 资源中自动为我创建了一个存储帐户和 cloud-shell-storage-(region) 资源组。但是,当我在 Azure 门户中打开 cloud-shell-storage-(region) 资源组并转到存储资源管理器(预览)/FILE SHARES 时,我没有看到之前保存在 Azure 中的任何文件 Shell 文本编辑器。同时,我在 Azure Shell 中 运行 ls 命令,我可以看到它们。是否可以从 Azure 门户中查看这些文件?

只有位于/home/username/clouddrive目录的文件可以在存储文件共享中看到,您存储在/home/username的文件将存储在img文件中,例如acc_joy.img 在文件共享的 .cloudconsole 目录中,您看不到它们。

因此,如果您要访问文件共享中的文件,您需要将文件存储在/home/username/clouddrive中,请按照以下步骤操作。

样本:

1.Runcd ./clouddrive/去云盘。

2.Runcode testfile.txttestfile.txt是您要创建和存储的文件,那么云端shell会为您打开editor , 你可以输入你的东西,然后 Save 它。

3.Then进入你的存储文件共享,你会发现该文件是存在的。

它也可以在 Storage Explorer (preview) 中使用。