Skip to content

Commit 9b60e83

Browse files
authored
Update stream-analytics-define-kafka-input.md
1 parent 681206d commit 9b60e83

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

articles/stream-analytics/stream-analytics-define-kafka-input.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ The following are the major use cases:
1919
* Log Aggregation
2020
* Stream Processing
2121

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.
2723

2824
## Authentication and encryption
2925

@@ -39,21 +35,20 @@ You can use four types of security protocols to connect to your Kafka clusters:
3935

4036

4137
> [!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.
4439
4540

46-
### Key Vault integration
41+
### Key vault integration
4742

4843
> [!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.
5045
>
5146
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.
5348

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.
5550

56-
### Key Vault integration
51+
### VNET integration
5752
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.
5853

5954

@@ -72,7 +67,7 @@ The following table lists the property names and their description for creating
7267

7368
### Limitations
7469
* 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.
7671
* The minimum version of Kafka you can configure Azure Stream Analytics to connect to is version 0.10.
7772

7873
> [!NOTE]

0 commit comments

Comments
 (0)