Skip to content

Use Input in different tenant

kjcho92 edited this page Apr 3, 2019 · 9 revisions
  • If your input eventhub/IotHub is in a different tenant, you have to create the consumer groups manually and set the resource creation flag to False

    • Create two consumer groups:

      • dataxops: This is common and is needed for the features such as "Get schema" and "Live query"
      • "flowname": Every flow needs an associated consumer group . When you create a new flow, please make sure you have a consumer group named the "flowname".
    • Set the resource creation flag to False:

      • Azure Portal -> Resource groups -> Select the resource group of your DataX environment -> Find a resource whose type is Azure Cosmos DB account -> Select the cosmosDB resource -> Data Explorer -> Expand configgenConfigs collection -> Documents -> There should be one document -> Select the document -> Set "resourceCreation" flag to "false"

    resourceCreationFalse

  • For details on how to create consumer group:

    • Consumer groups for IotHub:
      • Azure Portal -> Iot Hubs -> Select Iot Hub -> Build-in endpoints -> Find Consumer groups section -> Provide a name in the textbox

    resourceCreationFalse

    • Consumer group for Event Hub:
      • Azure Portal -> Event Hubs -> Select your Event Hubs Namespace -> Event Hubs -> Select your Event Hub -> Consumer groups -> + Consumer group -> Provide a name -> Click Create

    resourceCreationFalse

Data Accelerator

Install

Docs

Clone this wiki locally