validateAzureCloudAccountExocomputeConfigurations
Validates if Azure subnets are correctly configured for running Azure Kubernetes Service (AKS) Clusters. When correctly configured, the Azure subnets allow the required region-specific outbound connectivity and do not overlap with Azure restricted IP Address Space.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | ValidateAzureCloudAccountExocomputeConfigurationsInput! | Input for validating Exocompute configurations for an Azure Cloud Account. |
Returns
ValidateAzureSubnetsForCloudAccountExocomputeReply!
Sample
{
"data": {
"validateAzureCloudAccountExocomputeConfigurations": {
"validationInfo": [
{
"errorMessage": "example-string",
"hasBlockedSecurityRules": true,
"hasRestrictedAddressRangeOverlap": true,
"isAksCustomPrivateDnsZoneDoesNotExist": true,
"isAksCustomPrivateDnsZoneInDifferentSubscription": true,
"isAksCustomPrivateDnsZoneInvalid": true
}
]
}
}
}