Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/ogp-image-azure-functions
https://github.com/hhatto/ogp-image-azure-functions
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hhatto/ogp-image-azure-functions
- Owner: hhatto
- Created: 2021-05-23T08:03:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T12:44:00.000Z (over 3 years ago)
- Last Synced: 2024-10-14T11:08:37.628Z (2 months ago)
- Language: Dockerfile
- Size: 96.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## deployment
initial setup on first time
```
$ az group create -l centralus -n functions-test
$ az storage account create -n ssogpimage -l centralus -g functions-test --sku Standard_LRS
$ az functionapp create -n ss-ogp-image --storage-account ssogpimage \
--consumption-plan-location centralus -g functions-test \
--functions-version 3 --runtime custom --os-type Linux
```deploy
```
$ denofunc publish ss-ogp-image
```## on local env
```
$ denofunc start
```