You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -197,7 +200,7 @@ ir = batchmodels.ImageReference(
197
200
# be installed on the node.
198
201
vmc = batchmodels.VirtualMachineConfiguration(
199
202
image_reference=ir,
200
-
node_agent_sku_id="batch.node.ubuntu 20.04"
203
+
{node_agent_sku_id}
201
204
)
202
205
203
206
# Create the unbound pool
@@ -223,12 +226,10 @@ Use the following steps to create a pool from a Shared Image in the Azure portal
223
226
1. In the **Image Type** section, select **Azure Compute Gallery**.
224
227
1. Complete the remaining sections with information about your managed image.
225
228
1. Select **OK**.
226
-
1. Once the node is allocated, use **Connect** to generate user and the RDP file to login to the allocated node and verify.
229
+
1. Once the node is allocated, use **Connect** to generate user and the RDP file for Windows OR use SSH to for Linux to login to the allocated node and verify.
227
230
228
231

229
-
230
-
> [!NOTE]
231
-
> Ensure that the OS SKU is matching the custom image SKU. If the selected option is not matching your custom image, the node will not start.
0 commit comments