Cohesity Cloud Scale Technology Deployment Guide Using Terraform for Microsoft Azure
- Introduction
- Getting started steps for deployment
- Prerequisites for setting up Azure environment
- Prerequisities for Terraform scripts
- Deploying Cloud Scale Technology using Terraform scripts
- Accessing the Cloud Scale environment
- Troubleshooting and cleanup environment steps
For setting up storage account for Cloud Scale deployment
When using the existing storage account for Cloud Scale deployment, ensure that the following steps are performed before the execution of terraform scripts:
Select
as the primary service.Select Performance as
.Select Redundancy as
.To provide private access to storage account, integrate with private DNS zone (privatelink.core.windows.net).
Virtual Network link must be created in
section with VNet inprivatelink.core.windows.net
private DNS zone.Select Virtual Network where you are creating AKS Cluster. This is required for Cloud Scale pods to point NFS shares created in Storage Account.
Ensure that you disable
.
When using the existing storage account for Cloud Scale deployment, following parameters are required:
use_existing_storage_acc
storage_acc_id
storage_acc_rg_name
aks_private_dns_zone_id
For more information on the above parameters, refer to the following section: