Configure your server app to load Azure app configurations and then expose the settings you want your Blazor WASM client to have via an API endpoint and a shared class. In the Blazor WASM app create a component that wraps the entire app and makes a call to that API. Obviously, you won't be able to read these settings using IConfiguration, so store them in another singleton service.