Skip to content

Commit be9b54c

Browse files
committed
Retired. Redirectiton. Updated
1 parent 09c7ae4 commit be9b54c

File tree

4 files changed

+11
-68
lines changed

4 files changed

+11
-68
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11462,6 +11462,11 @@
1146211462
"redirect_url": "/azure/event-hubs/",
1146311463
"redirect_document_id": false
1146411464
},
11465+
{
11466+
"source_path": "articles/event-hubs/event-hubs-create-kafka-enabled.md",
11467+
"redirect_url": "/azure/event-hubs/event-hubs-create",
11468+
"redirect_document_id": false
11469+
},
1146511470
{
1146611471
"source_path": "articles/event-hubs/event-hubs-csharp-ephcs-getstarted.md",
1146711472
"redirect_url": "/azure/event-hubs/event-hubs-dotnet-standard-getstarted-send",

articles/event-hubs/event-hubs-create-kafka-enabled.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

articles/event-hubs/event-hubs-create.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ description: In this quickstart, you learn how to create an Azure event hub usin
44
services: event-hubs
55
documentationcenter: ''
66
author: ShubhaVijayasarathy
7-
manager: timlt
87

98
ms.service: event-hubs
109
ms.topic: quickstart
1110
ms.custom: mvc
12-
ms.date: 11/05/2019
11+
ms.date: 12/02/2019
1312
ms.author: shvija
1413
#Customer intent: How do I stream data and process telemetry from an event hub?
1514

@@ -57,9 +56,11 @@ An Event Hubs namespace provides a unique scoping container, referenced by its f
5756

5857
![Add button](./media/event-hubs-quickstart-portal/event-hubs-add-toolbar.png)
5958
4. On the **Create namespace** page, take the following steps:
60-
1. Enter a name for the namespace. The system immediately checks to see if the name is available.
61-
2. Choose the pricing tier (Basic or Standard).
62-
3. Select the **subscription** in which you want to create the namespace.
59+
1. Enter a **name** for the namespace. The system immediately checks to see if the name is available.
60+
2. Choose the **pricing tier** (Basic or Standard).
61+
3. Notice that **Enable Kafka** option is automatically enabled. Azure Event Hubs provides you with a Kafka endpoint. This endpoint enables your Event Hubs namespace to natively understand [Apache Kafka](https://kafka.apache.org/intro) message protocol and APIs. With this capability, you can communicate with your event hubs as you would with Kafka topics without changing your protocol clients or running your own clusters. Event Hubs supports [Apache Kafka versions 1.0](https://kafka.apache.org/10/documentation.html) and later.
62+
4. Select the **subscription** in which you want to create the namespace.
63+
5. Select an existing **resource group** or create a new resource group.
6364
4. Select a **location** for the namespace.
6465
5. Select **Create**. You may have to wait a few minutes for the system to fully provision the resources.
6566

4.77 KB
Loading

0 commit comments

Comments
 (0)