Description
🐛 Problem
After publishing the Data Ingestion report to PowerBI.com, we attempted to follow the process to configure the gateway and cloud connections. While we were able to configure the VNet connection for most sources in the semantic model (namely: Web, and AzureDataLakeStorage), when trying to connect the AzureDataExplorer
to the VNet, this process does not actually complete properly (and never appears in the data source options).
Even when attempting to create the new connection, the create itself works, but this is not displayed in the data source post-connection creation.
Note
It is interesting that the Connection Type is required, though it is disabled. The value should be Azure Data Explorer (Kusto)
.
👣 Repro steps
- Deploy the FTK in a "private" configuration
- Deploy a Power BI VNet Data Gateway integration
- Publish the latest Data Ingestion report
- Attempt to configure the
Extension{"extensionDataSourceKind":"AzureDataExplorer","extensionDataSourcePath":"ADX_CLUSTER_NAME"}
data source to the VNet
If you check the Data Source Credentials section, it shows that connectivity has been established for all other data sources (all using OAuth). If you attempt to edit credentials for the AzureDataExplorer
and configure it manually (still using OAuth), it returns the error: "The OAuth authentication method isn't supported for this data source."
🤔 Expected
All data sources and connection should support OAuth. If the Data Ingestion Report's Azure Data Explorer (Kusto)
data source does not support this authentication method, then additional options should be available.
ℹ️ Additional context
The FTK deployment configuration we are using, is the "private" mode, with an ADX cluster. We have also configured a Virtual Network Data Gateway.
🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Leave comments to help us solidify the vision.