1. Verify your permissions
Ensure that you have the necessary permissions to execute the following tasks:
- Role required: You must have the Owner or User Access Administrator role on the Azure subscription.
These permissions are needed to create a service principal and assign it the required role.
2. Run the command in Azure Cloud Shell
Open your Azure Cloud Shell and execute the following command, replacing `SUBSCRIPTIONID` with the ID of the subscription you wish to use:
az ad sp create-for-rbac --name Hypercube --role Reader --scopes /subscriptions/SUBSCRIPTIONID
This command creates a service principal named Hypercube with the Reader role, scoped to your specified subscription.
3. Copy the output
After running the command, copy the output immediately. It contains essential credentials like `appId`, `password`, and `tenant`.
Treat this information securely, as it grants access to your Azure resources.
4. Enter credentials into Obok
Navigate into Integrations, add a new Azure integrations and Input the copied `appId`, `password`, and `tenant` ID into the corresponding fields.
By following these steps, you should have a smooth integration of your Azure subscription with Obok.
Comments
0 comments
Please sign in to leave a comment.