You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/continuous-integration-delivery-improvements.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,18 +87,12 @@ npm run build export C:\DataFactories\DevDataFactory /subscriptions/xxxxxxxx-xxx
87
87
-`FactoryId` is a mandatory field that represents the Data Factory resource ID in the format `/subscriptions/<subId>/resourceGroups/<rgName>/providers/Microsoft.DataFactory/factories/<dfName>`.
88
88
-`OutputFolder` is an optional parameter that specifies the relative path to save the generated ARM template.
89
89
90
-
If you would like to stop/ start only the updated triggers, instead use the below command (currently this capability is in preview and the functionality will be transparently merged into the above command during GA):
91
-
```dos
92
-
npm run build-preview export C:\DataFactories\DevDataFactory /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testResourceGroup/providers/Microsoft.DataFactory/factories/DevDataFactory ArmTemplateOutput
93
-
```
94
-
-`RootFolder` is a mandatory field that represents where the Data Factory resources are located.
95
-
-`FactoryId` is a mandatory field that represents the Data Factory resource ID in the format `/subscriptions/<subId>/resourceGroups/<rgName>/providers/Microsoft.DataFactory/factories/<dfName>`.
96
-
-`OutputFolder` is an optional parameter that specifies the relative path to save the generated ARM template.
90
+
The ability to stop/start only the updated triggers is now generally available and is merged into the command shown above.
91
+
97
92
> [!NOTE]
98
93
> The ARM template generated isn't published to the live version of the factory. Deployment should be done by using a CI/CD pipeline.
99
94
100
95
101
-
102
96
### Validate
103
97
104
98
Run `npm run build validate <rootFolder> <factoryId>` to validate all the resources of a given folder. Here's an example:
@@ -126,7 +120,6 @@ Follow these steps to get started:
0 commit comments