Connecting to Azure Files via Unity WebGL app

This still holds true today: Async/await and webgl builds

It may work without await. You can send a request in a coroutine and yield until a condition is met, such as the response being received or an error occured.