Azure Redhat OpenShift Deployment fails

venkat 0 Reputation points
2023-02-10T18:14:21.9966667+00:00

Hi.

I am trying to deploy Azure Open shift where the Deployment Fails with Error as PFACapture.JPG

Deployment Template Validation Failed rpObjectID at line 263

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
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 34,931 Reputation points Microsoft Employee
    2023-02-13T19:06:26.2166667+00:00

    @venkat

    The errors are likely caused because you need to register the service. Please run the following commands and let me know if it resolves your issue:

    az account set --subscription <SUBSCRIPTION ID> 
    az provider register -n Microsoft.RedHatOpenShift --wait 
    az provider register -n Microsoft.Compute --wait 
    az provider register -n Microsoft.Storage --wait 
    az provider register -n Microsoft.Authorization --wait
    

    I found that this requirement was missing from the documentation. I am working with the documentation to update and include these requirements.

    Hope this helps! Let me know if you are still facing issue.

    -

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments