Skip to content

Commit edc8533

Browse files
authored
Update continuous-integration-delivery.md
1 parent 92c9566 commit edc8533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/synapse-analytics/cicd/continuous-integration-delivery.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,9 @@ Here's an explanation of how the preceding template is constructed, by resource
507507
- The `maxConcurrency` property has a default value and is the `string` type. The default parameter name of the `maxConcurrency` property is `<entityName>_properties_typeProperties_maxConcurrency`.
508508
- The `recurrence` property also is parameterized. All properties under the `recurrence` property are set to be parameterized as strings, with default values and parameter names. An exception is the `interval` property, which is parameterized as the `int` type. The parameter name is suffixed with `<entityName>_properties_typeProperties_recurrence_triggerSuffix`. Similarly, the `freq` property is a string and is parameterized as a string. However, the `freq` property is parameterized without a default value. The name is shortened and suffixed, such as `<entityName>_freq`.
509509

510+
> [!NOTE]
511+
> A maximum of 50 triggers is supported currently.
512+
510513
**`linkedServices`**
511514

512515
- Linked services are unique. Because linked services and datasets have a wide range of types, you can provide type-specific customization. In the preceding example, for all linked services of the `AzureDataLakeStore` type, a specific template is applied. For all others (identified through the use of the `*` character), a different template is applied.

0 commit comments

Comments
 (0)