Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Get Azure Blobs example working #2

Merged
merged 4 commits into from
Jul 25, 2018
Merged

Commits on Jul 2, 2018

  1. Blob events working

    lukehoban committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    182a95f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92132ea View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Clean up example

    lukehoban committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    80cfcbb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Simplify SAS URL computation and avoid duplication

    We can use the built-in `azure.storage.getAccountSAS` to compute SAS URLs instead of making calls out to the Azure SDK at deployment time.
    lukehoban committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    36a805a View commit details
    Browse the repository at this point in the history