Git Product home page Git Product logo

az-blob-to-file-sync's Introduction

Blob to File Sync

Description

This function can be triggered by an Event Grid Event for a Storage Account whereas it only listens for BlobCreated and BlobDeleted events. The following table contains the available environment variables.

Environment variables

Name Description Required
STORAGE_ACCOUNT__ACCESS_KEY Access Key โœ“
STORAGE_ACCOUNT__SOURCE_CONTAINER Source container โœ“
STORAGE_ACCOUNT__SOURCE_CONTAINER_EQUALS_TARGET_SHARE source = target?
STORAGE_ACCOUNT__TARGET_SHARE Target share

The storage account access key is needed to access the file share and write / delete the file. The source container is the name of the blob container that will be "monitored". Only events that happen in that particular blob container will be handled. You can either specify a target share to be used for blob to file synchronization or otherwise it will try to sync to a file share that has the same name as the blob container.

Test locally

Enter the environment variables in the local.settings.json. After that you can check this documentation to test it: https://docs.microsoft.com/en-us/azure/azure-functions/functions-debug-event-grid-trigger-local

TODO

  • Make the source container variable optional (handle events from all containers)
  • Optionally delete empty directories after a a file was deleted
  • Add an option to prevent replacing existing files on the share

az-blob-to-file-sync's People

Watchers

 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.