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

feat: onboard hello-world-tab-docker #1243

Merged
merged 2 commits into from
Apr 3, 2024
Merged
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
24 changes: 24 additions & 0 deletions .config/samples-config-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,30 @@
"thumbnailPath": "assets/thumbnail.png",
"gifPath": "assets/sampleDemo.gif",
"suggested": false
},
{
"id": "hello-world-tab-docker",
"shortId": "hello-world-tab-docker",
"onboardDate": "2024-04-02",
"title": "Containerized Hello World Tab with Backend",
"shortDescription": "A containerized Hello World app of Microsoft Teams Tab app which has a backend service.",
"fullDescription": "Hello World Tab with Backend shows you how to build a tab app with an Azure Function as backend, how to get user login information with SSO and how to call Azure Function from frontend tab. Teams applications can be developed and run locally using containerization, which provides a consistent and isolated environment for testing and deployment. Containerizing your Teams app makes it easier to manage dependencies, scale efficiently, and maintain your app in production.",
"types": [
"Tab"
],
"tags": [
"TS",
"Tab",
"React",
"Graph Toolkit",
"Docker",
"SSO"
],
"time": "5 mins to run",
"configuration": "Ready for local debug",
"thumbnailPath": "assets/thumbnail.png",
"gifPath": "assets/sampleDemo.gif",
"suggested": false
}
]
}
Loading