Skip to content

thaer899/myresume-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Create Azure Function App

npm install -g azure-functions-core-tools@3 --unsafe-perm true

az login

RESOURCE_GROUP=myresume-ai STORAGE_ACCOUNT=myresumestorage1989 FUNCTION_APP_NAME=myresume-express LOCATION="westeurope"

Create Storage Account

az storage account create --name $STORAGE_ACCOUNT --location $LOCATION --resource-group $RESOURCE_GROUP --sku Standard_LRS

Create Function App

az functionapp create --resource-group $RESOURCE_GROUP --consumption-plan-location $LOCATION --runtime node --functions-version 4 --name $FUNCTION_APP_NAME --storage-account $STORAGE_ACCOUNT --os-type Linux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published