Skip to content

Commit eb6818e

Browse files
authored
Update kafka-output.md
1 parent f868ebe commit eb6818e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/stream-analytics/kafka-output.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,13 @@ To be able to upload certificates, you must have "**Key Vault Administrator**"
9191

9292
You can use Azure CLI to upload certificates as secrets to your key vault or use the Azure portal to upload the certificate as a secret.
9393
> [!IMPORTANT]
94+
> You must have "**Key Vault Administrator**" permissions access to your Key vault for this command to work properly
9495
> You must upload the certificate as a secret.
96+
> Your Azure Stream Analytics job will fail when the certificate used for authentication expires. To resolve this, you must update/replace the certificate in your key vault and restart your Azure Stream Analytics job.
9597
9698
#### Option One - Upload certificate via Azure CLI
9799

98-
The following command can upload the certificate as a secret to your key vault. You must have "**Key Vault Administrator**" permissions access to your Key vault for this command to work properly.
100+
The following command can upload the certificate as a secret to your key vault.
99101

100102
```azurecli-interactive
101103
az keyvault secret set --vault-name <your key vault> --name <name of the secret> --file <file path to secret>
@@ -115,7 +117,8 @@ Use the following steps to upload a certificate as a secret using the Azure port
115117
| Upload Options | Certificate |
116118
| Upload certificate | \<select the certificate to upload> |
117119
| Name | \<Name you want to give your secret> |
118-
120+
| activation date | (optional) |
121+
| expiration date | (optional) |
119122

120123
### Configure Managed identity
121124
Azure Stream Analytics requires you to configure managed identity to access key vault.
@@ -151,12 +154,12 @@ Visit the [Run your Azure Stream Analytics job in an Azure Virtual Network docum
151154

152155

153156
### Limitations
154-
* When configuring your Azure Stream Analytics jobs to use VNET/SWIFT, your job must be configured with at least six (6) streaming units.
157+
* When configuring your Azure Stream Analytics jobs to use VNET/SWIFT, your job must be configured with at least six (6) streaming units or one (1) V2 streaming unit.
155158
* When using mTLS or SASL_SSL with Azure Key vault, you must convert your Java Key Store to PEM format.
156159
* The minimum version of Kafka you can configure Azure Stream Analytics to connect to is version 0.10.
157160

158161
> [!NOTE]
159-
> For direct help with using the Azure Stream Analytics Kafka adapter, please reach out to [[email protected]](mailto:[email protected]).
162+
> For direct help with using the Azure Stream Analytics Kafka output, please reach out to [[email protected]](mailto:[email protected]).
160163
>
161164
162165
### Limitations

0 commit comments

Comments
 (0)