star-wars-api icon indicating copy to clipboard operation
star-wars-api copied to clipboard

Star Wars API

star-wars-api

Star Wars API

Azure CLI

Install the Azure CLI

Login

az login

Create a place to logicalluy 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