Skip to content

Commit aacd147

Browse files
Update stream-analytics-define-kafka-input.md
Fix SASL_SSI to SSL
1 parent 38975bb commit aacd147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Azure Stream Analytics lets you connect directly to Kafka clusters to ingest dat
2626
This article shows how to set up Kafka as an input source for Azure Stream Analytics. There are six steps:
2727

2828
1. Create an Azure Stream Analytics job.
29-
2. Configure your Azure Stream Analytics job to use managed identity if you are using mTLS or SASL_SSl security protocols.
30-
3. Configure Azure Key vault if you are using mTLS or SASL_SSl security protocols.
29+
2. Configure your Azure Stream Analytics job to use managed identity if you are using mTLS or SASL_SSL security protocols.
30+
3. Configure Azure Key vault if you are using mTLS or SASL_SSL security protocols.
3131
4. Upload certificates as secrets into Azure Key vault.
3232
5. Grant Azure Stream Analytics permissions to access the uploaded certificate.
3333
6. Configure Kafka input in your Azure Stream Analytics job.

0 commit comments

Comments
 (0)