Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create/access an Event hubs resource in Azure Portal

  1. Log into the Azure portal.

  2. Navigate to Event Hubs.

    Image Modified
  3. In the Event Hubs page, click Create event hubs namespace.
    OR 
    Use an existing namespace.
    To use an existing namespace, select the Namespace from the resource list and click to open it.

    Image Modified
  4. Enter the project details for the Namespace.

    Image Modified
  5. Click Review + create.

  6. The namespace is validated and the details are displayed.

    Image Modified
  7. Click Create. The namespace is deployed.

    Image Modified

Locate/Define Information Required to Create your Kafka SSL Account

Specify the values required to create a successful Kafka SSL account.

  1. Configure the Kafka SSL Account with the following details:

    • Bootstrap server: Copy the Host name from the Azure Event Hubs resource and suffix it with a colon and the standard port number 9093. For example, snaplogic-snapdev.servicebus.windows.net:9093

      Image Modified
    • Security Protocol: SASL_SSL

    • SASL Mechanism: PLAIN

    • SASL Username or Key: $ConnectionString (not an expression)

    • SASL Password or Secret: Copy the Connection string-primary key from Shared access policies.

      Image Modified


      Image Modified
  2. Click Validate.

  3. Once the account is validated, click Apply.

Related Links:

https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview

...