docs: add useful links to Azure setup section [skip ci]

This commit is contained in:
Onur
2026-01-07 19:42:45 +03:00
committed by Peter Steinberger
parent 8e02c53df2
commit 0bb9756e0c

View File

@@ -257,6 +257,16 @@ msteams:
path: /msteams/messages
```
### Useful Links
- [Azure Portal](https://portal.azure.com)
- [Create Azure Bot](https://learn.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration)
- [Bot Framework Overview](https://learn.microsoft.com/en-us/azure/bot-service/bot-service-overview)
- [Create Teams Bot](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/create-a-bot-for-teams)
- [Teams App Manifest Schema](https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema)
- [ngrok](https://ngrok.com) - local dev tunneling
- [Tailscale Funnel](https://tailscale.com/kb/1223/funnel) - alternative tunnel
---
## 3) Recommended Architecture for Clawdbot