Skip to content

Commit 4f7d604

Browse files
authored
Merge pull request #92795 from MicrosoftDocs/PriyankaRudramaina-patch-1
(AzureCXP) fixes MicrosoftDocs/azure-docs#92696
2 parents bf85676 + fc9cfda commit 4f7d604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/tutorial-run-python-batch-azure-data-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In this section, you'll use Batch Explorer to create the Batch pool that your Az
4848
1. Create a pool by selecting **Pools** on the left side bar, then the **Add** button above the search form.
4949
1. Choose an ID and display name. We'll use `custom-activity-pool` for this example.
5050
1. Set the scale type to **Fixed size**, and set the dedicated node count to 2.
51-
1. Under **Data science**, select **Dsvm Windows** as the operating system.
51+
1. Under **Image Type**, select **Marketplace** as the operating system and **Publisher** as **microsoft-dsvm**
5252
1. Choose `Standard_f2s_v2` as the virtual machine size.
5353
1. Enable the start task and add the command `cmd /c "pip install azure-storage-blob pandas"`. The user identity can remain as the default **Pool user**.
5454
1. Select **OK**.

0 commit comments

Comments
 (0)