You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@microsoft/azure-data-factory-utilities

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/azure-data-factory-utilities

Azure Data Factory utilities library

0.1.0
npmnpm
Version published
Weekly downloads
37K
3.52%
Maintainers
2
Weekly downloads
 
Created
Source

Azure Data Factory utilities

This library provides basic functionality to validate and generate an ARM template given a set of Data Factory resources.

Export ARM template

Run npm run export <rootFolder> <factoryId> [outputFolder] to export the ARM template using the resources of a given folder.

Example: npm run export C:\DataFactories\DevDataFactory /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testResourceGroup/providers/Microsoft.DataFactory/factories/DevDataFactory ArmTemplateOutput

  • RootFolder is a mandatory field that represents where the Data Factory resources are located.
  • FactoryId is a mandatory field that represents the Data factory resoruce id in the format: /subscriptions/<subId>/resourceGroups/<rgName>/providers/Microsoft.DataFactory/factories/<dfName>
  • OutputFolder is an optional parameter that specifies the relative path to save the generated ARM template.

Validate

Run npm run validate <rootFolder> <factoryId> to validate all the resources of a given folder.

Example: npm run validate C:\DataFactories\DevDataFactory /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testResourceGroup/providers/Microsoft.DataFactory/factories/DevDataFactory

  • RootFolder is a mandatory field that represents where the Data Factory resources are located.
  • FactoryId is a mandatory field that represents the Data factory resoruce id in the format: /subscriptions/<subId>/resourceGroups/<rgName>/providers/Microsoft.DataFactory/factories/<dfName>

FAQs

Package last updated on 13 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.