File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Samples/PublicSamples/RecordingBot Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ The easiest way to grasp the basics surrounding compliance bots is to read up on
44
44
- [ Bot Service - Entra Id and Microsoft Graph API Calling Permissions] ( ./docs/explanations/recording-bot-permission.md )
45
45
- [ Compliance Recording Policies] ( ./docs/explanations/recording-bot-policy.md )
46
46
47
+ To explore even more documentation, we advise taking a look at our [ documentation index page] ( ./docs/Index.md )
48
+
47
49
### Deploy
48
50
49
51
[ Deploy the recording bot sample to AKS with the tutorial] ( ./docs/tutorials/deploy-tutorial.md ) , to get your own recording bot up and running.
Original file line number Diff line number Diff line change
1
+ Documentation Index
2
+ ===================
3
+
4
+ This repository follows the [ Diataxis framework] ( https://diataxis.fr/ ) .
5
+
6
+ | | Acquisition | Application |
7
+ | -----------| -------------------------------| --------------------------------|
8
+ | Action | [ Tutorials] ( #tutorials ) | [ How-To Guides] ( #how-to-guides ) |
9
+ | Cognition | [ Explanations] ( #explanations ) | [ References] ( #references ) |
10
+
11
+ ## Tutorials
12
+ - [ Deployment Tutorial] ( ./tutorials/deploy-tutorial.md )
13
+
14
+ ## How-To Guides
15
+ - [ Policy Guide] ( ./guides/policy.md )
16
+ - [ Custom Domain Guide] ( ./guides/deploy-with-custom-domain.md )
17
+
18
+ ## Explanations
19
+ - [ Recording Bot Overview] ( ./explanations/recording-bot-overview.md )
20
+ - [ Permissions] ( ./explanations/recording-bot-permission.md )
21
+ - [ Policy] ( ./explanations/recording-bot-policy.md )
22
+
23
+ ## References
24
+
You can’t perform that action at this time.
0 commit comments