Forum Discussion
Mariollo
May 04, 2023Copper Contributor
Azure Synapse Analytics cost per Pipeline
Is it possible to see Azure Synapse Analytics cost per Pipeline or per notebook?
azharamir13
May 15, 2023Brass Contributor
Yes, it is possible to see the Azure Synapse Analytics cost per Pipeline or per Notebook. Here are the steps to view the cost: Go to the Azure Synapse Analytics workspace in the Azure portal. Click on "Cost Management + Billing" in the left-hand menu. Under "Cost Management", select "Cost analysis" to view the cost analysis dashboard. In the cost analysis dashboard, click on the "Scope" dropdown at the top and select the workspace you want to analyze. Select the time period you want to analyze using the "Time range" dropdown at the top. In the "Group by" dropdown, select "Resource type" and then select "Pipelines" or "Notebooks" depending on which you want to view the cost for. You should now see the cost breakdown for the selected resource type, with each pipeline or notebook listed separately along with its cost.
- MariolloMay 17, 2023Copper Contributor
Thank you for your reply, unfortunately when I filter by "Resource Type" I do not see pipelines/notebooks but things like:
microsft.synapse/workspace
microsoft.storage/storageaccounts
microsoft.sql/servers
Do you have any other ideas?
- imhanzenobejeffersonOct 31, 2024Copper Contributor
Mariollo please use the Meter subcategory to achieve the breakdown to SQL pool, storage, pipelines etc. as you want
- azharamir13May 20, 2023Brass ContributorIf your pipelines or notebooks are not appearing in the Azure Synapse Analytics workspace in the Azure portal, there are a few possible reasons and troubleshooting steps you can take:
Ensure you are in the correct workspace: Confirm that you are in the correct Azure Synapse Analytics workspace in the Azure portal. Sometimes, multiple workspaces may exist, and you might be looking at the wrong one.
Check your permissions: Verify that you have the necessary permissions to view and access pipelines and notebooks in the workspace. Ensure that you have appropriate roles assigned, such as the Synapse Administrator, Synapse Contributor, or Synapse Developer roles, depending on the level of access required.
Refresh the portal: Sometimes, the portal may not immediately reflect the latest changes or updates. Try refreshing the Azure portal to see if the pipelines and notebooks appear.
Check the deployment status: If you recently created or deployed pipelines and notebooks, ensure that the deployment process completed successfully. Monitor the deployment status and verify that there were no errors during the deployment.
Validate pipeline and notebook existence: Double-check that the pipelines and notebooks are indeed present in the workspace. You can use the Azure Synapse Studio interface or the Synapse SDK to confirm their existence programmatically.
Review workspace settings: Review the workspace settings and configurations to ensure that the pipelines and notebooks are properly configured and associated with the correct workspace.- kavitha_eswarappaMar 13, 2024Copper Contributor
azharamir13 : Even after i have admin access i still cant see pipeline under resourcetype.
Can you please share the screenshot here please?