azure redhat openshift cluster not creating from portal azure failing on validation

Suraj Singh 5 Reputation points
2023-01-17T05:17:48.4833333+00:00

I am trying to deploy azure redhat openshift cluster from azure portal but it getting failed during validation Deployment template validation failed: 'The value for the template parameter 'aadObjectId' at line '248' and column '24' is not provided. Please see https://aka.ms/resource-manager-parameter-files for usage details.'. (Code: InvalidTemplate)"

Can any one suggest what to do here?

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
81 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,960 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Adrian Dobrescu 266 Reputation points Microsoft Employee
    2023-01-17T07:49:40.8966667+00:00

    Hello Suraj,
    Are you trying to create it thru an ARM template or from Azure GUI?
    It seems to complain about a missing identity in the parameters section.
    Alternatively, I suggest you using Azure CLI to create an ARO cluster, I tested myself and everything went fine.
    You can follow this documentation https://video2.skills-academy.com/en-us/azure/openshift/tutorial-create-cluster#create-a-virtual-network-containing-two-empty-subnets from the point of vnet creation with two empty subnets.

    Hope it helps to achieve your goal
    Please "Accept as Answer" and Upvote if it helped, so that it can help others in the community looking for help on similar topics. Thank you!