Azure / Azure/MachineLearningNotebooks

New datastore blade does not accept static web container "$web" name

未关闭
#1,609 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

A blob storage static website container cannot be registered as a AML datastore.

Blob accounts have a feature to serve static content as a "static website" by creating a dedicated container whose content is accessible as web content (e.g. html pages). The container is created with the name "$web".

When creating a datastore in AML, selecting this container from the dropdown list results in an error as shown here below.

The workaround is to either programmatically to copy the static content files to the $web container, or to use a temporary datastore to upload the files to (assuming they were created in AML), and use e.g. azcopy to copy from the temporary container to $web.

![image](https://user-images.githubusercontent.com/87355/136295511-cb460bce-4e55-4f8c-b96d-715fe55f287f.png)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。