Azure / Azure/MachineLearningNotebooks

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

Aperta
#1,609 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Jupyter Notebook
Stelle
4.4k
Fork
2.6k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Inizia riproducendo la creazione di un datastore in Azure Machine Learning e selezionando dal menu a discesa dei container il container del sito web statico denominato "$web". Traccia il punto in cui questa selezione viene rifiutata e confrontalo con i normali container blob. Il lavoro è completato quando è possibile creare un datastore per "$web" senza l'errore segnalato, con una copertura per questo nome di container.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
azure
Ambito
cloud
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.