Coder Social home page Coder Social logo

nianton / selfhosted-integrationruntime_automationscripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nabhishek/selfhosted-integrationruntime_automationscripts

0.0 1.0 0.0 21 KB

PowerShell scripts for setting up self-hosted integration runtime

Home Page: https://docs.microsoft.com/azure/data-factory/create-self-hosted-integration-runtime

License: Apache License 2.0

PowerShell 100.00%

selfhosted-integrationruntime_automationscripts's Introduction

Self-hosted Integration Runtime (IR) Automation Scripts

  1. InstallGatewayOnLocalMachine.ps1 - The script can be used to install self-hosted integration runtime node and register it with an authentication key. The script accepts two arguments, first specifying the location of the self-hosted integration runtime on a local disk, second specifying the authentication key (for registering self-hosted IR node). Example: PS D:\GitHub> .\InstallGatewayOnLocalMachine.ps1 E:\shared\IntegrationRuntime.msi [key]

  1. script-update-gateway.ps1 - The script can be used to install the latest or update an existing self-hosted integration runtime to the latest version. It accepts an argument for specifying version number (example: -version 3.13.6942.1). When no version is specified, it always updates the self-hosted IR to the latest version found in the downloads.

    *Note: Only last 3 versions can be specified. Ideally this is used to update an existing node to the latest version. IT ASSUMES THAT YOU HAVE A REGISTERED SELF HOSTED IR *

    Usage Examples:

    • Download and install latest self-hosted IR PS > .\script-update-gateway.ps1

    • Download and install the specified version of self-hosted IR PS > .\script-update-gateway.ps1 -version 3.13.6942.1

selfhosted-integrationruntime_automationscripts's People

Contributors

nicolaszhang avatar nabhishek avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.