I tried to find files located in the root project of my Blazor Client WebAssembly project. While it works when executed locally on my computer, it doesn't work when hosted on Azure.
When executed locally, I got 1
When executed on Azure, I got 0 (no access denied errors of things like that)
To be more complete, I will have some files needed to fill an initial blank database.
If I cannot access files in the project folder, then I will go for a Blob Azure Storage. I would like to clarify that this is only a test project for myself.