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/stream-analytics/stream-analytics-define-kafka-input.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,7 @@ The following are the major use cases:
19
19
* Log Aggregation
20
20
* Stream Processing
21
21
22
-
Azure Stream Analytics lets you connect directly to Kafka clusters to ingest data. The solution is low code and entirely managed by the Azure Stream Analytics team at Microsoft, allowing it to meet business compliance standards. The Kafka Adapters are backward compatible and support all versions with the latest client release starting from version 0.10. Users can connect to Kafka clusters inside a VNET and Kafka clusters with a public endpoint, depending on the configurations. The configuration relies on existing Kafka configuration conventions.
23
-
24
-
### Compression
25
-
26
-
Supported compression types are None, Gzip, Snappy, LZ4, and Zstd.
22
+
Azure Stream Analytics lets you connect directly to Kafka clusters to ingest data. The solution is low code and entirely managed by the Azure Stream Analytics team at Microsoft, allowing it to meet business compliance standards. The Kafka Adapters are backward compatible and support all versions with the latest client release starting from version 0.10. Users can connect to Kafka clusters inside a VNET and Kafka clusters with a public endpoint, depending on the configurations. The configuration relies on existing Kafka configuration conventions. Supported compression types are None, Gzip, Snappy, LZ4, and Zstd.
27
23
28
24
## Authentication and encryption
29
25
@@ -39,21 +35,20 @@ You can use four types of security protocols to connect to your Kafka clusters:
39
35
40
36
41
37
> [!IMPORTANT]
42
-
> Confluent Cloud supports authenticating using API Keys, OAuth, or SAML single sign-on (SSO). Azure Stream Analytics does not currently support these authentication options. There will be an update shortly to support authenticating to the confluent cloud using API Keys.
43
-
>
38
+
> Confluent Cloud supports authenticating using API Keys, OAuth, or SAML single sign-on (SSO). Azure Stream Analytics does not currently support these authentication options.
44
39
45
40
46
-
### Key Vault integration
41
+
### Key vault integration
47
42
48
43
> [!NOTE]
49
-
> When using trust store certificates with mTLS or SASL_SSL security protocols, you must have Azure KeyVault and managed identity configured for your Azure Stream Analytics job.
44
+
> When using trust store certificates with mTLS or SASL_SSL security protocols, you must have Azure Key vault and managed identity configured for your Azure Stream Analytics job.
50
45
>
51
46
52
-
Azure Stream Analytics integrates seamlessly with Azure Key Vault to access stored secrets needed for authentication and encryption when using mTLS or SASL_SSL security protocols. Your Azure Stream Analytics job connects to Azure Key Vault using managed identity to ensure a secure connection and avoid the exfiltration of secrets.
47
+
Azure Stream Analytics integrates seamlessly with Azure Key vault to access stored secrets needed for authentication and encryption when using mTLS or SASL_SSL security protocols. Your Azure Stream Analytics job connects to Azure Key vault using managed identity to ensure a secure connection and avoid the exfiltration of secrets.
53
48
54
-
You can store the certificates as Key Vault certificates or Key Vault secrets. Private keys are in PEM format.
49
+
You can store the certificates as Key vault certificates or Key vault secrets. Private keys are in PEM format.
55
50
56
-
### Key Vault integration
51
+
### VNET integration
57
52
When configuring your Azure Stream Analytics job to connect to your Kafka clusters, depending on your configuration, you may have to configure your job to access your Kafka clusters, which are behind a firewall or inside a virtual network. You can visit the Azure Stream Analytics VNET documentation to learn more about configuring private endpoints to access resources inside a virtual network or behind a firewall.
58
53
59
54
@@ -72,7 +67,7 @@ The following table lists the property names and their description for creating
72
67
73
68
### Limitations
74
69
* When configuring your Azure Stream Analytics jobs to use VNET/SWIFT, your job must be configured with at least six (6) streaming units.
75
-
* When using mTLS or SASL_SSL with Azure Key Vault, you must convert your Java Key Store to PEM format.
70
+
* When using mTLS or SASL_SSL with Azure Key vault, you must convert your Java Key Store to PEM format.
76
71
* The minimum version of Kafka you can configure Azure Stream Analytics to connect to is version 0.10.
0 commit comments