Skip to content

Commit 5c492de

Browse files
florianowfelixzieger
authored andcommitted
Update meshstack.how-to.integrate-meshplatform-azure-manually.md
1 parent b931fb4 commit 5c492de

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/meshstack.how-to.integrate-meshplatform-azure-manually.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ Depending on the way you choose to setup, you can either use an App Registration
1717
In order to manage user roles and permissions, meshcloud requires a Service Principal for the replicator which is placed in the AAD Tenant containing your Azure Subscriptions and workloads.
1818
The Service Principal must be authorized in the scope of this AAD Tenant.
1919

20-
**Caution**: Currently it is not possible to manage SPPs in the Azure Portal. As a result we strongly recommend to create the SPP via the API (e.g. via Terraform) or the Azure CLI. This is required in order to retrieve the necessary client secret that meshcloud needs. You can achieve this by running:
21-
22-
```bash
23-
az ad sp create-for-rbac --name ${desired-name-for-your-azure-app}
24-
# Save the `password` result of this command; it can never be retrieved again!
25-
```
26-
2720
### Set AAD Level Permissions
2821

2922
1. Under **Azure Active Directory** → **Enterprise applications**, click on **New application**.

0 commit comments

Comments
 (0)