Skip to content

Commit c5869ce

Browse files
committed
Add (preview) to the Kubernetes tab names
1 parent 7f4da9a commit c5869ce

18 files changed

+136
-136
lines changed

articles/iot-operations/connect-to-cloud/concept-dataflow-conversions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ output: 'ColorProperties.*'
2828
expression: '($1 + $2) / 2'
2929
```
3030

31-
# [Kubernetes](#tab/kubernetes)
31+
# [Kubernetes (preview)](#tab/kubernetes)
3232

3333
```yaml
3434
- inputs:
@@ -64,7 +64,7 @@ output: 'ColorProperties.*'
6464
expression: '($1, $2, $3, $4)'
6565
```
6666
67-
# [Kubernetes](#tab/kubernetes)
67+
# [Kubernetes (preview)](#tab/kubernetes)
6868
6969
```yaml
7070
- inputs:
@@ -171,7 +171,7 @@ output: 'Measurement'
171171
expression: 'min($1)'
172172
```
173173

174-
# [Kubernetes](#tab/kubernetes)
174+
# [Kubernetes (preview)](#tab/kubernetes)
175175

176176
```yaml
177177
- inputs:
@@ -196,7 +196,7 @@ output: 'Measurements'
196196
expression: 'take($1, 10)' // taking at max 10 items
197197
```
198198

199-
# [Kubernetes](#tab/kubernetes)
199+
# [Kubernetes (preview)](#tab/kubernetes)
200200

201201
```yaml
202202
- inputs:
@@ -222,7 +222,7 @@ output: 'stats'
222222
expression: '($1, $2, $3, $4)'
223223
```
224224

225-
# [Kubernetes](#tab/kubernetes)
225+
# [Kubernetes (preview)](#tab/kubernetes)
226226

227227
```yaml
228228
- inputs:
@@ -280,7 +280,7 @@ output: 'BaseSalary'
280280
expression: 'if($1 == (), $2, $1)'
281281
```
282282

283-
# [Kubernetes](#tab/kubernetes)
283+
# [Kubernetes (preview)](#tab/kubernetes)
284284

285285
```yaml
286286
- inputs:

articles/iot-operations/connect-to-cloud/concept-dataflow-enrich.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ datasets: [
4747
]
4848
```
4949

50-
# [Kubernetes](#tab/kubernetes)
50+
# [Kubernetes (preview)](#tab/kubernetes)
5151

5252
```yaml
5353
datasets:
@@ -84,7 +84,7 @@ When a new record is being processed, the mapper performs the following steps:
8484
}
8585
```
8686

87-
# [Kubernetes](#tab/kubernetes)
87+
# [Kubernetes (preview)](#tab/kubernetes)
8888

8989
```yaml
9090
- inputs:
@@ -127,7 +127,7 @@ datasets: [
127127
]
128128
```
129129

130-
# [Kubernetes](#tab/kubernetes)
130+
# [Kubernetes (preview)](#tab/kubernetes)
131131

132132
```yaml
133133
datasets:
@@ -157,7 +157,7 @@ inputs: [
157157
]
158158
```
159159

160-
# [Kubernetes](#tab/kubernetes)
160+
# [Kubernetes (preview)](#tab/kubernetes)
161161

162162
```yaml
163163
- inputs:
@@ -184,7 +184,7 @@ datasets: [
184184
]
185185
```
186186

187-
# [Kubernetes](#tab/kubernetes)
187+
# [Kubernetes (preview)](#tab/kubernetes)
188188

189189
```yaml
190190
datasets:

articles/iot-operations/connect-to-cloud/concept-dataflow-mapping.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following mapping is an example:
8686
}
8787
```
8888

89-
# [Kubernetes](#tab/kubernetes)
89+
# [Kubernetes (preview)](#tab/kubernetes)
9090

9191
```yaml
9292
- inputs:
@@ -131,7 +131,7 @@ inputs: [
131131
output: 'origin_topic'
132132
```
133133

134-
# [Kubernetes](#tab/kubernetes)
134+
# [Kubernetes (preview)](#tab/kubernetes)
135135

136136
```yaml
137137
inputs:
@@ -152,7 +152,7 @@ inputs: [
152152
output: '$metadata.user_property.origin_topic'
153153
```
154154

155-
# [Kubernetes](#tab/kubernetes)
155+
# [Kubernetes (preview)](#tab/kubernetes)
156156

157157
```yaml
158158
inputs:
@@ -182,7 +182,7 @@ inputs: [
182182
]
183183
```
184184

185-
# [Kubernetes](#tab/kubernetes)
185+
# [Kubernetes (preview)](#tab/kubernetes)
186186

187187
```yaml
188188
- inputs:
@@ -201,7 +201,7 @@ inputs: [
201201
]
202202
```
203203

204-
# [Kubernetes](#tab/kubernetes)
204+
# [Kubernetes (preview)](#tab/kubernetes)
205205

206206
```yaml
207207
- inputs:
@@ -220,7 +220,7 @@ inputs: [
220220
]
221221
```
222222

223-
# [Kubernetes](#tab/kubernetes)
223+
# [Kubernetes (preview)](#tab/kubernetes)
224224

225225
```yaml
226226
- inputs:
@@ -242,7 +242,7 @@ Any other characters are treated as part of the field name. This flexibility is
242242

243243
In Bicep, all strings are enclosed in single quotation marks (`'`). The examples about proper quoting in YAML for Kubernetes use don't apply.
244244

245-
# [Kubernetes](#tab/kubernetes)
245+
# [Kubernetes (preview)](#tab/kubernetes)
246246

247247
The path definition must also adhere to the rules of YAML. When a character with special meaning is included in the path, proper quoting is required in the configuration. Consult the YAML documentation for precise rules. Here are some examples that demonstrate the need for careful formatting:
248248

@@ -266,7 +266,7 @@ inputs: [
266266
]
267267
```
268268

269-
# [Kubernetes](#tab/kubernetes)
269+
# [Kubernetes (preview)](#tab/kubernetes)
270270

271271
```yaml
272272
- inputs:
@@ -291,7 +291,7 @@ In this example, the path consists of three segments: `Payload`, `Tag.10`, and `
291291
]
292292
```
293293

294-
# [Kubernetes](#tab/kubernetes)
294+
# [Kubernetes (preview)](#tab/kubernetes)
295295

296296
```yaml
297297
- inputs:
@@ -310,7 +310,7 @@ In this example, the path consists of three segments: `Payload`, `Tag.10`, and `
310310
]
311311
```
312312

313-
# [Kubernetes](#tab/kubernetes)
313+
# [Kubernetes (preview)](#tab/kubernetes)
314314

315315
```yaml
316316
- inputs:
@@ -329,7 +329,7 @@ In this example, the path consists of three segments: `Payload`, `Tag.10`, and `
329329
]
330330
```
331331

332-
# [Kubernetes](#tab/kubernetes)
332+
# [Kubernetes (preview)](#tab/kubernetes)
333333

334334
```yaml
335335
- inputs:
@@ -360,7 +360,7 @@ inputs: [
360360
output: '*'
361361
```
362362
363-
# [Kubernetes](#tab/kubernetes)
363+
# [Kubernetes (preview)](#tab/kubernetes)
364364
365365
```yaml
366366
- inputs:
@@ -419,7 +419,7 @@ Mapping configuration that uses wildcards:
419419
}
420420
```
421421

422-
# [Kubernetes](#tab/kubernetes)
422+
# [Kubernetes (preview)](#tab/kubernetes)
423423

424424
```yaml
425425
- inputs:
@@ -494,7 +494,7 @@ output: 'ColorProperties.*'
494494
expression: '($1 + $2) / 2'
495495
```
496496

497-
# [Kubernetes](#tab/kubernetes)
497+
# [Kubernetes (preview)](#tab/kubernetes)
498498

499499
```yaml
500500
- inputs:
@@ -566,7 +566,7 @@ inputs: [
566566
]
567567
```
568568

569-
# [Kubernetes](#tab/kubernetes)
569+
# [Kubernetes (preview)](#tab/kubernetes)
570570

571571
```yaml
572572
- inputs:
@@ -604,7 +604,7 @@ inputs: [
604604
]
605605
```
606606

607-
# [Kubernetes](#tab/kubernetes)
607+
# [Kubernetes (preview)](#tab/kubernetes)
608608

609609
```yaml
610610
- inputs:
@@ -645,7 +645,7 @@ When you use the previous example from multi-input wildcards, consider the follo
645645
}
646646
```
647647

648-
# [Kubernetes](#tab/kubernetes)
648+
# [Kubernetes (preview)](#tab/kubernetes)
649649

650650
```yaml
651651
- inputs:
@@ -709,7 +709,7 @@ Now, consider a scenario where a specific field needs a different calculation:
709709
}
710710
```
711711

712-
# [Kubernetes](#tab/kubernetes)
712+
# [Kubernetes (preview)](#tab/kubernetes)
713713

714714
```yaml
715715
- inputs:
@@ -753,7 +753,7 @@ Consider a special case for the same fields to help decide the right action:
753753
}
754754
```
755755

756-
# [Kubernetes](#tab/kubernetes)
756+
# [Kubernetes (preview)](#tab/kubernetes)
757757

758758
```yaml
759759
- inputs:
@@ -805,7 +805,7 @@ inputs: [
805805
output: 'Employment.BaseSalary'
806806
```
807807

808-
# [Kubernetes](#tab/kubernetes)
808+
# [Kubernetes (preview)](#tab/kubernetes)
809809

810810
```yaml
811811
- inputs:
@@ -826,7 +826,7 @@ inputs: [
826826
output: 'Employment.*'
827827
```
828828

829-
# [Kubernetes](#tab/kubernetes)
829+
# [Kubernetes (preview)](#tab/kubernetes)
830830

831831
```yaml
832832
- inputs:
@@ -863,7 +863,7 @@ inputs: [
863863
output: 'Thermostat.Temperature'
864864
```
865865

866-
# [Kubernetes](#tab/kubernetes)
866+
# [Kubernetes (preview)](#tab/kubernetes)
867867

868868
```yaml
869869
- inputs:

articles/iot-operations/connect-to-cloud/howto-configure-adlsv2-endpoint.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Then, deploy via Azure CLI.
8989
az deployment group create --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
9090
```
9191

92-
# [Kubernetes](#tab/kubernetes)
92+
# [Kubernetes (preview)](#tab/kubernetes)
9393

9494
Create a Kubernetes manifest `.yaml` file with the following content.
9595

@@ -172,7 +172,7 @@ Then, deploy via Azure CLI.
172172
az deployment group create --resource-group <RESOURCE_GROUP> --template-file <FILE>.bicep
173173
```
174174

175-
# [Kubernetes](#tab/kubernetes)
175+
# [Kubernetes (preview)](#tab/kubernetes)
176176

177177
Create a Kubernetes manifest `.yaml` file with the following content.
178178

@@ -235,7 +235,7 @@ dataLakeStorageSettings: {
235235
}
236236
```
237237

238-
# [Kubernetes](#tab/kubernetes)
238+
# [Kubernetes (preview)](#tab/kubernetes)
239239

240240
```yaml
241241
dataLakeStorageSettings:
@@ -265,7 +265,7 @@ dataLakeStorageSettings: {
265265
}
266266
```
267267

268-
# [Kubernetes](#tab/kubernetes)
268+
# [Kubernetes (preview)](#tab/kubernetes)
269269

270270
```yaml
271271
dataLakeStorageSettings:
@@ -326,7 +326,7 @@ dataLakeStorageSettings: {
326326
}
327327
```
328328

329-
# [Kubernetes](#tab/kubernetes)
329+
# [Kubernetes (preview)](#tab/kubernetes)
330330

331331
Create a Kubernetes secret with the SAS token.
332332

@@ -373,7 +373,7 @@ dataLakeStorageSettings: {
373373
}
374374
```
375375

376-
# [Kubernetes](#tab/kubernetes)
376+
# [Kubernetes (preview)](#tab/kubernetes)
377377

378378
```yaml
379379
dataLakeStorageSettings:
@@ -420,7 +420,7 @@ dataLakeStorageSettings: {
420420
}
421421
```
422422

423-
# [Kubernetes](#tab/kubernetes)
423+
# [Kubernetes (preview)](#tab/kubernetes)
424424

425425
```yaml
426426
dataLakeStorageSettings:

0 commit comments

Comments
 (0)