Skip to content

A Fulfillment for Google Assistant on Azure WebApps with Express

Notifications You must be signed in to change notification settings

satoryu/dajare-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Fulfillment for Google Assistant on Azure WebApps with Express

Prerequisites

Usage

Create Azure WebApps instance

After az login with your Microsoft account,

az group create -n dajare-assistant -l japaneast
az appservice plan create -n dajare-assistant-plan -g dajare-assistant -l japaneast --sku F1
az webapp create -n dajare-assistant-app -g dajare-assistant -p dajare-assistant-plan --deployment-local-git -r "node|10.6"

Deploy

git remote add azure $(az webapp deployment source show -n dajare-assistant-app -g dajare-assistant --query "repoUrl")
git push azure master

LISENCE

MIT

About

A Fulfillment for Google Assistant on Azure WebApps with Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published