Skip to content

Commit ffd1ba3

Browse files
authored
Merge pull request #267623 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5a38c74 + 768b4ff commit ffd1ba3

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

articles/iot-operations/manage-mqtt-connectivity/howto-configure-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ kubectl create configmap client-ca --from-file=client_ca.pem -n azure-iot-operat
199199
To check the root CA certificate is properly imported, run `kubectl describe configmap`. The result shows the same base64 encoding of the PEM certificate file.
200200

201201
```console
202-
$ kubectl describe configmap client-ca
202+
$ kubectl describe configmap client-ca -n azure-iot-operations
203203
Name: client-ca
204204
Namespace: azure-iot-operations
205205

articles/iot-operations/manage-mqtt-connectivity/howto-configure-availability-scale.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,19 +158,18 @@ If you don't specify settings, default values are used. The following table show
158158

159159
| Name | Required | Format | Default| Description |
160160
| ------------------------------------------ | -------- | ---------------- | -------|----------------------------------------------------------|
161-
| `brokerRef` | true | String |N/A |The associated broker |
162-
| `diagnosticServiceEndpoint` | true | String |N/A |An endpoint to send metrics/ traces to |
163-
| `enableMetrics` | false | Boolean |true |Enable or disable broker metrics |
164-
| `enableTracing` | false | Boolean |true |Enable or disable tracing |
165-
| `logLevel` | false | String | `info` |Log level. `trace`, `debug`, `info`, `warn`, or `error` |
166-
| `enableSelfCheck` | false | Boolean |true |Component that periodically probes the health of broker |
167-
| `enableSelfTracing` | false | Boolean |true |Automatically traces incoming messages at a frequency of 1 every `selfTraceFrequencySeconds` |
168-
| `logFormat` | false | String | `text` |Log format in `json` or `text` |
161+
| `diagnosticServiceEndpoint` | true | String | N/A |An endpoint to send metrics/ traces to |
162+
| `enableMetrics` | false | Boolean | true |Enable or disable broker metrics |
163+
| `enableTracing` | false | Boolean | true |Enable or disable tracing |
164+
| `logLevel` | false | String |`info` |Log level. `trace`, `debug`, `info`, `warn`, or `error` |
165+
| `enableSelfCheck` | false | Boolean | true |Component that periodically probes the health of broker |
166+
| `enableSelfTracing` | false | Boolean | true |Automatically traces incoming messages at a frequency of 1 every `selfTraceFrequencySeconds` |
167+
| `logFormat` | false | String |`text` |Log format in `json` or `text` |
169168
| `metricUpdateFrequencySeconds` | false | Integer | 30 |The frequency to send metrics to diagnostics service endpoint, in seconds |
170169
| `selfCheckFrequencySeconds` | false | Integer | 30 |How often the probe sends test messages|
171-
| `selfCheckTimeoutSeconds` | false | Integer | 15 |Timeout interval for probe messages |
172-
| `selfTraceFrequencySeconds` | false | Integer |30 |How often to automatically trace external messages if `enableSelfTracing` is true |
173-
| `spanChannelCapacity` | false | Integer |1000 |Maximum number of spans that selftest can store before sending to the diagnostics service |
170+
| `selfCheckTimeoutSeconds` | false | Integer | 15 |Timeout interval for probe messages |
171+
| `selfTraceFrequencySeconds` | false | Integer | 30 |How often to automatically trace external messages if `enableSelfTracing` is true |
172+
| `spanChannelCapacity` | false | Integer | 1000 |Maximum number of spans that selftest can store before sending to the diagnostics service |
174173
| `probeImage` | true | String |mcr.microsoft.com/azureiotoperations/diagnostics-probe:0.1.0-preview | Image used for self check |
175174

176175

0 commit comments

Comments
 (0)