Connecting your Azure cloud
Note
The BigAnimal CLI commands used in the procedures for connecting your cloud to BigAnimal registers an application with Azure AD and creates 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.
Prerequisites
Before connecting to your cloud, ensure that you are assigned either the Global Administrator role or the Privileged Role Administrator role in Azure AD, and you have the Owner role for your BigAnimal Azure subscription.
To connect your cloud
Tip
If you are using Cloud Shell, add the ./ prefix to the biganimal command (./biganimal
).
Perform the following steps:
Open the Azure Cloud Shell in your browser.
Create a BigAnimal CLI credential:
Run the
setup-csp
command to set up your cloud provider:The command checks for cloud account readiness and displays the results.
If the following readiness checks are not 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 sufficient for your clusters?
If the cloud readiness checks pass, your cloud account is successfully set up. Connect your cloud account to BigAnimal with following command.
Once your cloud account is successfully connected to BigAnimal, you, and other users with the correct permissions, can create clusters.
- On this page
- Prerequisites
- To connect your cloud