docs: mention resource provider registration for Azure (#1308)

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>
This commit is contained in:
Nils Hanke 2023-03-01 14:35:46 +01:00 committed by GitHub
parent c9ddc93d55
commit b327287577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 180 additions and 0 deletions

View file

@ -111,6 +111,14 @@ If you don't have a cloud subscription, you can try [MiniConstellation](first-st
<tabs groupId="csp">
<tabItem value="azure" label="Azure">
The following resource providers need to be need to be [registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) in your subscription:
* `Microsoft.Compute`
* `Microsoft.ManagedIdentity`
* `Microsoft.Network`
* `microsoft.insights`
By default, Constellation tries to register these automatically if they haven't been registered before.
You need the following permissions for your user account:
- `Contributor` (to create cloud resources)