Socket
Socket
Sign inDemoInstall

@fdot/express-azure-backup

Package Overview
Dependencies
1
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fdot/express-azure-backup

An express middleware for kicking off an azure backup job.


Version published
Maintainers
3
Created

Readme

Source

@FDOT/express-azure-backup

An express middleware that can be used to kickoff an azure backup job. It will wait until an success is returned from the job execution before it calls next().

Example

const expressAzureBackup = require('@fdot/express-azure-backup');
router.post('/api/v1/User/Replace/:originalUserId/:replacementUserId', expressAzureBackup(), replaceUser]);

Configuration

Default Options

let options = { tenantName: process.env.TENANT_NAME,
    clientId: process.env.CLIENT_ID,
    clientSecret: process.env.CLIENT_SECRET,
    subscriptionId: process.env.subscriptionId,
    resourceGroupName: process.env.resourceGroupName,
    vaultName: process.env.vaultName,
    fabricName: process.env.fabricName,
    containerName: process.env.containerName,
    protectedItemName: process.env.protectedItemName,
    }

Keywords

FAQs

Last updated on 10 Jul 2019

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc