Skip to content

Commit bdbef36

Browse files
Merge pull request #214802 from n0elleli/cicd
Cicd
2 parents d163765 + 2343a98 commit bdbef36

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

articles/data-factory/continuous-integration-delivery-improvements.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,12 @@ npm run build export C:\DataFactories\DevDataFactory /subscriptions/xxxxxxxx-xxx
8787
- `FactoryId` is a mandatory field that represents the Data Factory resource ID in the format `/subscriptions/<subId>/resourceGroups/<rgName>/providers/Microsoft.DataFactory/factories/<dfName>`.
8888
- `OutputFolder` is an optional parameter that specifies the relative path to save the generated ARM template.
8989

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+
9792
> [!NOTE]
9893
> The ARM template generated isn't published to the live version of the factory. Deployment should be done by using a CI/CD pipeline.
9994
10095

101-
10296
### Validate
10397

10498
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:
126120
{
127121
"scripts":{
128122
"build":"node node_modules/@microsoft/azure-data-factory-utilities/lib/index",
129-
"build-preview":"node node_modules/@microsoft/azure-data-factory-utilities/lib/index --preview"
130123
},
131124
"dependencies":{
132125
"@microsoft/azure-data-factory-utilities":"^1.0.0"

0 commit comments

Comments
 (0)