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

Updated stated pre-reqs for local BASH #227

Merged
merged 3 commits into from
Jun 3, 2021
Merged
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions src/docs/command-line-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ The steps in this article assume the following pre-requisites for command-line d

> As an alternative, it is possible to deploy Mission LZ via BASH running from the local workstation, but requires the following additional requirements:
>
> * An Azure Subscription where you have ['Owner' RBAC permissions](<https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/>)
> * The current version of Azure CLI (try `az cli -v` or see <https://docs.microsoft.com/en-us/cli/azure/install-azure-cli/>)
> * The current version of Azure CLI (try `az version` or see <https://docs.microsoft.com/en-us/cli/azure/install-azure-cli/>)
> * Terraform CLI version > v0.13.4 (try `terraform -v` or see <https://learn.hashicorp.com/tutorials/terraform/install-cli/>)

## Step-by-step
Expand Down