Tag not monitored by Microsoft.
Hello Boris Gonsalves
Thank you for posting your query on Microsoft Q&A platform.
An approval alone does not guarantee immediate portal visibility. In almost all cases like this, the root cause falls into one of the following three areas, not a Fabric-specific issue:
- Azure subscriptions are tied to one Microsoft Entra tenant.
Even after approval, the subscription will not appear if you are signed into a different directory.
- In Azure Portal (top‑right avatar) → Switch directory
- Select the tenant where the subscription request was created
- Go to Subscriptions and refresh
This is the most common reason for “approved but not visible” scenarios.
2. Global / local subscription filters hiding it:
The Azure portal can silently hide subscriptions due to filters.
What to check
- Azure Portal → Subscriptions
- Clear all filters
- Disable “Show only subscriptions selected in the global filter”
- Apply and refresh
Subscriptions can exist and be active but remain hidden by filters.
3. RBAC not yet applied to your user:
Approval does not automatically grant portal visibility unless RBAC is assigned.
If your account does not yet have Owner / Contributor / Reader on the subscription, it will not appear.
What to verify
- Ensure your user is explicitly assigned a role on CPMD‑Data‑Automation
- This must be done by someone who already has access
Azure AD / Entra roles alone (including Global Admin) are not sufficient.
To confirm whether the subscription actually exists:
Run this from Azure CLI:
az account list --output table
- If it appears in CLI but not in the portal → portal visibility / filter issue
- If it does not appear at all → provisioning or tenant association issue
If it still doesn’t appear, raise a billing support request with the approved subscription request ID.
If the provided information is helpful please click "upvote".
If you’re still experiencing the problem or need further clarification, please feel free to share additional information so we can continue investigating and assist you further.
Thanks,
Suchitra.