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
Dina Berry
71523d4256
Merge pull request #230 from wiazur/patch-6
...
Changed HttpRequestMessage to HttpRequest
2018-09-26 15:38:45 -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
Dina Berry
7413d44362
Merge pull request #228 from wiazur/patch-7
...
Added a little more instruction.
2018-09-26 12:46:43 -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
Dina Berry
aec6a333bc
Merge pull request #225 from wiazur/patch-5
...
Added to readme
2018-09-25 14:27:18 -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
cb3b7b6bdd
Merge pull request #224 from diberry/0924-azure-functions-image
...
added image per Winona
2018-09-24 16:24:25 -07:00
Dina Berry
bf92e4452b
added image per Winona
2018-09-24 16:23:21 -07:00
Dina Berry
11560581bd
Merge pull request #223 from wiazur/patch-4
...
Added comments for clarity
2018-09-24 14:31:53 -07:00
Winona Azure
6e72e3ed4b
Added comments for clarity
2018-09-24 14:27:48 -07:00
Dina Berry
ca91eb2d2b
Merge pull request #222 from diberry/0924-routes
...
new APIs for Ignite
2018-09-24 10:52:47 -07:00
Dina Berry
0b85abfb1c
new APIs for Ignite
2018-09-24 10:51:03 -07:00
Dina Berry
bf9b3e85be
Merge pull request #221 from wiazur/patch-4
...
Added Study Bot to Examples lists
2018-09-18 18:27:15 -07:00
Dina Berry
f1b6079339
Merge pull request #220 from wiazur/patch-3
...
Initial commit
2018-09-18 18:26:58 -07:00
Winona Azure
e9defa1a27
Added Study Bot to Examples lists
...
Study Bot in C# is an example of the LUIS web app bot that integrates QnA Maker and Bing Spell Check, showing the code for the bot and these additional services, as well as using the bot inside a UWP app. This is unlike the other bot samples which don't offer other Cognitive Service integrations, so this expands the sample list capability choice for users.
2018-09-18 17:45:42 -07:00
Winona Azure
017df0ca8b
Initial commit
...
Mirrored the basics of the quickstart in the docs, added a few clarifying items, plus shared a synthesis of the point of the exercise.
2018-09-18 15:59:49 -07:00
Dina Berry
2856777cc2
Merge pull request #219 from wiazur/patch-3
...
Initial commit
2018-09-18 12:16:10 -07:00
Winona Azure
19f5767c9a
Initial commit
...
Shared prerequisites and run instructions.
2018-09-18 11:19:10 -07:00
Dina Berry
e87e1a94ee
Merge pull request #218 from Microsoft/revert-217-patch-2
...
Revert "Added clarity & screenshot"
2018-09-17 16:13:31 -07:00
Dina Berry
5469f02e3e
Revert "Added clarity & screenshot"
2018-09-17 16:12:31 -07:00
Dina Berry
33cc418f6e
Merge pull request #217 from wiazur/patch-2
...
Added clarity & screenshot
2018-09-17 16:11:44 -07:00
Winona Azure
db87501b23
Added clarity & screenshot
...
Added where the app ID and endpoint key need to go in the project, plus the location they are found are now on the same page. Also replaced the LUIS dashboard endpoint key screenshot with one that is more current.
2018-09-17 16:01:06 -07:00
Dina Berry
587d7eceed
Merge pull request #216 from wiazur/patch-1
...
Added 2 samples & reordered existing
2018-09-17 15:04:48 -07:00
Winona Azure
d25c056a39
Added 2 LUIS SDK samples to 'Example by usage'
...
Added the 2 Csharp samples to the usage list.
Rearranged the ordering of the samples, so some beginning-type operations for LUIS are closer to the top. Bot Integration is something more advanced after a user explores LUIS more, so should not be at the top of the lists.
2018-09-17 14:15:36 -07:00
Winona Azure
ee6ed0c4df
Added 2 app samples to 'Examples by language' grid
...
Since they are both Csharp (priority over other languages) and are beginning operations for LUIS, I put them at the top. They also lead to an off-repo location, so wanted to keep them together.
2018-09-17 13:57:50 -07:00
Dina Berry
6f725dd39f
Merge pull request #215 from diberry/0912-csv-file
...
added csv back to original location
2018-09-12 10:07:03 -07:00
Dina Berry
5988ba69d4
added csv back to original location
2018-09-12 10:06:23 -07:00
Dina Berry
e602166348
Merge pull request #213 from diberry/0831-fix-3
...
fixing build
2018-08-31 12:37:31 -07:00
Dina Berry
b4c39e32c4
fixing build
2018-08-31 12:36:54 -07:00
Dina Berry
26bc9a6409
Merge pull request #212 from diberry/0831-link-fix-for-doc-build
...
api files back to original location
2018-08-31 11:49:44 -07:00
Dina Berry
c864d72a6c
api files back to original location
2018-08-31 11:49:10 -07:00
Dina Berry
70cf75b941
Merge pull request #211 from diberry/0831-doc-build-break-fix
...
replace batch files
2018-08-31 10:34:01 -07:00
Dina Berry
919834c6e2
replace batch files
2018-08-31 10:33:16 -07:00
Dina Berry
cc87e5ff8f
Merge pull request #210 from diberry/0831-tutorials
...
clean up and archive files used in docs
2018-08-31 07:30:10 -07:00
Dina Berry
0c0a5f4030
clean up and archive files used in docs
2018-08-31 07:25:55 -07:00
Dina Berry
0d9c471d9f
Merge pull request #209 from diberry/0829-fix-simple-tutorial-json
...
simple tutorial json
2018-08-29 15:41:25 -07:00
Dina Berry
355f0167f0
simple tutorial json
2018-08-29 15:39:00 -07:00
Dina Berry
4a2d1c23f4
Merge pull request #208 from diberry/0824-rearrange-readme
...
move quickstart code links into quickstart section
2018-08-24 13:20:40 -07:00
Dina Berry
9c3c656d1b
remove survey
2018-08-24 13:19:32 -07:00
Dina Berry
cd8238a953
move quickstart code links into quickstart section
2018-08-24 13:18:15 -07:00
Dina Berry
aec0120c3f
Merge pull request #207 from diberry/0824-fix-npm-vulnerabilities
...
0824 fix npm vulnerabilities
2018-08-24 11:53:16 -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