Azure / Azure/MachineLearningNotebooks

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

Abierto
#1,609 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Jupyter Notebook
Estrellas
4.4k
Forks
2.6k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.