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

Commit

Permalink
Simplify SAS URL computation and avoid duplication
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lukehoban committed Jul 4, 2018
1 parent 80cfcbb commit 36a805a
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 810 deletions.
10 changes: 3 additions & 7 deletions examples/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
"build": "tsc"
},
"dependencies": {
"@pulumi/pulumi": "^0.14.0-rc1",
"azure-functions-ts-essentials": "^1.3.2",
"node-fetch": "^2.1.2",
"ms-rest-azure": "^2.5.7",
"azure-arm-containerinstance": "^2.0.0"
"@pulumi/pulumi": "^0.14.0-rc1"
},
"devDependencies": {
"@types/node": "^8.0.26",
"@types/node-fetch": "^2.1.1",
"typescript": "^2.5.3"
"typescript": "^2.5.3",
"azure-functions-ts-essentials": "^1.3.2"
},
"peerDependencies": {
"@pulumi/azure": "latest",
Expand Down
Loading

0 comments on commit 36a805a

Please sign in to comment.