We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb5ce1 commit 72c5299Copy full SHA for 72c5299
articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md
@@ -242,6 +242,7 @@ resource myBrokerAuthentication 'Microsoft.IoTOperations/instances/brokers/authe
242
{
243
method: 'X509'
244
x509Settings: {
245
+ trustedClientCaCert: 'client-ca'
246
authorizationAttributes: {
247
root: {
248
attributes: {
@@ -305,8 +306,8 @@ spec:
305
306
- my-audience
307
- method: X509
308
x509Settings:
309
+ trustedClientCaCert: client-ca
310
authorizationAttributes:
- trustedClientCaCert: client-ca
311
root:
312
attributes:
313
organization: contoso
0 commit comments