Share via

github metered billing via azure problem

vaibhav patil 0 Reputation points
2026-04-22T18:53:30.5266667+00:00

i have a github org account and i am tryuing to connect azure but i got error
`No subscriptions found. Please make sure you have owner permissions for the subscription you are trying to select.``

process

i have option to select tenant i have only one tenent then error

i am on azure startup credit but azure support https://learn.microsoft.com/en-us/startups/benefits/use-azure-credits#using-azure-credits-with-github

i tried with pay as you go subscription same issue

## What was verified on the Azure side

| Check | Status |
|-------|--------|
| User is Owner on the Azure subscription | ✅ Confirmed via IAM |
| Microsoft.SaaS resource provider registered | ✅ Registered |
| Microsoft.MarketplaceOrdering resource provider registered | ✅ Registered |
| Subscription is Enabled and Active | ✅ Pay-As-You-Go, no spending limit |
| GitHub SPV app (Subscription Permission Validation) exists in Entra ID | ✅ Present as Enterprise Application |
| Admin consent granted for SPV app (user_impersonation on ARM) | ✅ AllPrincipals consent |
| SPV app sign-in logs | ✅ All sign-ins show Success (error code 0) |
| Tried multiple Azure subscriptions | ✅ Same result on 2 different subscriptions |
| Tried subscription with and without free tier promotion | ✅ No difference |

A github thread multiple have same issue https://github.com/orgs/community/discussions/192741

i confirm that i have owner permission for all subscription and tenants

Azure | Azure ISV (Independent Software Vendor) and Startups
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-04-22T18:53:54.1033333+00:00

    The error message and behavior match the standard “No subscriptions found” scenario in Azure: either the wrong directory (tenant) is selected, or the account being used doesn’t have sufficient permissions on any subscription in the currently selected directory.

    Given that Owner permissions on the subscription and resource provider registrations are already verified, the next step is to confirm that the correct Azure directory is selected at the moment the GitHub billing connection is attempted.

    Use the following checks and steps:

    1. In the Azure portal, select the account icon in the top-right corner and verify which directory is active.
    2. If more than one directory exists, select Switch directory and choose the directory that actually contains the subscription where Owner access was confirmed.
    3. After switching to the correct directory, go back to Subscriptions and verify that the expected subscription is visible and in Enabled state.
    4. With that directory still selected, retry the GitHub metered billing connection so that GitHub’s flow sees the subscription in the correct directory context.

    If the correct directory is already selected and the subscription is visible and enabled, but the GitHub flow still shows “No subscriptions found,” then this falls into the documented “No subscriptions found” condition where the account has no usable subscription in the context of that sign-in. In that case, the supported path is to open an Azure support request so the billing team can investigate and correct any account or subscription flags that prevent the subscription from being surfaced to the GitHub marketplace flow.

    To contact support when facing subscription/sign-in issues, use the Azure portal to create a support request under Billing and Subscriptions and reference the “No subscriptions found” symptom.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.

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.