Skip to content

Commit efe66e0

Browse files
authored
Update reference-yaml-compute-instance.md
adding managed identity to docs
1 parent f1a3a44 commit efe66e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/reference-yaml-compute-instance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
4242
| `network_settings` | object | Network security settings. | | |
4343
| `network_settings.vnet_name` | string | Name of the virtual network (VNet) when creating a new one or referencing an existing one. | | |
4444
| `network_settings.subnet` | string | Either the name of the subnet when creating a new VNet or referencing an existing one, or the fully qualified resource ID of a subnet in an existing VNet. Do not specify `network_settings.vnet_name` if the subnet ID is specified. The subnet ID can refer to a VNet/subnet in another resource group. | | |
45+
| `identity` | object | The managed identity configuration to assign to the compute. AmlCompute clusters support only one system-assigned identity or multiple user-assigned identities, not both concurrently. | | |
46+
| `identity.type` | string | The type of managed identity to assign to the compute. If the type is `user_assigned`, the `identity.user_assigned_identities` property must also be specified. | `system_assigned`, `user_assigned` | |
47+
| `identity.user_assigned_identities` | array | List of fully qualified resource IDs of the user-assigned identities. | | |
4548

4649
## Remarks
4750

0 commit comments

Comments
 (0)