Skip to content

Commit 67a6599

Browse files
committed
Run Acrolinx . . .
1 parent dba55a1 commit 67a6599

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/machine-learning/how-to-manage-synapse-spark-pool.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Attach and manage a Synapse Spark pool in Azure Machine Learning
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to attach and manage Spark pools with Azure Synapse
4+
description: Learn how to attach and manage Spark pools with Azure Synapse.
55
author: ynpandey
66
ms.author: yogipandey
77
ms.reviewer: franksolomon
@@ -63,7 +63,7 @@ To attach a Synapse Spark Pool with the Studio Compute tab:
6363
1. On the **Attached computes** screen, select **New**, to see the options for attaching different types of computes.
6464
1. Select **Synapse Spark pool**.
6565

66-
The **Attach Synapse Spark pool** panel will open on the right side of the screen. In this panel:
66+
The **Attach Synapse Spark pool** panel opens on the right side of the screen. In this panel:
6767

6868
1. Enter a **Name**, which refers to the attached Synapse Spark Pool inside the Azure Machine Learning resource.
6969

@@ -125,7 +125,7 @@ To define an attached Synapse Spark pool using YAML syntax, the YAML file should
125125
type: system_assigned
126126
```
127127

128-
- For the `identity` type `user_assigned`, you should also provide a list of `user_assigned_identities` values. Each user-assigned identity should be declared as an element of the list, by using the `resource_id` value of the user-assigned identity. The first user-assigned identity in the list will be used to submit a job by default.
128+
- For the `identity` type `user_assigned`, you should also provide a list of `user_assigned_identities` values. Each user-assigned identity should be declared as an element of the list, by using the `resource_id` value of the user-assigned identity. The first user-assigned identity in the list is used to submit a job by default.
129129

130130
```YAML
131131
name: <ATTACHED_SPARK_POOL_NAME>
@@ -423,7 +423,7 @@ To update managed identity for the attached Synapse Spark pool:
423423

424424
# [CLI](#tab/cli)
425425
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
426-
Execute the `az ml compute update` command, with appropriate parameters, to update the identity associated with an attached Synapse Spark pool. To assign a system-assigned identity, set the `--identity` parameter in the command to `SystemAssigned`, as shown:
426+
To update the identity associated with an attached Synapse Spark pool, execute the `az ml compute update` command with appropriate parameters. To assign a system-assigned identity, set the `--identity` parameter in the command to `SystemAssigned`, as shown:
427427

428428
```azurecli
429429
az ml compute update --identity SystemAssigned --subscription <SUBSCRIPTION_ID> --resource-group <RESOURCE_GROUP> --workspace-name <AML_WORKSPACE_NAME> --name <ATTACHED_SPARK_POOL_NAME>
@@ -586,7 +586,7 @@ We might want to detach an attached Synapse Spark pool, to clean up a workspace.
586586

587587
# [Studio UI](#tab/studio-ui)
588588

589-
The Azure Machine Learning studio UI also provides a way to detach an attached Synapse Spark pool. Follow these steps to do this:
589+
The Azure Machine Learning studio UI also provides a way to detach an attached Synapse Spark pool. To do this, follow these steps:
590590

591591
1. Open the **Details** page for the Synapse Spark pool, in the Azure Machine Learning studio.
592592

@@ -635,7 +635,7 @@ ml_client.compute.begin_delete(name=synapse_name, action="Detach")
635635

636636
## Serverless Spark compute in Azure Machine Learning
637637

638-
Some user scenarios may require access to a serverless Spark compute resource, during an Azure Machine Learning job submission, without a need to attach a Spark pool. The Azure Synapse Analytics integration with Azure Machine Learning also provides a serverless Spark compute experience. This allows access to a Spark compute in a job, without a need to attach the compute to a workspace first. [Learn more about the serverless Spark compute experience](interactive-data-wrangling-with-apache-spark-azure-ml.md).
638+
Some user scenarios might require access to a serverless Spark compute resource, during an Azure Machine Learning job submission, without a need to attach a Spark pool. The Azure Synapse Analytics integration with Azure Machine Learning also provides a serverless Spark compute experience. This allows access to a Spark compute in a job, without a need to attach the compute to a workspace first. [Learn more about the serverless Spark compute experience](interactive-data-wrangling-with-apache-spark-azure-ml.md).
639639

640640
## Next steps
641641

0 commit comments

Comments
 (0)