Is it possible to connect to Azure Analysis Services with the Blazor PivotTable control? I started with the demo https://blazor.syncfusion.com/demos/pivot-table/olap?_ga=2.185279200.81435417.1604808498-554190269.1603832703 and changed the connection info to use the URL provided by Azure with the server value in the form of:
asazure://eastus.asazure.windows.net/instancename.
I get a few errors in the browser console - but the significant ones appear to be:
Access to XMLHttpRequest at 'address to my AAS instance' from origin 'http://localhost:52421' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.
The URL they provide does start with asaazure:// which obviously is not in that list.