How do I find the subscription_id of my Azure Fabric Trial?

Folkerts, Stephen [NN-US] 0 Reputation points
2024-05-29T19:29:15.97+00:00

https://app.fabric.microsoft.com/ shows my Azure Fabric trial and the workspaces I created. I don't find the associated subscription_id.
The "Explore the Python SDK" training has us enter the subscription_id, resource_group, and workspace_name.

portal.azure.com shows "No Microsoft Fabric to display" in both tenants of my partner subscription.

https://learn.microsoft.com/en-us/training/modules/explore-developer-tools-for-workspace-interaction/3-explore-python-sdk

Where do I find the subscription_id used in the free trial used in Python?

This question is related to the following Learning Module

Azure | Azure Training
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. pnaroju 3,165 Reputation points Microsoft External Staff Moderator
    2024-05-30T09:21:10.0933333+00:00

    Hi Steve Folkerts,

    Thank you for reaching out to us on the Microsoft Q&A forum.

    We understand the challenges you're facing in locating the subscription ID for your Azure Fabric trial.

    In the "Explore the Python SDK" unit of the training module, it's highlighted that we require three key parameters:

    • subscription_id: Our subscription ID, obtained from the Azure portal.
    • resource_group: The resource group name, also obtained from the Azure portal.
    • workspace_name: The workspace name, sourced from the Azure Machine Learning workspace.

    It's important to note that the workspace mentioned in the training refers to the Azure Machine Learning workspace, not the Microsoft Fabric workspace.

    Given that you're utilizing a free Microsoft Fabric trial, it's likely that there isn't a separate subscription ID specifically for Fabric. Instead, it may be linked to your Azure subscription ID used during the trial setup.

    To locate the subscription ID associated with your Azure Fabric trial, we recommend the following steps:

    1. Sign in to the Azure portal (portal.azure.com). Even if we see "No Microsoft Fabric to display" in our partner subscription, we should still be able to find the associated subscription_id.
    2. Upon signing in, use the search feature to navigate to "Subscriptions." This will lead you to a page listing all subscriptions linked to your account.
    3. Scan through the subscriptions to find the one associated with your Azure Fabric trial. The subscription ID can be found in the "Subscription ID" column.
    4. Copy the subscription ID and utilize it in the Python SDK as required.

    We hope these steps will assist you in obtaining the necessary subscription ID for your Azure Fabric trial.

    If you are still facing the issue, please let us know in the comments. We are happy to help you.

    If you find this information helpful, we kindly ask for your acknowledgment by clicking the "Upvote" and "Accept Answer" buttons on the post.

    0 comments No comments

  2. David Broggy 6,531 Reputation points MVP Volunteer Moderator
    2025-08-04T17:35:25.02+00:00

    The subscription ID will be based on the user you signed up as.

    so Login here:

    https://portal.office.com/account#subscriptions

    Verify under subscriptions you have a fabric license.

    Then check your profile to see your account in the top right corner - select your id > 'view account'

    Or jump to this step:

    Go to https://portal.azure.com > open Microsoft Entra ID > The Tenant ID will be shown on the Overview page.

    0 comments No comments

Your answer

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