Preparations
Before using the CelerData Cloud BYOC provider to create infrastructure at the Azure account level for the first time, you must complete the following preparations:
For Azure
For Azure, you need to:
- Have an Azure service account with administrative privileges.
- Install the Azure CLI. For more information, see How to install the Azure CLI.
For CelerData
For CelerData, you need to obtain the credentials with which you can authenticate into the CelerData Cloud BYOC platform. For details, see Authentication.
For Terraform
For Terraform, you need to:
-
Install Terraform in your terminal.
-
Have a Terraform project. In your terminal, create an empty directory (for example,
terraform
) and then switch to it. (Each separate set of Terraform configuration files must be in its own directory, which is called a Terraform project.)