Azure Synapse Analytics is a limitless analytics service that brings together data integration, enterprise data warehousing, and big data analytics. It gives you the freedom to query data on your terms, using either serverless or dedicated resources—at scale. Azure Synapse brings these worlds together with a unified experience to ingest, explore, prepare, manage, and serve data for immediate BI and machine learning needs. A core offering within Azure Synapse Analytics are serverless Apache Spark pools enhanced for big data workloads.  Synapse in Aml integration is for customers who want to use Apache Spark in Azure Synapse Analytics to prepare data at scale in Azure ML before training their ML model. This will allow customers to work on their end-to-end ML lifecycle including large-scale data preparation, model training and deployment within Azure ML workspace without having to use suboptimal tools for machine learning or switch between multiple tools for data preparation and model training. The ability to perform all ML tasks within Azure ML will reduce time required for customers to iterate on a machine learning project which typically includes multiple rounds of data preparation and training. In the public preview, the capabilities are provided: - Link Azure Synapse Analytics workspace to Azure Machine Learning workspace (via ARM, UI or SDK) - Attach Apache Spark pools powered by Azure Synapse Analytics as Azure Machine Learning compute targets (via ARM, UI or SDK) - Launch Apache Spark sessions in notebooks and perform interactive data exploration and preparation. This interactive experience leverages Apache Spark magic and customers will have session-level Conda support to install packages. - Productionize ML pipelines by leveraging Apache Spark pools to pre-process big data # Using Synapse in Azure machine learning ## Create synapse resources Follow up the documents to create Synapse workspace and resource-setup.sh is available for you to create the resources. - Create from [Portal](https://docs.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-workspace) - Create from [Cli](https://docs.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-workspace-cli) Follow up the documents to create Synapse spark pool - Create from [Portal](https://docs.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-apache-spark-pool-portal) - Create from [Cli](https://docs.microsoft.com/en-us/cli/azure/ext/synapse/synapse/spark/pool?view=azure-cli-latest) ## Link Synapse Workspace Make sure you are the owner of synapse workspace so that you can link synapse workspace into AML. You can run resource-setup.py to link the synapse workspace and attach compute ```python from azureml.core import Workspace ws = Workspace.from_config() from azureml.core import LinkedService, SynapseWorkspaceLinkedServiceConfiguration synapse_link_config = SynapseWorkspaceLinkedServiceConfiguration( subscription_id="", resource_group="