You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/partner-solutions/apache-kafka-confluent-cloud/add-connectors.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
title: Azure services and Confluent Cloud integration
3
3
description: This article describes how to use Azure services and install connectors for Confluent Cloud integration.
4
-
4
+
# customerIntent: As a developer I want set up connectors between Confluent Cloud and Azure services.
5
5
ms.topic: conceptual
6
-
ms.date: 11/20/2023
6
+
ms.date: 1/31/2024
7
7
8
8
---
9
9
10
10
# Azure services and Confluent Cloud integrations
11
11
12
-
This article describes how to use Azure services like Azure Functions, and how to install connectors to Azure resources for Confluent Cloud.
12
+
This article describes how to use Azure services like Azure Functions, and how to install connectors to Azure resources for Apache Kafka® & Apache Flink® on Confluent Cloud™ - An Azure Native ISV Service.
13
13
14
14
## Azure Cosmos DB connector
15
15
@@ -25,8 +25,8 @@ To set up your connector, see [Azure Cosmos DB Sink Connector for Confluent Clou
25
25
26
26
## Next steps
27
27
28
-
- For help with troubleshooting, see [Troubleshooting Apache Kafka on Confluent Cloud solutions](troubleshoot.md).
29
-
- Get started with Apache Kafka on Confluent Cloud - An Azure Native ISV Service on
28
+
- For help with troubleshooting, see [Troubleshooting Apache Kafka & Apache Flink on Confluent Cloud solutions](troubleshoot.md).
29
+
- Get started with Apache Kafka & Apache Flink on Confluent Cloud - An Azure Native ISV Service on
Copy file name to clipboardExpand all lines: articles/partner-solutions/apache-kafka-confluent-cloud/create-cli.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Create Apache Kafka for Confluent Cloud through Azure CLI
3
-
description: This article describes how to use the Azure CLI to create an instance of Apache Kafka for Confluent Cloud.
4
-
2
+
title: 'Create Apache Kafka & Apache Flink on Confluent Cloud through Azure CLI'
3
+
description: This quickstart describes how to use the Azure CLI to create an instance of Apache Kafka & Apache Flink on Confluent Cloud.
4
+
# customerIntent: As a developer I want to create a new instance of Apache Kafka & Apache Flink on Confluent Cloud using the Azure CLI.
5
5
ms.topic: quickstart
6
6
ms.custom: devx-track-azurecli
7
-
ms.date: 11/20/2023
7
+
ms.date: 1/31/2024
8
8
9
9
---
10
10
11
-
# QuickStart: Get started with Apache Kafka for Confluent Cloud - Azure CLI
11
+
# QuickStart: Get started with Apache Kafka & Apache Flink on Confluent Cloud - Azure CLI
12
12
13
-
In this quickstart, you'll use the Azure Marketplace and Azure CLI to create an instance of Apache Kafka for Confluent Cloud.
13
+
In this quickstart, you'll use the Azure Marketplace and Azure CLI to create an instance of Apache Kafka® & Apache Flink® on Confluent Cloud™ - An Azure Native ISV Service.
14
14
15
15
## Prerequisites
16
16
@@ -19,7 +19,7 @@ In this quickstart, you'll use the Azure Marketplace and Azure CLI to create an
19
19
20
20
## Find offer
21
21
22
-
Use the Azure portal to find the Apache Kafka for Confluent Cloud application.
22
+
Use the Azure portal to find the Apache Kafka & Apache Flink on Confluent Cloud application.
23
23
24
24
1. In a web browser, go to the [Azure portal](https://portal.azure.com/) and sign in.
25
25
@@ -29,21 +29,21 @@ Use the Azure portal to find the Apache Kafka for Confluent Cloud application.
29
29
30
30
1. From the **Marketplace** page, you have two options based on the type of plan you want. You can sign up for a pay-as-you-go plan or commitment plan. Pay-as-you-go is publicly available. The commitment plan is available to customers who have been approved for a private offer.
31
31
32
-
- For **pay-as-you-go** customers, search for _Apache Kafka on Confluent Cloud_. Select the offer for Apache Kafka on Confluent Cloud.
32
+
- For **pay-as-you-go** customers, search for _Apache Kafka & Apache Flink on Confluent Cloud_. Select the offer for Apache Kafka & Apache Flink on Confluent Cloud.
- For **commitment** customers, select the link to **View Private offers**. The commitment requires you to sign up for a minimum spend amount. Use this option only when you know you need the service for an extended time.
> If you want the command to return before the create operation completes, add the optional parameter `--no-wait`. The operation continues to run until the Confluent organization is created.
64
-
64
+
65
65
To pause CLI execution until an organization's specific event or condition occurs, use the [az confluent organization wait](/cli/azure/confluent/organization#az-confluent-organization-wait) command. For example, to wait until an organization is created:
66
66
67
67
```azurecli
@@ -96,7 +96,7 @@ Or, view the organization by resource ID:
96
96
az confluent organization show --ids "/subscriptions/{SubID}/resourceGroups/{myResourceGroup}/providers/Microsoft.Confluent/organizations/{myOrganization}"
97
97
```
98
98
99
-
If you get an error, see [Troubleshooting Apache Kafka for Confluent Cloud solutions](troubleshoot.md).
99
+
If you get an error, see [Troubleshooting Apache Kafka & Apache Flink on Confluent Cloud solutions](troubleshoot.md).
Copy file name to clipboardExpand all lines: articles/partner-solutions/apache-kafka-confluent-cloud/create-powershell.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Create Apache Kafka for Confluent Cloud through Azure PowerShell
3
-
description: This article describes how to use Azure PowerShell to create an instance of Apache Kafka for Confluent Cloud.
4
-
2
+
title: Create Apache Kafka & Apache Flink on Confluent Cloud through Azure PowerShell
3
+
description: This article describes how to use Azure PowerShell to create an instance of Apache Kafka & Apache Flink on Confluent Cloud.
4
+
# customerIntent: As a developer I want create a new instance of Apache Kafka & Apache Flink on Confluent Cloud using Azure PowerShell.
5
5
ms.topic: quickstart
6
6
ms.custom: devx-track-azurepowershell
7
-
ms.date: 11/20/2023
7
+
ms.date: 1/31/2024
8
8
9
9
---
10
10
11
-
# QuickStart: Get started with Apache Kafka for Confluent Cloud - Azure PowerShell
11
+
# QuickStart: Get started with Apache Kafka & Apache Flink on Confluent Cloud - Azure PowerShell
12
12
13
-
In this quickstart, you'll use the Azure Marketplace and Azure PowerShell to create an instance of Apache Kafka for Confluent Cloud.
13
+
In this quickstart, you'll use the Azure Marketplace and Azure PowerShell to create an instance of Apache Kafka® & Apache Flink® on Confluent Cloud™ - An Azure Native ISV Service.
14
14
15
15
## Prerequisites
16
16
@@ -19,7 +19,7 @@ In this quickstart, you'll use the Azure Marketplace and Azure PowerShell to cre
19
19
20
20
## Find offer
21
21
22
-
Use the Azure portal to find the Apache Kafka for Confluent Cloud application.
22
+
Use the Azure portal to find the Apache Kafka & Apache Flink on Confluent Cloud application.
23
23
24
24
1. In a web browser, go to the [Azure portal](https://portal.azure.com/) and sign in.
25
25
@@ -29,21 +29,21 @@ Use the Azure portal to find the Apache Kafka for Confluent Cloud application.
29
29
30
30
1. From the **Marketplace** page, you have two options based on the type of plan you want. You can sign up for a pay-as-you-go plan or commitment plan. Pay-as-you-go is publicly available. The commitment plan is available to customers who have been approved for a private offer.
31
31
32
-
- For **pay-as-you-go** customers, search for _Apache Kafka on Confluent Cloud_. Select the offer for Apache Kafka on Confluent Cloud.
32
+
- For **pay-as-you-go** customers, search for _Apache Kafka on Confluent Cloud_. Select the offer for Apache Kafka & Apache Flink on Confluent Cloud.
- For **commitment** customers, select the link to **View Private offers**. The commitment requires you to sign up for a minimum spend amount. Use this option only when you know you need the service for an extended time.
Copy file name to clipboardExpand all lines: articles/partner-solutions/apache-kafka-confluent-cloud/create.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
---
2
2
title: Create Apache Kafka for Confluent Cloud through Azure portal
3
3
description: This article describes how to use the Azure portal to create an instance of Apache Kafka for Confluent Cloud.
4
+
# customerIntent: As a developer I want create a new instance of Apache Kafka & Apache Flink on Confluent Cloud using the Azure portal.
4
5
ms.topic: quickstart
5
-
ms.date: 11/20/2023
6
+
ms.date: 1/31/2024
6
7
7
8
---
8
9
9
-
# QuickStart: Get started with Apache Kafka on Confluent Cloud - Azure portal
10
+
# QuickStart: Get started with Apache Kafka & Apache Flink on Confluent Cloud - Azure portal
10
11
11
-
In this quickstart, you'll use the Azure portal to create an instance of Apache Kafkaon Confluent Cloud.
12
+
In this quickstart, you'll use the Azure portal to create an instance of Apache Kafka® & Apache Flink® on Confluent Cloud™ - An Azure Native ISV Service.
12
13
13
14
## Prerequisites
14
15
@@ -27,11 +28,11 @@ Use the Azure portal to find the Apache Kafka on Confluent Cloud application.
27
28
28
29
1. From the **Marketplace** page, you have two options based on the type of plan you want. You can sign up for a pay-as-you-go plan or commitment plan. Pay-as-you-go is publicly available. The commitment plan is available to customers who have been approved for a private offer.
29
30
30
-
- For **pay-as-you-go** customers, search for _Apache Kafka on Confluent Cloud_. Select the offer for Apache Kafka on Confluent Cloud.
31
+
- For **pay-as-you-go** customers, search for _Apache Kafka® & Apache Flink® on Confluent Cloud™_ and select the corresponding offer.
- For **commitment** customers, select the link to **View Private offers**. The commitment requires you to sign up for a minimum spend amount. Use this option only when you know you need the service for an extended time.
35
+
- For **commitment** customers, select the link to **View Private plans**. The commitment requires you to sign up for a minimum spend amount. Use this option only when you know you need the service for an extended time.
@@ -50,40 +51,42 @@ After you've selected the offer for Apache Kafka on Confluent Cloud, you're read
50
51
51
52
If you didn't select private offers, you'll only have the pay-as-you-go option.
52
53
53
-
Pick the plan to use, and select **Set up + subscribe**.
54
+
Pick the plan to use, and select **Subscribe**.
54
55
55
-
:::image type="content" source="media/setup-subscribe.png" alt-text="Set up and subscribe.":::
56
+
:::image type="content" source="media/create/setup-subscribe.png" alt-text="Set up and subscribe.":::
56
57
57
-
1. On the **Create Confluent Cloud Resource** basics page, provide the following values. When you've finished, select **Next: Tags**.
58
+
1. On the **Create a Confluent organization** basics page, provide the following values. When you've finished, select **Next: Tags**.
58
59
59
-
:::image type="content" source="media/setup-basics.png" alt-text="Form to set up Confluent Cloud resource.":::
60
+
:::image type="content" source="media/create/setup-basics.png" alt-text="Form to set up Confluent Cloud resource.":::
60
61
61
62
| Property | Description |
62
63
| ---- | ---- |
63
64
|**Subscription**| From the drop-down menu, select the Azure subscription to deploy to. You must have _Owner_ or _Contributor_ access. |
64
65
|**Resource group**| Specify whether you want to create a new resource group or use an existing resource group. A resource group is a container that holds related resources for an Azure solution. For more information, see [Azure Resource Group overview](../../azure-resource-manager/management/overview.md). |
65
-
|**Confluent organization name**|To create a new Confluent organization, select **Create a new organization** and provide a name for the Confluent organization. To link to an existing Confluent organization, select **Link Subscription to an existing organization** option. Select the option **Link to an existing organization**. Sign in to your Confluent account, and select the existing organization. |
66
+
|**Resource name**|Instance name is automatically generated based on the name of the Confluent organization. |
66
67
|**Region**| From the drop-down menu, select one of these regions: Australia East, Canada Central, Central US, East US, East US 2, France Central, North Europe, Southeast Asia, UK South, West Central US, West Europe, West US 2 |
67
-
|**Plan**| Select **Pay as you go** or **Commitment**. |
68
+
|**Organization**| To create a new Confluent organization, select **Create a new organization** and provide a name for the Confluent organization. To link to an existing Confluent organization, select **Link Subscription to an existing organization** option, sign in to your Confluent account, and select the existing organization. |
69
+
|**Plan**| Optionally change plan. |
68
70
|**Billing term**| Prefilled based on the selected billing plan. |
69
-
|**Price**| Prefilled based on the selected Confluent plan. |
71
+
|**Price + Payment options**| Prefilled based on the selected Confluent plan. |
72
+
|**Subtotal**| Prefilled based on the selected Confluent plan. |
70
73
71
74
1. On **Tags**, provide the **name** and **value** pairs for tags you want to apply to resource. After you enter the tags, select **Review + Create**.
1. Review the settings you provided. When ready, select **Create**.
76
79
77
80
1. It takes a few minutes to create the resource. You can view the deployment status in **Notifications**. After the deployment is finished, select the resource to view the **Overview** page.
Copy file name to clipboardExpand all lines: articles/partner-solutions/apache-kafka-confluent-cloud/get-support.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: Contact support for Confluent Cloud
3
3
description: This article describes how to contact support for Confluent Cloud on the Azure portal.
4
+
# customerIntent: As a developer I want learn how I can contact support for Apache Kafka & Apache Flink on Confluent Cloud.
4
5
ms.topic: conceptual
5
-
6
-
ms.date: 11/20/2023
6
+
ms.date: 1/31/2024
7
7
---
8
8
9
9
# Get support for Confluent Cloud resource
10
10
11
-
This article describes how to contact support for your instance of Apache Kafka for Confluent Cloud on Azure.
11
+
This article describes how to contact support for your instance of Apache Kafka® & Apache Flink® on Confluent Cloud™ on Azure.
12
12
13
13
## Contact support
14
14
@@ -17,7 +17,7 @@ To submit a support request to Confluent, either contact [Confluent support](htt
17
17
> [!NOTE]
18
18
> For first time users, reset your password before you sign in to the Confluent support portal. If you don't have an account with Confluent Cloud, send an email to `[email protected]` for further assistance.
19
19
20
-
In the portal, you can either submit a request through Azure Help and Support, or directly from your instance of Apache Kafka for Confluent Cloud on Azure.
20
+
In the portal, you can either submit a request through Azure Help and Support, or directly from your instance of Apache Kafka & Apache Flink on Confluent Cloud on Azure.
21
21
22
22
To submit a request through Azure Help and Support:
23
23
@@ -37,8 +37,8 @@ To submit a request from your resource, follow these steps:
37
37
38
38
## Next steps
39
39
40
-
- For help with troubleshooting, see [Troubleshooting Apache Kafka on Confluent Cloud solutions](troubleshoot.md).
41
-
- Get started with Apache Kafka on Confluent Cloud - An Azure Native ISV Service on
40
+
- For help with troubleshooting, see [Troubleshooting Apache Kafka & Apache Flink on Confluent Cloud solutions](troubleshoot.md).
41
+
- Get started with Apache Kafka & Apache Flink on Confluent Cloud - An Azure Native ISV Service on
0 commit comments