Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

This repo contains an Azure Functions app in F# isolated

Notifications You must be signed in to change notification settings

kurt-mueller-osumc/blob-triggered-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d72860 · Sep 15, 2023

History

12 Commits
Sep 13, 2023
Sep 13, 2023
Sep 13, 2023
Sep 15, 2023
Sep 13, 2023
Sep 13, 2023
Sep 15, 2023
Sep 13, 2023
Sep 13, 2023
Sep 13, 2023
Sep 15, 2023
Sep 15, 2023

Repository files navigation

Blob-Triggered Functions

Demonstrate blob-triggered functions.

Local Development

Create a container via az cli:

az storage container create -n samples-workitems --connection-string "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"

Upload a blob to the samples-workitems container:

az storage blob upload -f foobar.json -c samples-workitems -n foobar.json --connection-string "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;"

About

This repo contains an Azure Functions app in F# isolated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages