【问题标题】:Power BI is not getting included in Stream Analytics template jsonPower BI 未包含在流分析模板 json 中
【发布时间】:2018-10-29 15:22:19
【问题描述】:

已在 Visual Studio 中创建了一个流分析项目,输入为事件中心,输出为 Power BI。在构建项目时,生成的模板 json 不包含 power bi 输出详细信息。

以下是 output.json 的详细信息。我看到针对 PowellBIProperties 提到的 power bi 属性。这是正确的吗 ?该文件是根据通过 Visual Studio 的 UI 界面输入的值生成的。

{
  "EventHubProperties": null,
  "BlobStorageProperties": null,
  "SQLDatabaseProperties": null,
  "TableStorageProperties": null,
  "ServiceBusQueueProperties": null,
  "ServiceBusTopicProperties": null,
  "DocumentDbProperties": null,
  "PowellBIProperties": {
    "RefreshToken": "XXX",
    "TokenUserPrincipalName": "XXX",
    "TokenUserDisplayName": "XXX",
    "Dataset": "XXX",
    "Table": "XXX",
    "GroupId": "XXX",
    "GroupName": "XXX"
  },
  "AzureDataLakeStoreProperties": null,
  "AzureFunctionProperties": null,
  "DataSourceCredentialDomain": null,
  "Name": "pbiOutput",
  "DataSourceType": "Power BI",
  "Serialization": null,
  "ScriptType": "Output"
}

生成的 template.json 的输出为:

"outputs": [
      {
        "name": "bcbpBIOutput",
        "properties": {}
      }
    ],

已尝试将 PowellBIProperties 更改为 PowerBIProperties。仍然会生成相同的模板。

【问题讨论】:

    标签: visual-studio azure-devops powerbi azure-stream-analytics stream-analytics


    【解决方案1】:

    如果我没记错的话,流分析的 ARM 模板不支持 PowerBI 或 Azure Data Lake 输出。至少,这是我上个月从 Visual Studio 创建和尝试部署流分析项目时遇到的错误。

    【讨论】:

      猜你喜欢
      • 2021-11-22
      • 1970-01-01
      • 2017-02-05
      • 2019-05-07
      • 1970-01-01
      • 2022-12-01
      • 1970-01-01
      • 1970-01-01
      • 2019-04-17
      相关资源
      最近更新 更多