Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
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
4 changes: 4 additions & 0 deletions samples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Azure Dev Spaces Samples
Copy link
Contributor

@philon-msft philon-msft Apr 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest slightly more verbose descriptions like:

Suggested change
# Azure Dev Spaces Samples
# Azure Dev Spaces Samples
These sample projects are used in Azure Dev Spaces documentation to demonstrate product capabilities.
1. **BikeSharingApp:** A large application implemented as multiple microservices written in various languages. This provides a good example of what Azure Dev Spaces can provide to a team developing large applications. For documentation see: <https://docs.microsoft.com/en-us/azure/dev-spaces/quickstart-team-development>.
2. **dotnetcore/golang/java/nodejs:** Simple applications to demonstrate how Azure Dev Spaces can help developers writing code in specific languages. For documentation see: <https://aka.ms/get-azds>
``` #Resolved

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Philo! Looks good to me. 👍


In reply to: 279479865 [](ancestors = 279479865)

These sample projects are used in Azure Dev Spaces documentation to demonstrate product capabilities.
1. **BikeSharingApp**: A large application implemented as multiple microservices written in various languages. This provides a good example of what Azure Dev Spaces can provide to a team developing large applications. For documentation see: <https://docs.microsoft.com/en-us/azure/dev-spaces/quickstart-team-development>
1. **dotnetcore/golang/java/nodejs**: Simple applications to demonstrate how Azure Dev Spaces can help developers writing code in specific languages. For documentation see: <https://aka.ms/get-azds>