Skip to content

Commit a51984f

Browse files
committed
fix reviewer
1 parent 2a292ed commit a51984f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/machine-learning/how-to-use-serverless-compute.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
ms.topic: how-to
1212
ms.author: sgilley
1313
author: sdgilley
14-
ms.reviewer: aram
14+
ms.reviewer: bijuv
1515
ms.date: 10/02/2024
1616
---
1717

@@ -111,7 +111,7 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
111111

112112
# [Azure CLI](#tab/cli)
113113

114-
` Create a file named hello.yaml with the following content:
114+
Create a file named hello.yaml with the following content:
115115

116116
```yml
117117
$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
@@ -127,7 +127,9 @@ When you [view your usage and quota in the Azure portal](how-to-manage-quotas.md
127127
```bash
128128
az ml job create --file hello.yaml --resource-group my-resource-group --workspace-name my-workspace
129129
```
130+
130131
The rest of the CLI examples show variations of the hello.yaml file. Run each of them in the same way.
132+
131133
---
132134

133135
* **User-assigned managed identity** : When you have a workspace configured with [user-assigned managed identity](how-to-identity-based-service-authentication.md#workspace), you can use that identity with the serverless job for storage access. To access secrets, see [Use authentication credential secrets in Azure Machine Learning jobs](how-to-use-secrets-in-runs.md).

0 commit comments

Comments
 (0)