Peter Blazejewicz
62c162bead
Feat/update notes app node sample ( #251 )
...
* Add description to package.json
* Dependencies udpate
* Correct white space in log output
* Update example output in the README.md'
2018-12-07 13:23:41 -08:00
Dina Berry
4775450ec9
fix security audit
2018-12-03 13:21:04 -08:00
Jerry Kindall
cdada19ada
update/refresh common readme for utterance upload examples
2018-10-05 14:53:23 -07:00
Jerry Kindall
a334b2c1ee
Add red rectangle to screen shot
2018-10-05 14:45:40 -07:00
Jerry Kindall
53d9708a7f
update example instructions for new UI
2018-10-05 14:45:08 -07:00
Jerry Kindall
c08427e0fe
Update screen shot
2018-10-05 14:40:13 -07:00
Jerry Kindall
60077143c5
update screenshot for exporting LUIS app
2018-10-05 12:35:58 -07:00
Jerry Kindall
cfb7ca652c
update app download instructions for new luis.ai UI
2018-10-05 12:34:59 -07:00
Jerry Kindall
2916ba0324
fix typo (not -> note)
2018-10-05 12:18:46 -07:00
Winona Azure
7eb9cac87b
Merge pull request #240 from v-jerkin/v-jerkin-patch-1
...
Update screen shot from LUIS portal
2018-10-05 11:48:46 -07:00
Jerry Kindall
fc648471ec
remove incorrectly named screen shot
2018-10-05 11:41:08 -07:00
Jerry Kindall
5982a6be78
Update screen shot from LUIS portal
2018-10-05 11:39:05 -07:00
Jerry Kindall
47e863fecd
refresh screen shot for programmatic app creation example
2018-10-05 09:37:29 -07:00
Jerry Kindall
37c1dd400c
Refresh readme to direct user to download the whole repo
...
rewrite accordingly (e.g. don't tell users to paste the given code into files). other tweaks/fixes.
2018-10-05 09:35:13 -07:00
Winona Azure
92bfc4abea
Test
2018-10-01 14:00:55 -07:00
Dina Berry
943354ba71
Merge pull request #231 from wiazur/patch-7
...
Added instruction for modified run.csx
2018-09-28 18:27:33 -07:00
Winona Azure
ca96b479b1
Added info about Application Insights
...
This link helps users integrate Application Insights into their function app. Allows better debugging.
2018-09-26 16:50:12 -07:00
Winona Azure
31a81c360e
Added instruction for modified run.csx
...
There are a couple more packages the user needs to add to their Function app.
Also says to use the entire run() method signature from `run.csx`, instead of using the one from the Function app.
2018-09-26 15:43:03 -07:00
Winona Azure
f6bdedbaa4
Changed HttpRequestMessage to HttpRequest
...
The VS version is now not running without this change.
However, it does not post to the SQL database in Azure. Might take time to fix. In the meantime, this modified sample will at least run the Http calls in Visual Studio, successfully.
I will update the readme.
2018-09-26 15:37:08 -07:00
Winona Azure
0abde01c48
Added a little more instruction.
2018-09-26 12:45:27 -07:00
Dina Berry
3a71ae14df
Merge pull request #226 from wiazur/patch-6
...
Updated deprecated logger/ added try-catch
2018-09-26 12:41:36 -07:00
Winona Azure
20e77264f7
Added a class library
...
Adding the System.Net.Http.
2018-09-25 14:03:26 -07:00
Winona Azure
01fc671d05
Updated deprecated logger/ added try-catch
...
Changed the Run() parameter TraceWriter (deprecated) to ILogger.
Changed all log.Info() to log.LogInformation().
Added try/catch to SQL insert query.
2018-09-24 20:05:03 -07:00
Winona Azure
830972b2ff
Added function in Azure quickstart link
2018-09-24 18:40:05 -07:00
Winona Azure
52c0de0e7c
Minor change
2018-09-24 17:32:01 -07:00
Winona Azure
4789c7db1f
A few minor changes
2018-09-24 17:30:41 -07:00
Winona Azure
378a06ac42
Added to readme
...
Added more details about:
- how to create and run a function app through Visual Studio
- how to enable the SQL firewall
- the keys defined and located
- how to test, what to expect as a result
2018-09-24 17:16:15 -07:00
Dina Berry
bf92e4452b
added image per Winona
2018-09-24 16:23:21 -07:00
Winona Azure
6e72e3ed4b
Added comments for clarity
2018-09-24 14:27:48 -07:00
Dina Berry
7200c01228
remove notes vulnerability by removing lock file
2018-08-24 11:48:44 -07:00
Dina Berry
d6136874b1
remove duplicate example
2018-08-24 11:42:02 -07:00
Dina Berry
002acda49a
0705 build app typo ( #171 )
...
* change programmatic key to authoring key, fix #106
* changed name of app
2018-07-05 15:00:01 -07:00
Dina Berry
13dc121061
edit ( #166 )
2018-07-05 06:52:29 -07:00
Dina Berry
6d7d2e4e1a
fix typo ( #164 )
2018-07-03 14:14:40 -07:00
Dina Berry
306a766bab
0703 fix review endpoint example ( #162 )
...
* health bot + review endpoint utterances
* move code
* Added regional availability
2018-07-03 11:41:12 -07:00
Dina Berry
e4825bef5c
add utterances ( #159 )
2018-07-03 07:49:33 -07:00
Dina Berry
c63467f6a1
0703 upload utterances ( #158 )
...
* script to read endpoint utterances and send to endpoint
* fix key leak
2018-07-03 07:31:04 -07:00
Dina Berry
3277ecc074
script to read endpoint utterances and send to endpoint ( #157 )
2018-07-02 14:12:02 -07:00
Dina Berry
6c759c4e74
removed deprecated geography ( #155 )
2018-07-02 10:47:05 -07:00
Dina Berry
5e14b60e59
0511 querylogasync 2 ( #120 )
...
* abq system
* yargs and steps
* infinite loop - every 5 seconds
* async query log nodejs script
* edit readme for new example
* edit readme for new example - remove abq
* remove abq
2018-05-15 14:13:49 -07:00
Dina Berry
a946e7d0e3
querylogasync api example ( #119 )
2018-05-11 06:52:33 -07:00
Dina Berry
8f5f88fa72
remove bf4 sample ( #118 )
2018-05-10 12:31:45 -07:00
Denise Mak
fa6851a92a
Update README.md
2018-05-07 11:57:51 -07:00
Denise Mak
868149eb7d
example for dialog bot article
2018-05-03 19:22:26 -07:00
Denise Mak
cf303d2e58
LUIS app for simple bot example in V4 Bot Framework docs
2018-05-03 19:13:28 -07:00
Dina Berry
ae375bd859
create prebuilt app and delete app by id ( #101 )
2018-03-19 13:56:28 -07:00
Dina Berry
cfbf2675aa
fix import issue ( #95 )
2018-03-06 13:18:02 -08:00
Dina Berry
875c2f3e1f
edits ( #80 )
2018-02-16 14:32:19 -08:00
Dina Berry
a6088b135a
Bfv4 node ( #75 )
...
* bf v4 Nodejs Typescript
* bf v4 links
2018-02-12 07:08:17 -08:00
Dina Berry
8860ad6c86
aad ( #74 )
2018-02-09 13:41:40 -08:00