【发布时间】:2018-06-19 08:30:20
【问题描述】:
我打开 Azure Cloud Shell,一旦命令提示符准备就绪,我尝试 git clone https://github.com/Azure-Samples/python-docs-hello-world 并成功克隆。但是,我无法找到克隆文件的位置。在使用 Azure Cloud Shell 进行定位的过程中需要帮助。
【问题讨论】:
标签: azure cloud azure-cloud-shell
我打开 Azure Cloud Shell,一旦命令提示符准备就绪,我尝试 git clone https://github.com/Azure-Samples/python-docs-hello-world 并成功克隆。但是,我无法找到克隆文件的位置。在使用 Azure Cloud Shell 进行定位的过程中需要帮助。
【问题讨论】:
标签: azure cloud azure-cloud-shell
Azure Cloud shell 将文件存储在您指定或 Azure 为您创建的存储帐户内的文件共享中。
当您使用基本设置并仅选择订阅时,云 Shell 代表您在受支持的区域创建三个资源 离你最近:
Resource group: cloud-shell-storage-<region>
Storage account: cs<uniqueGuid>
File share: cs-<user>-<domain>-com-<uniqueGuid>
【讨论】: