Hello @Robson Pelegrini ,
Thanks for the question and using MS Q&A platform.
Using Synapse Spark pools, You're charged for the number of instances and the hours running.
Spark Instance:
Spark instances are created when you connect to a Spark pool, create a session, and run a job. As multiple users may have access to a single Spark pool, a new Spark instance is created for each user that connects.
When you submit a second job, if there is capacity in the pool, the existing Spark instance also has capacity. Then, the existing instance will process the job. Otherwise, if capacity is available at the pool level, then a new Spark instance will be created.
For your question, since two users will connect to the same spark pool, two separate spark instances will be created. So you will be charged on both instances.
In total, you will be charged for 10 mins +2 instances (assuming both users are using 1 instance each during the 10 mins time)
Please check the below documentation to understand the spark pool pricing better.
https://learn.microsoft.com/en-us/azure/synapse-analytics/plan-manage-costs
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators