From 0ea4472ab233524f8e6e34f21b5bb677e858ddc7 Mon Sep 17 00:00:00 2001 From: Shalise Smith <32107637+Shalise@users.noreply.github.com> Date: Thu, 7 Mar 2019 20:43:52 -0800 Subject: [PATCH] Displayed links as a list. (#27449) * Displayed links as a list. * fix: added markdown bullets --- guide/english/cloud-development/index.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/guide/english/cloud-development/index.md b/guide/english/cloud-development/index.md index 34c59a716f..d932bbe339 100644 --- a/guide/english/cloud-development/index.md +++ b/guide/english/cloud-development/index.md @@ -9,7 +9,6 @@ Popular choices for Public Cloud providers are Amazon Web Services, Microsoft Az Many modern websites and big data efforts are said to be developed in the Cloud, meaning they are operating in some of these massive shared datacenters. - ## Primary Cloud Service Models ### SaaS @@ -21,15 +20,8 @@ Platform as a service, this layer provides a platform for the developers to deve ### IaaS Infrastructure as a service, this layer provides virtualized resources like CPU, memory storage etc that are used for hosting an application on the cloud on a pay per use basis. Example Amazon EC2, IBM Blue Cloud, etc. - #### More Information: - -- [Getting Started with AWS](https://aws.amazon.com/getting-started/) - -- [Google Cloud Documentation](https://cloud.google.com/docs/) - -- [Getting Started with Microsoft Azure](https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide) - -- [Firebase Documentation](https://firebase.google.com/docs/) - -- [Cloud computing news](https://www.ibm.com/blogs/cloud-computing/2018/10/15/what-is-ibm-multicloud-manager/) +* [Getting Started with AWS](https://aws.amazon.com/getting-started/) +* [Google Cloud Documentation](https://cloud.google.com/docs/) +* [Getting Started with Microsoft Azure](https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide) +* [Firebase Documentation](https://firebase.google.com/docs/)