Description
🐛 Problem
When trying to view/load the RateOptimization.kql.pbit
file locally (in PowerBI Desktop), the report prompts for Azure Blob Storage access. However, it does not prompt the user to provide the target Storage Account. Rather, it seems to be hard-coded to ccmstorageprod.blob.core.windows.net
Cancelling this prompt results in the following query error:
InstanceSizeFlexibility
Credentials are required to connect to the AzureBlobs source. You'll need to refresh and provide credentials to continue. (Source at https://ccmstorageprod.blob.core.windows.net/costmanagementconnector-data/AutofitComboMeterData.csv.)
👣 Repro steps
- Download the latest Rate optimization report
- Open the
RateOptimization.kql.pbit
file in PowerBI Desktop - Provide details about the
Cluster URL
- See prompt about Storage Account access
🤔 Expected
The report should not prompt for access to a Storage Account, since it is a KQL version of the report. If access to a Storage Account is actually require, prompt the user to provide the target Storage Account information. Also update the documentation to clearly explain what is needed/expected.
ℹ️ Additional context
The FTK deployment configuration we are using, is the "private" mode, with an ADX cluster.
🙋♀️ 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.