https://github.com/satoryu/dajare-assistant
A Fulfillment for Google Assistant on Azure WebApps with Express
https://github.com/satoryu/dajare-assistant
azure-webapp dajare dialogflow google-assistant
Last synced: 7 months ago
JSON representation
A Fulfillment for Google Assistant on Azure WebApps with Express
- Host: GitHub
- URL: https://github.com/satoryu/dajare-assistant
- Owner: satoryu
- Created: 2019-07-27T14:49:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:51:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T19:48:02.328Z (8 months ago)
- Topics: azure-webapp, dajare, dialogflow, google-assistant
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Fulfillment for Google Assistant on Azure WebApps with Express
## Prerequisites
- node
- npm
- [azure-cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)## Usage
### Create Azure WebApps instance
After `az login` with your Microsoft account,
```sh
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
```sh
git remote add azure $(az webapp deployment source show -n dajare-assistant-app -g dajare-assistant --query "repoUrl")
git push azure master
```## LISENCE
MIT