Skip to content

Commit 384e933

Browse files
authored
Merge pull request #276052 from eric-urban/eur/scrub-terms-ai-studio
scrub ai studio terminology
2 parents 03117b9 + f1525f6 commit 384e933

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For example, if you're trying to consume a new Blob storage, you need to ensure
134134

135135
## Manage access with roles
136136

137-
If you're an owner of a hub, you can add and remove roles for the Studio. Within the Azure AI Studio, go to **Manage** and select your hub. Then select **Permissions** to add and remove users for the hub. You can also manage permissions from the Azure portal under **Access Control (IAM)** or through the Azure CLI. For example, use the [Azure CLI](/cli/azure/) to assign the Azure AI Developer role to "[email protected]" for resource group "this-rg" with the following command:
137+
If you're an owner of a hub, you can add and remove roles for AI Studio. Go to the **Home** page in [AI Studio](https://ai.azure.com) and select your hub. Then select **Users** to add and remove users for the hub. You can also manage permissions from the Azure portal under **Access Control (IAM)** or through the Azure CLI. For example, use the [Azure CLI](/cli/azure/) to assign the Azure AI Developer role to "[email protected]" for resource group "this-rg" with the following command:
138138

139139
```azurecli-interactive
140140
az role assignment create --role "Azure AI Developer" --assignee "[email protected]" --resource-group this-rg

articles/ai-studio/how-to/fine-tune-model-llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Verify the subscription is registered to the `Microsoft.Network` resource provid
113113
1. Sign in to the [Azure portal](https://portal.azure.com).
114114
1. Select **Subscriptions** from the left menu.
115115
1. Select the subscription you want to use.
116-
1. Select **AI project settings** > **Resource providers** from the left menu.
116+
1. Select **Settings** > **Resource providers** from the left menu.
117117
1. Confirm that **Microsoft.Network** is in the list of resource providers. Otherwise add it.
118118

119119
:::image type="content" source="../media/how-to/fine-tune/llama/subscription-resource-providers.png" alt-text="Screenshot of subscription resource providers in Azure portal." lightbox="../media/how-to/fine-tune/llama/subscription-resource-providers.png":::
-118 KB
Loading

0 commit comments

Comments
 (0)