Installs are created and provisioned by offering a Service Principal, that streamkap can use to provision the sandbox.Contributor role can be used instead of Owner in a shared deployment.To create an Azure service principal locally:
Copy
Ask AI
$ az login$ az account list (to get the subscription ID)$ az ad sp create-for-rbac --name <name> --role Owner --scopes /subscriptions/<subscription-id>