Skip to content

Commit f928bf1

Browse files
committed
updated readme
1 parent 4d4b28d commit f928bf1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

azure/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ The storage account name should be in the output. Please use that to configure t
5252
1. Set either a new resource group or use an existing resource group in `main.tf` (it defaults to the existing `OWASP-Projects` resource group). Note that you'll need to find/replace references to "azurerm_resource_group.default" to "arurerm_resource_group.default" if you want to create a new one.
5353
2. check whether you have the right project by doing `az account show` (after `az login`). Want to set the project as your default? Use `az account set --subscription <.id here>`.
5454
3. If not yet enabled, register the required services for the subscription, run:
55-
- `az provider register --namespace Microsoft.ContainerService`
56-
- `az provider register --namespace Microsoft.KeyVault`
57-
- `az provider register --namespace Microsoft.ManagedIdentity`
55+
```shell
56+
az provider register --namespace Microsoft.ContainerService
57+
az provider register --namespace Microsoft.KeyVault
58+
az provider register --namespace Microsoft.ManagedIdentity
59+
```
5860
4. Run `terraform init` (if required, use `tfenv` to select TF 0.14.0 or higher )
5961
5. Run `terraform plan` to see what will be created (optional).
6062
6. Run `terraform apply`. Note: the apply will take 5 to 20 minutes depending on the speed of the Azure backplane.

0 commit comments

Comments
 (0)