microsoft / MLNETExcel

Excel Add-In to make predictions using ML.NET Models - Built on Blazor WASM
MIT License
12 stars 1 forks source link

README Instructions - Doesn't say to make the $web container public #20

Closed bkrabach closed 2 years ago

bkrabach commented 2 years ago

Instructions tell you to make the models container public, but does not tell you to do so for the $web container

luisquintanilla commented 2 years ago

@bkrabach did this keep you from running the add-on? My understanding is when you enable a static website on Azure Storage, the $web container is created for you and access is automatically set to public.

bkrabach commented 2 years ago

It was set to private by default. Since I still had problems, there were other changes I tried later (like getting the right url), so I can't confirm it was needed, but I can confirm that it was set to private before I changed it.

luisquintanilla commented 2 years ago

Interesting. Okay. Let me look into that. Thanks for confirming.