You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Terraform installed](https://learn.hashicorp.com/tutorials/terraform/install-cli) (already installed in Azure Portal)
15
+
-[Azure CLI installed](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) (already installed in Azure Portal)
16
16
17
17
[^1]: Tenant wide admin consent must be granted for a successful meshPlatform setup. See [Azure public documentation](https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/grant-admin-consent#prerequisites) for more details.
18
18
@@ -28,27 +28,21 @@ For an overview of the module structure, refer to [generated terraform docs](./T
28
28
29
29
2. Open a cloud shell.
30
30
31
-
3.Create a directory and change into it
31
+
3.Download the example `main.tf`and an `output.tf` files.
32
32
33
33
```sh
34
-
mkdir terraform-azure-meshplatform
35
-
cd terraform-azure-meshplatform
34
+
# Downloads main.tf and output.tf files into ~/terraform-azure-meshplatform
Fill them with your inputs and Terraform state backend settings
48
-
49
-
5. Run
41
+
5. Execute the module.
50
42
51
43
```sh
44
+
# Changes into ~/terraform-azure-meshplatform and applies terraform
45
+
cd~/terraform-azure-meshplatform
52
46
terraform init
53
47
terraform apply
54
48
```
@@ -60,6 +54,10 @@ For an overview of the module structure, refer to [generated terraform docs](./T
60
54
terraform output -json
61
55
```
62
56
57
+
7. Grant admin consent to the newly created Replicator Service Principal. See the terraform output on how to do this.
58
+
59
+
8. Grant access on the enrollment account as described in the [meshcloud public docs](https://docs.dev.meshcloud.io/docs/meshstack.how-to.integrate-meshplatform-azure-manually.html#set-up-subscription-provisioning).
0 commit comments