Skip to content

Commit c1530e8

Browse files
authored
Merge pull request #98654 from sidramadoss/patch-55
Update stream-analytics-edge-csharp-udf-methods.md
2 parents 3eff095 + b7a7c3d commit c1530e8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/stream-analytics/custom-deserializer-examples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ The following Javascript code is an example of the .NET deserializer serializati
220220

221221
This feature is available in the following regions:
222222

223-
* West Central US (available)
224-
* North Europe (available)
225-
* East US (available)
226-
* West US (rolling out soon)
227-
* East US 2 (rolling out soon)
228-
* West Europe (rolling out soon)
223+
* West Central US
224+
* North Europe
225+
* East US
226+
* West US
227+
* East US 2
228+
* West Europe
229229

230230
You can [request support](https://aka.ms/ccodereqregion) for additional regions.
231231

articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ ms.custom: seodec18
1414
Azure Stream Analytics offers a SQL-like query language for performing transformations and computations over streams of event data. There are many built-in functions, but some complex scenarios require additional flexibility. With .NET Standard user-defined functions (UDF), you can invoke your own functions written in any .NET standard language (C#, F#, etc.) to extend the Stream Analytics query language. UDFs allow you to perform complex math computations, import custom ML models using ML.NET, and use custom imputation logic for missing data. The UDF feature for Stream Analytics jobs is currently in preview and shouldn't be used in production workloads.
1515

1616
.NET user-defined-function for cloud jobs is available in:
17-
* West Central US (available)
18-
* North Europe (available)
19-
* East US (available)
20-
* West US (rolling out soon)
21-
* East US 2 (rolling out soon)
22-
* West Europe (rolling out soon)
17+
* West Central US
18+
* North Europe
19+
* East US
20+
* West US
21+
* East US 2
22+
* West Europe
2323

2424
If you are interested in using this feature in any another region, you can [request access](https://aka.ms/ccodereqregion).
2525

0 commit comments

Comments
 (0)