/aggregator-app

serverless function with api aggregator with azure

Primary LanguageJavaScript

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