Windows Azure Virtual Machine (34) Azure VM挂载WebDAV

时间:2024-10-15 16:05:14

  《Windows Azure Platform 系列文章目录

  之前使用Azure VM,挂载box网盘。发现不能正常挂载,这里简单记录一下。

  1.WebDAV的网络映射,需要WebClient这个服务,但是Azure VM上的Windows Server系统默认没有安装WebClient。我们需要手动安装

  2.服务管理器,Add Roles and Features Wizard,选择Features,然后选择User Interfaces and Infrastructure中,选择Desktop Experience

  Windows Azure Virtual Machine (34) Azure VM挂载WebDAV

  

  3.安装完WebClient后,就可以成功映射box网盘

  Windows Azure Virtual Machine (34) Azure VM挂载WebDAV