Azure / Azure/MachineLearningNotebooks

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

オープン
#1,609 コメント 0 件 リアクション 0 件 担当者 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)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

まず、Azure Machine Learning での datastore の作成を再現し、コンテナーのドロップダウンから "$web" という名前の静的 Web サイト コンテナーを選択します。その選択がどこで拒否されるかを追跡し、通常の blob コンテナーと比較します。"$web" 用の datastore を報告されたエラーなしで作成でき、このコンテナー名に対するカバレッジがあることを完了条件とします。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure
領域
cloud
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。