Skip to content

Commit 1a3f29e

Browse files
authored
Merge pull request #88220 from rodrigoaatmicrosoft/rodrigoa_udxChange
Rodrigoa udx change on cluster message for UDX
2 parents c76e90d + eb50c3a commit 1a3f29e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ ms.custom: "seodec18, devx-track-csharp"
1313

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

16-
.NET user-defined-function for cloud jobs is available in:
16+
## Regions
17+
18+
The .NET user-defined-function feature is enable for cloud jobs that run on [Stream Analytics clusters](./cluster-overview.md). Jobs that run on the Standard multi-tenant SKU can leverage this feature in the following public regions:
1719
* West Central US
1820
* North Europe
1921
* East US
2022
* West US
2123
* East US 2
2224
* West Europe
2325

24-
If you are interested in using this feature in any another region, you can [request access](https://aka.ms/ccodereqregion). However, there is no such region restriction when using [Stream Analytics clusters](./cluster-overview.md).
26+
If you are interested in using this feature in any another region, you can [request access](https://aka.ms/ccodereqregion).
2527

2628
## Package path
2729

@@ -274,4 +276,4 @@ The UDF preview currently has the following limitations:
274276

275277
* [Tutorial: Write a C# user-defined function for an Azure Stream Analytics job (Preview)](stream-analytics-edge-csharp-udf.md)
276278
* [Tutorial: Azure Stream Analytics JavaScript user-defined functions](stream-analytics-javascript-user-defined-functions.md)
277-
* [Create an Azure Stream Analytics job in Visual Studio Code](quick-create-visual-studio-code.md)
279+
* [Create an Azure Stream Analytics job in Visual Studio Code](quick-create-visual-studio-code.md)

0 commit comments

Comments
 (0)