From dde826916129690b3f462c413e6a013ebc14e8aa Mon Sep 17 00:00:00 2001 From: Glenn Musa <4622125+glennmusa@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:55:54 -0400 Subject: [PATCH 1/2] add command line deployment to getting-started.md --- src/docs/getting-started.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/docs/getting-started.md b/src/docs/getting-started.md index cc036e4e8..690a98d2f 100644 --- a/src/docs/getting-started.md +++ b/src/docs/getting-started.md @@ -53,11 +53,15 @@ All other tools and resources are in the development container. The simplest pat ## Next steps -### Deploy Your Workloads +### 1. Deploy the Hub and Spoke + +With the environment pre-requisites out of the way, deploy the hub and spoke using the [Command Line Deployment](command-line-deployment.md) for step-by-step instructions. + +### 2. Deploy Your Workloads Now that you have the core hub and spoke tiers deployed (tier 0, tier 1, tier 2), the next step is to deploy one or more workload tiers. Misson LZ supports multiple workload tiers. See [Workload Deployment](workload-deployment.md) for details and step-by-step instructions. -### Manage Your Deployment +### 3. Manage Your Deployment Once you have a lab deployment of Mission Landing Zone established and have decided to move forward, you will want to start planning your production deployment. We recommend reviewing the following pages during your planning phase. From 9ce47d8dced08b58336fdb44a3dc9d1a8055fd53 Mon Sep 17 00:00:00 2001 From: Glenn Musa <4622125+glennmusa@users.noreply.github.com> Date: Wed, 30 Jun 2021 15:09:02 -0400 Subject: [PATCH 2/2] Update getting-started.md --- src/docs/getting-started.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/docs/getting-started.md b/src/docs/getting-started.md index 690a98d2f..1d7b77df6 100644 --- a/src/docs/getting-started.md +++ b/src/docs/getting-started.md @@ -55,11 +55,15 @@ All other tools and resources are in the development container. The simplest pat ### 1. Deploy the Hub and Spoke -With the environment pre-requisites out of the way, deploy the hub and spoke using the [Command Line Deployment](command-line-deployment.md) for step-by-step instructions. +With the environment pre-requisites out of the way, deploy the hub and spoke using the [Command Line Deployment](command-line-deployment.md) for step-by-step instructions: + +* [Command Line Deployment](command-line-deployment.md) ### 2. Deploy Your Workloads -Now that you have the core hub and spoke tiers deployed (tier 0, tier 1, tier 2), the next step is to deploy one or more workload tiers. Misson LZ supports multiple workload tiers. See [Workload Deployment](workload-deployment.md) for details and step-by-step instructions. +Now that you have the core hub and spoke tiers deployed (tier 0, tier 1, tier 2), the next step is to deploy one or more workload tiers. Misson LZ supports multiple workload tiers. See [Workload Deployment](workload-deployment.md) for details and step-by-step instructions: + +* [Workload Deployment](workload-deployment.md) ### 3. Manage Your Deployment