@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.