在门户中创建Azure文件共享并复制PowerShell脚本以将其作为驱动器Q连接:(已验证未使用)。响应:
New-PSDrive : The network resource type is not correct
At line:3 char:1
+ New-PSDrive -Name Q -PSProvider FileSystem -Root "\\xxxx.file.c ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Q:PSDriveInfo) [New-PSDrive], Win32Exception
+ FullyQualifiedErrorId : CouldNotMapNetworkDrive,Microsoft.PowerShell.Commands.NewPSDriveCommand
其中" xxxx"是共享名称。 PS命令直接从门户复制而不是更改。
答案 0 :(得分:1)
如上所述,Comcast阻止了端口445。解决方案是让云中的另一个对象引用Azure文件,然后通过HTTP将数据返回给客户端。
答案 1 :(得分:0)