Skip to content

Commit dfbad5e

Browse files
committed
Implement file uploading to Azure storage account
1 parent 5c6e700 commit dfbad5e

File tree

8 files changed

+896
-136
lines changed

8 files changed

+896
-136
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
AZURE_STORAGE_ACCOUNT_NAME=
2+
AZURE_STORAGE_ACCOUNT_KEY=
3+
AZURE_STORAGE_CONTAINER_NAME=

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ yarn-error.log*
2727

2828
# local env files
2929
.env*.local
30+
.env
3031

3132
# vercel
3233
.vercel

0 commit comments

Comments
 (0)