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/kafka-output.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,11 +91,13 @@ To be able to upload certificates, you must have "**Key Vault Administrator**"
91
91
92
92
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.
93
93
> [!IMPORTANT]
94
+
> You must have "**Key Vault Administrator**" permissions access to your Key vault for this command to work properly
94
95
> 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.
95
97
96
98
#### Option One - Upload certificate via Azure CLI
97
99
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.
99
101
100
102
```azurecli-interactive
101
103
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
115
117
| Upload Options | Certificate |
116
118
| Upload certificate |\<select the certificate to upload> |
117
119
| Name |\<Name you want to give your secret> |
118
-
120
+
| activation date | (optional) |
121
+
| expiration date | (optional) |
119
122
120
123
### Configure Managed identity
121
124
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
151
154
152
155
153
156
### 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.
155
158
* When using mTLS or SASL_SSL with Azure Key vault, you must convert your Java Key Store to PEM format.
156
159
* The minimum version of Kafka you can configure Azure Stream Analytics to connect to is version 0.10.
157
160
158
161
> [!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]).
0 commit comments