docs: correct and expand EUAP/canary region access onboarding - #6653
Draft
Himanshu Bhushan (hbhushan3) wants to merge 1 commit into
Draft
docs: correct and expand EUAP/canary region access onboarding#6653Himanshu Bhushan (hbhushan3) wants to merge 1 commit into
Himanshu Bhushan (hbhushan3) wants to merge 1 commit into
Conversation
The AFEC flag table implied Microsoft.RedHatOpenShift/InProgress was sufficient for canary region access. It is not: InProgress only controls ARM routing to the canary RP. Without Microsoft.Resources/EUAPParticipation, resource group creation in eastus2euap fails with LocationNotAvailableForResourceGroup. Adds an EUAP/Canary Region Access section covering the LionRock region-access request as the preferred path, the Geneva Actions fallback for when it stalls, the recognisable LionRock failure signature for non-1P subscriptions, and the separation between region access and quota. AROSLSRE-1860
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hbhushan3 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://redhat.atlassian.net/browse/AROSLSRE-1860
What
Adds an EUAP/Canary Region Access section to the INT/STG/PROD E2E subscription onboarding docs, covering
Microsoft.Resources/EUAPParticipation, and corrects the existing AFEC flag guidance.The doc previously stated:
That is not correct.
Microsoft.RedHatOpenShift/InProgressonly controls which RP instance ARM routes to. It does not grant the subscription access to the region itself.Changes:
InProgresssentence and added an[!IMPORTANT]callout explaining the routing-vs-access distinction.PROD (canary/EUAP regions only)row to the required-flags table.az feature registeronly reachesPending), with a Step A–D flow: initiate → LionRock request (preferred) → Geneva Actions (fallback) → verify +az provider register.Why
Without
EUAPParticipation, resource group creation ineastus2euapfails withLocationNotAvailableForResourceGroup. Onboarding the two new PROD E2E subscriptions hit exactly this, and the gap in the docs cost roughly a month: the LionRock request auto-granted WAEAP approval (which reads like success), then quietly routed to manual RDQuota fulfillment, sat in Action Required, and was eventually backlogged with an unrelated "high demand for virtual machines in this region" message. The flag was never registered by that path.For Red Hat tenant subscriptions this stall is the expected outcome rather than an exception, because
Microsoft.RedHatOpenShiftis not treated as in-scope 1P and the subs are handled as external. The section therefore keeps LionRock as the preferred first step but tells the reader what the stall looks like and when to escalate to Geneva Actions instead of waiting.Testing
Documentation-only change; no code paths are affected, so no automated tests are included.
The documented procedure was executed end-to-end on 2026-08-21 against the two PROD E2E subscriptions and confirmed working —
Microsoft.Resources/EUAPParticipationnow reportsRegisteredon both via the Geneva Actions fallback path described here.Special notes for your reviewer
TM-AFECgroup membership requirement in Step C is the part most likely to drift.Microsoft.Resourceshas not migrated to AFEC 2.0, which is the only reason that claim still auto-approves; if that changes, Step C needs revisiting. Called out in a[!NOTE].#euapcanary-region-accessis referenced from two places above the section — worth a quick check that it renders correctly.PR Checklist