Skip to content

Commit c76c0b4

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-roles-windows-admin-center-admin-login
2 parents 44b91b9 + e37dc93 commit c76c0b4

6 files changed

+140
-90
lines changed

articles/databox-online/azure-stack-edge-gpu-virtual-machine-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: conceptual
10-
ms.date: 08/09/2022
10+
ms.date: 09/21/2022
1111
ms.author: alkohli
1212
#Customer intent: As an IT admin, I need to understand how to create and manage virtual machines (VMs) on my Azure Stack Edge Pro device by using APIs, so that I can efficiently manage my VMs.
1313
---

articles/machine-learning/how-to-customize-compute-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Script arguments can be referred to in the script as $1, $2, etc.
5252

5353
If your script was doing something specific to azureuser such as installing conda environment or Jupyter kernel, you'll have to put it within `sudo -u azureuser` block like this
5454

55-
:::code language="bash" source="~/azureml-examples-main/setup-ci/install-pip-package.sh":::
55+
:::code language="bash" source="~/azureml-examples-main/setup/setup-ci/install-pip-package.sh":::
5656

5757
The command `sudo -u azureuser` changes the current working directory to `/home/azureuser`. You also can't access the script arguments in this block.
5858

0 commit comments

Comments
 (0)