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

Updates and reorganization of deployment guides #595

Merged
merged 66 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
d0fbe82
update scope image
brooke-hamilton Dec 17, 2021
65f88ca
updated scope image
brooke-hamilton Dec 17, 2021
0b0b30a
updated scope image
brooke-hamilton Dec 17, 2021
fb10105
updated scope ref
brooke-hamilton Dec 17, 2021
2276e3d
readme changes
brooke-hamilton Dec 17, 2021
5c3c3fd
updated architecture diagram
brooke-hamilton Dec 20, 2021
3e8f69c
update architecture diagram
brooke-hamilton Dec 20, 2021
384a115
resize architecture diagram
brooke-hamilton Dec 20, 2021
6e1b26c
readme changes
brooke-hamilton Dec 21, 2021
a618c67
diagram updates
brooke-hamilton Dec 21, 2021
33b043c
diagram updates
brooke-hamilton Dec 21, 2021
a219cc9
readme linting
brooke-hamilton Dec 21, 2021
8c86e86
updated diagram
brooke-hamilton Dec 21, 2021
6e0edd0
fixed codeowners file
brooke-hamilton Dec 22, 2021
3511b5e
edits to deployment command sample
brooke-hamilton Dec 22, 2021
070b9f9
edits to deployment command sample
brooke-hamilton Dec 22, 2021
4f98635
edits to deployment command sample
brooke-hamilton Dec 22, 2021
37d3775
edits to deployment command sample
brooke-hamilton Dec 22, 2021
28cfa7a
edits to deployment command sample
brooke-hamilton Dec 22, 2021
8efcc6a
edits to bicep readme command sample
brooke-hamilton Dec 22, 2021
661525b
edits to bicep readme command sample
brooke-hamilton Dec 22, 2021
79cc0a7
edits to bicep readme command sample
brooke-hamilton Dec 22, 2021
573d2bb
removed unused images
brooke-hamilton Dec 28, 2021
91b1726
moved existing content to deployment guides
brooke-hamilton Dec 28, 2021
6801001
fixed bicep and tf links
brooke-hamilton Dec 28, 2021
80841b1
bicep deployment guide updates
brooke-hamilton Dec 28, 2021
d630086
parameter docs for bicep
brooke-hamilton Dec 28, 2021
16173f2
parameter docs for bicep
brooke-hamilton Dec 28, 2021
6e3460d
parameter docs for bicep
brooke-hamilton Dec 28, 2021
5184923
added outputs to bicep parameter docs
brooke-hamilton Dec 28, 2021
18431db
added outputs to bicep parameter docs
brooke-hamilton Dec 28, 2021
d37f08f
added outputs to bicep parameter docs
brooke-hamilton Dec 28, 2021
c761d4e
bicep deployment guide revisions
brooke-hamilton Dec 29, 2021
1c0dc96
bicep deployment guide revisions
brooke-hamilton Dec 29, 2021
2b3914e
bicep deployment guide revisions
brooke-hamilton Dec 29, 2021
66b5bff
deployment guide
brooke-hamilton Dec 29, 2021
edbf589
edits to bicep deployment guide
brooke-hamilton Dec 30, 2021
e2b3e9f
toc
brooke-hamilton Dec 30, 2021
ddade58
section naming
brooke-hamilton Dec 30, 2021
f782a50
links
brooke-hamilton Dec 30, 2021
1b31752
links
brooke-hamilton Dec 30, 2021
b56a1b8
links
brooke-hamilton Dec 30, 2021
2499f18
links
brooke-hamilton Dec 30, 2021
682565a
sample code
brooke-hamilton Dec 30, 2021
48bfa56
sample code
brooke-hamilton Dec 30, 2021
c53640a
sample code
brooke-hamilton Dec 30, 2021
37aec42
terraform guide
brooke-hamilton Dec 30, 2021
61a1876
terraform guide
brooke-hamilton Dec 30, 2021
d8fcbf0
terraform guide
brooke-hamilton Dec 30, 2021
2e12124
terraform guide
brooke-hamilton Dec 30, 2021
16baa3f
terraform guide
brooke-hamilton Dec 30, 2021
39bfceb
terraform guide
brooke-hamilton Dec 30, 2021
3d4bb4b
terraform guide
brooke-hamilton Dec 30, 2021
c486550
terraform guide
brooke-hamilton Dec 30, 2021
255ca29
terraform guide
brooke-hamilton Dec 30, 2021
6a7cdd0
terraform guide
brooke-hamilton Dec 30, 2021
1f88720
terraform guide
brooke-hamilton Dec 30, 2021
0946cfe
terraform guide
brooke-hamilton Dec 30, 2021
ffb90ee
terraform guide
brooke-hamilton Dec 30, 2021
c2d4f79
Merge branch 'main' into brooke/docs-gettingstarted
brooke-hamilton Jan 3, 2022
59a46d8
Merge branch 'main' into brooke/docs-gettingstarted
brooke-hamilton Jan 4, 2022
9099c3e
Merge branch 'main' into brooke/docs-gettingstarted
brooke-hamilton Jan 5, 2022
95b8976
Update docs/deployment-guide-terraform.md
brooke-hamilton Jan 5, 2022
be6e109
Update docs/deployment-guide-bicep.md
brooke-hamilton Jan 5, 2022
6453dba
Update docs/deployment-guide-bicep.md
brooke-hamilton Jan 5, 2022
2440068
terraform guide updates
brooke-hamilton Jan 5, 2022
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: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mission Landing Zone addresses a narrowly scoped, specific need for a [Secure Cl
- Implements SCCA controls following Microsoft's [SACA](https://aka.ms/saca) implementation guidance
- Deployable in Azure commercial, Azure Government, Azure Government Secret, and Azure Government Top Secret clouds
- A simple solution with low configuration and narrow scope
- Written as [Bicep](./src/bicep/README.md) and [Terraform](./src/terraform/README.md) templates
- Written as [Bicep](./src/bicep/) and [Terraform](./src/terraform/) templates

Mission Landing Zone is the right solution when:

Expand Down Expand Up @@ -82,6 +82,8 @@ You must have [Owner RBAC permissions](https://docs.microsoft.com/en-us/azure/ro

> Don't have Azure CLI? Here's how to get started with Azure Cloud Shell in your browser: <https://docs.microsoft.com/en-us/azure/cloud-shell/overview>

For more detailed deployment instructions, see our deployment guides for [Bicep](docs/deployment-guide-bicep.md) and [Terraform](docs/deployment-guide-terraform.md).

## Scope

Mission LZ has the following scope:
Expand Down
25 changes: 0 additions & 25 deletions docs/command-line-deployment.md

This file was deleted.

433 changes: 433 additions & 0 deletions docs/deployment-guide-bicep.md

Large diffs are not rendered by default.

Loading