Azure / Azure/MachineLearningNotebooks
New datastore blade does not accept static web container "$web" name
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
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.

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing datastore creation in Azure Machine Learning and selecting the static website container named "$web" from the container dropdown. Trace where that selection is rejected and compare it with ordinary blob containers. Done means a datastore can be created for "$web" without the reported error, with coverage for this container name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100