Skip to content

Commit 8f7bca1

Browse files
committed
update per feedback
1 parent efbe18c commit 8f7bca1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/batch/batch-sig-images.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Using a Shared Image configured for your scenario can provide several advantages
3535

3636
## Prerequisites
3737

38+
> [!NOTE]
39+
> You need to authenticate using Azure AD. If you use shared-key-auth, you will get an authentication error.
40+
3841
* **An Azure Batch account.** To create a Batch account, see the Batch quickstarts using the [Azure portal](quick-create-portal.md) or [Azure CLI](quick-create-cli.md).
3942

4043
* **A Shared Image Gallery image**. To create a Shared Image, you need to have or create a managed image resource. The image should be created from snapshots of the VM's OS disk and optionally its attached data disks. For more information, see [Prepare a managed image](#prepare-a-managed-image).
@@ -83,6 +86,9 @@ Once you have successfully created your managed image, you need to create a Shar
8386

8487
To create a pool from your Shared Image using the Azure CLI, use the `az batch pool create` command. Specify the Shared Image ID in the `--image` field. Make sure the OS type and SKU matches the versions specified by `--node-agent-sku-id`
8588

89+
> [!NOTE]
90+
> You need to authenticate using Azure AD. If you use shared-key-auth, you will get an authentication error.
91+
8692
```azurecli
8793
az batch pool create \
8894
--id mypool --vm-size Standard_A1_v2 \

0 commit comments

Comments
 (0)