Connecting your Azure cloud
Note
The BigAnimal CLI commands used for connecting your cloud to BigAnimal register an application with Azure AD and create a service principal to delegate identity and access management functions to Azure Active Directory (AD). For more information, see for Azure EDB cloud utilities in GitHub.
Note
BigAnimal is deployed in a dedicated VNET in your cloud service provider (CSP). To make changes or modify your BigAnimal clusters, use the BigAnimal portal, API, or CLI to manage and execute the activity. You can also open a Support case if you need help. Making changes to the resources in those dedicated VPCs can affect EDB's ability to deliver service.
Prerequisites
Before connecting to your cloud, make sure that you're assigned either the Global Administrator role or the Privileged Role Administrator role in Azure AD and that you have the Owner role for your BigAnimal Azure subscription.
Connecting your cloud
Tip
If you're using Cloud Shell, add the ./
prefix to the biganimal
command (./biganimal
).
To connect your cloud:
Open the Azure Cloud Shell in your browser.
Create a BigAnimal CLI credential:
To set up your cloud provider, run the
cloud-provider setup
command:The command checks for cloud account readiness and displays the results.
If the following readiness checks aren't met, see Configure your Azure subscription to manually configure your cloud:
Are the necessary Azure resource providers registered for your subscription?
Is there a restriction on SKUs for the standard Esv3 family and standard D2_v4 VM size?
Is the limit on the number of vCPU and public IP addresses in your region enough for your clusters?
If the cloud readiness checks pass, your cloud account is successfully set up.
Note
At this point, you can't change the Azure subscription, as you have already provided the Azure subscription ID.
Connect your cloud account to BigAnimal:
After your cloud account is successfully connected to BigAnimal, you and other users with the correct permissions can create clusters.
- On this page
- Prerequisites
- Connecting your cloud