jsturtevant / aggregator-app

serverless function with api aggregator with azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aggregator app

az login

Create a place to logically store everything (resource group)

az group create -n PapaStarWarsApiGroup -l eastus

Create the storage resource for the Function App

az storage account create -n papastarwarsapistorage -g PapaStarWarsApiGroup --sku Standard_LRS -l eastus

Create the Function App

az functionapp create -n -g PapaStarWarsApiGroup -s papastarwarsapistorage -c eastus

About

serverless function with api aggregator with azure


Languages

Language:JavaScript 100.0%