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:
- 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.
- 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.
- 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.
- 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.