Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc Improvement][Adding I ran into an issue button] #12185

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions msteams-platform/sbs-outgoing-webhooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ items:
durationInMinutes: 1
content: |
[!INCLUDE [Set up local environment](includes/get-started/clone-repository.md)]
> [!div class="nextstepaction"]
> [I ran into an issue](https://github.com/MicrosoftDocs/msteams-docs/issues/new?template=Doc-Feedback.yaml&title=%5BI%20ran%20into%20an%20issue%5D%20Set%20up%20local%20environment&author=surbhigupta&pageUrl=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fmicrosoftteams%2Fplatform%2Fsbs-outgoing-webhooks%3Ftabs%3Ddev%26tutorial-step%3D2&contentSourceUrl=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fmsteams-docs%2Fblob%2Fmain%2Fmsteams-platform%2Fsbs-outgoing-webhooks.yml&documentVersionIndependentId=ac47142b-7185-708b-9af1-fb88aea051a8&metadata=%2A%2BID%253A%2Be473e1f3-69f5-bcfa-bcab-54b098b59c80%2B%250A%2A%2BService%253A%2B%2A%2Amsteams)


- title: Create Outgoing Webhooks
durationInMinutes: 5
Expand All @@ -58,11 +61,13 @@ items:

# [dev tunnel](#tab/dev)

[!INCLUDE [Tunnel](includes/get-started/dev-tunnel.md)]
[!INCLUDE [Tunnel](includes/get-started/dev-tunnel.md)]

# [ngrok](#tab/ngrok)

[!INCLUDE [Tunnel](includes/get-started/ngrok-tunnel.md)]
> [!div class="nextstepaction"]
>[I ran into an issue](https://github.com/MicrosoftDocs/msteams-docs/issues/new?template=Doc-Feedback.yaml&title=%5BI%20ran%20into%20an%20issue%5D%20Create%20Outgoing%20Webhooks&author=surbhigupta&pageUrl=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fmicrosoftteams%2Fplatform%2Fsbs-outgoing-webhooks%3Ftabs%3Ddev%26tutorial-step%3D3&contentSourceUrl=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fmsteams-docs%2Fblob%2Fmain%2Fmsteams-platform%2Fsbs-outgoing-webhooks.yml&documentVersionIndependentId=ac47142b-7185-708b-9af1-fb88aea051a8&metadata=%2A%2BID%253A%2Be473e1f3-69f5-bcfa-bcab-54b098b59c80%2B%250A%2A%2BService%253A%2B%2A%2Amsteams

---

Expand Down Expand Up @@ -130,7 +135,9 @@ items:

A webpage displays local host information.

:::image type="content" source="./assets/images//sbs-outgoing-webhooks/outgoing-webhooks-ready.png" alt-text="Screenshot shows the localhost:3978 running in browser.":::
:::image type="content" source="./assets/images//sbs-outgoing-webhooks/outgoing-webhooks-ready.png" alt-text="Screenshot shows the localhost:3978 running in browser.":::
> [!div class="nextstepaction"]
> [I ran into an issue](https://github.com/MicrosoftDocs/msteams-docs/issues/new?template=Doc-Feedback.yaml&title=I%20ran%20into%20an%20issue%20Build%20and%20run%20the%20service&pageUrl=learn.microsoft.com%2Fen-us%2Fmicrosoftteams%2Fplatform%2Fsbs-outgoing-webhooks%3Ftabs%3Ddev%26tutorial-step%3D3&contentSourceUrl=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fmsteams-docs%2Fblob%2Fmain%2Fmsteams-platform%2Fsbs-outgoing-webhooks.yml&documentVersionIndependentId=ac47142b-7185-708b-9af1-fb88aea051a8&author=surbhigupta&metadata=%2A%2BID%253A%2Be473e1f3-69f5-bcfa-bcab-54b098b59c80%2B%250A%2A%2BService%253A%2B%2A%2Amsteams%2A)

- title: Interact with the app in Teams
durationInMinutes: 1
Expand Down