While I am creating a Resource Anchor in the Oracle Databases@Azure, getting error as "ResourceCreationValidateFailed"

Sai kiran Bonthu 45 Reputation points
2025-11-28T06:26:26.7466667+00:00

While I am trying to create the Resource Anchor in OracleDatabases@Azure, Getting the raw error as

{

"code": "ResourceCreationValidateFailed",

"message": "The resource validation failed."

}

I need assistance in clearing this issue. I have selected random tag & child tag because there is no option in dropdown regarding OracleDatabase@Azure

Azure Database Migration service
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Swapnesh Panchal 1,540 Reputation points Microsoft External Staff Moderator
    2025-11-28T21:46:58.4233333+00:00

    Hi @Sai kiran Bonthu,
    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    What does ResourceCreationValidateFailed mean?

    This error indicates that the Oracle Database resource provider rejected the create request during server-side validation. Common causes include:

    • Onboarding incomplete: Azure subscription not linked to OCI tenancy or offer not activated.
    • Wrong subscription or region: Must use onboarded subscription and paired region.
    • Missing RBAC permissions: Caller needs Oracle.Database-specific roles.
    • Invalid name or properties: Name must be 3–24 characters, letters/digits/hyphens only; location usually Global.

    Please Follow Below TSG

    1. Complete onboarding steps: Link Azure subscription with OCI tenancy and set up identity federation.
      https://learn.microsoft.com/en-us/azure/oracle/oracle-db/onboard-oracle-database
    2. Check subscription and region pairing: Ensure the subscription is enabled for Oracle Database@Azure and the region is supported.
      https://learn.microsoft.com/en-us/azure/oracle/oracle-db/oracle-database-regions
    3. Verify RBAC roles: Confirm you have Oracle.Database-specific permissions (e.g., Exadata Infrastructure Administrator).
    4. Validate resource name and properties: Follow documented rules (length, allowed characters, location = Global).

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.