Skip to content

Commit 7445853

Browse files
committed
documenting entra id option
1 parent ae864ff commit 7445853

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/ai-studio/concepts/rbac-ai-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following table is an example of how to set up role-based access control for
123123
| --- | --- | ---|
124124
| IT admin | Owner of the hub | The IT admin can ensure the hub is set up to their enterprise standards. They can assign managers the Contributor role on the resource if they want to enable managers to make new hubs. Or they can assign managers the Azure AI Developer role on the resource to not allow for new hub creation. |
125125
| Managers | Contributor or Azure AI Developer on the hub | Managers can manage the hub, audit compute resources, audit connections, and create shared connections. |
126-
| Team lead/Lead developer | Azure AI Developer on the hub | Lead developers can create projects for their team and create shared resources (such as compute and connections) at the hub level. After project creation, project owners can invite other members. |
126+
| Team lead/Lead developer | Azure AI Developer on the hub | Lead developers can create projects for their team and create shared resources (ex: compute and connections) at the hub level. After project creation, project owners can invite other members. |
127127
| Team members/developers | Contributor or Azure AI Developer on the project | Developers can build and deploy AI models within a project and create assets that enable development such as computes and connections. |
128128

129129
## Access to resources created outside of the hub

articles/machine-learning/reference-yaml-connection-ai-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'CLI (v2) AI Search connection YAML schema'
33
titleSuffix: Azure Machine Learning
44
description: Reference documentation for the CLI (v2) AI Search connections YAML schema.
55
services: machine-learning
6-
ms.service: azure-machine-learning
6+
ms.service: machine-learning
77
ms.subservice: core
88
ms.custom:
99
- build-2024
@@ -40,7 +40,7 @@ While the `az ml connection` commands can be used to manage both Azure Machine L
4040

4141
## Examples
4242

43-
These examples would be in the form of YAML files and used from the CLI. For example, `az ml connection create -f <file-name>.yaml`.
43+
Visit [this GitHub resource]() for examples. Several are shown here. These examples would be in the form of YAML files and used from the CLI. For example, `az ml connection create -f <file-name>.yaml`.
4444

4545
### YAML: API key
4646

articles/machine-learning/reference-yaml-connection-ai-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: 'CLI (v2) AI Services connection YAML schema'
33
titleSuffix: Azure Machine Learning
44
description: Reference documentation for the CLI (v2) Azure AI Services connections YAML schema.
55
services: machine-learning
6-
ms.service: azure-machine-learning
6+
ms.service: machine-learning
77
ms.subservice: core
88
ms.custom:
99
- build-2024
1010
ms.topic: reference
1111

1212
author: Blackmist
1313
ms.author: larryfr
14-
ms.date: 08/21/2024
14+
ms.date: 05/09/2024
1515
ms.reviewer: ambadal
1616
---
1717

@@ -49,7 +49,7 @@ While the `az ml connection` commands can be used to manage both Azure Machine L
4949

5050
## Examples
5151

52-
These examples would be in the form of YAML files and used from the CLI. For example, `az ml connection create -f <file-name>.yaml`.
52+
Visit [this GitHub resource]() for examples. Several are shown here. These examples would be in the form of YAML files and used from the CLI. For example, `az ml connection create -f <file-name>.yaml`.
5353

5454
### YAML: API key
5555

articles/machine-learning/reference-yaml-connection-openai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'CLI (v2) OpenAI connection YAML schema'
33
titleSuffix: Azure Machine Learning
44
description: Reference documentation for the CLI (v2) OpenAI connections YAML schema.
55
services: machine-learning
6-
ms.service: azure-machine-learning
6+
ms.service: machine-learning
77
ms.subservice: core
88
ms.custom:
99
- build-2024
@@ -41,7 +41,7 @@ While the `az ml connection` commands can be used to manage both Azure Machine L
4141

4242
## Examples
4343

44-
These examples would be in the form of YAML files and used from the CLI. For example, `az ml connection create -f <file-name>.yaml`.
44+
Visit [this GitHub resource]() for examples. Several are shown here. These examples would be in the form of YAML files and used from the CLI. For example, `az ml connection create -f <file-name>.yaml`.
4545

4646
### YAML: API key
4747

0 commit comments

Comments
 (0)