Skip to content

Commit

Permalink
Add quick start to top level readme (Azure#469)
Browse files Browse the repository at this point in the history
* Add quick start and UI buttons to top level readme.

* Update README.md

Co-authored-by: Glenn Musa <[email protected]>

* Remove Portal buttons

Remove UI buttons until UI templates are brought up to date.

Co-authored-by: Bree Stryker <[email protected]>
Co-authored-by: Glenn Musa <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2021
1 parent 2d91b87 commit 9459491
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ Our intent is to enable IT Admins to use this software to:
- Optionally, customize the Terraform deployment configuration to suit specific needs
- Deploy multiple customer workloads in production

## Quickstart

To get up and running quickly execute the following code from Azure Cloud Shell, or from wherever you have Azure CLI installed.

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>

```bash
git clone https://github.com/Azure/missionlz.git
az deployment sub create \
--name myMlzDeployment \
--location eastus \
--template-file ./missionlz/src/bicep/mlz.bicep
```

## Scope

Mission LZ has the following scope:
Expand Down

0 comments on commit 9459491

Please sign in to comment.