From 8a45e14b351d0c78f7bdca43a68fd454cb9bfbe6 Mon Sep 17 00:00:00 2001 From: Paige Bailey Date: Sun, 10 Sep 2017 15:04:14 -0500 Subject: [PATCH] added links to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04d6008..f4994af 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What is Developer Finder? -The Developer Finder application is a container based application that uses Azure Web App for Containers in Azure App Services. It demonstrates how to make a web application with multiple technologies and containers. +The Developer Finder application is a container based application that uses Azure [Web App for Containers](https://azure.microsoft.com/en-us/services/app-service/containers/) in Azure App Services. It demonstrates how to make a web application with multiple technologies and containers. *There are additional steps you must perform before clicking the Deploy button. Please refer to the [Developer Finder Documentation](https://azure-app-service.github.io/DemoApp/setup/2001/01/01/choose-a-name.html). for more details.* @@ -10,11 +10,11 @@ The Developer Finder application is a container based application that uses Azur ## What does it do? -This sample includes a web application that allows users to authenticate and register with their GitHub and LinkedIn accounts, import data into their user profiles from those systems, and supplement their profile with additional information. The web application also provides users the ability to search for developers based on the information in their profile, and even suggests friends based on common profile information. +This sample includes a web application that allows users to authenticate and register with their [GitHub](http://www.github.com) and [LinkedIn](http://www.linkedin.com) accounts, import data into their user profiles from those systems, and supplement their profile with additional information. The web application also provides users the ability to search for developers based on the information in their profile, and even suggests friends based on common profile information. In addition to the profile and search capabilities, the web application interacts with a custom chat system that allows users to engage in chat conversation on the web site. -The entire application is packaged inside Docker containers and deployed to Microsoft Azure. In addition to the container-based apps, Azure resources such as a MySQL database, Application Insights, and other Azure services are used to implement the application. +The entire application is packaged inside [Docker](http://www.docker.com) containers and deployed to Microsoft Azure. In addition to the container-based apps, Azure resources such as a MySQL database, [Application Insights](https://azure.microsoft.com/en-us/services/application-insights/), and other Azure services are used to implement the application. ![](docs/img/architecture.jpg) @@ -24,4 +24,4 @@ See [Developer Finder Documentation](https://azure-app-service.github.io/DemoApp ## Disclaimer -See [License](LICENSE) \ No newline at end of file +See [License](LICENSE)