Skip to content

Commit fa1bd45

Browse files
authored
Merge pull request #1488 from mrbullwinkle/mrb_11_11_2024_studio_updates_002
[Azure OpenAI] Remove AOAI Studio branding
2 parents 0403346 + 29cea21 commit fa1bd45

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

articles/ai-services/openai/how-to/content-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ You can configure the following filter categories in addition to the default har
4343
| Protected material - text | GA| On | Completion | Identifies and blocks known text content from being displayed in the model output (for example, song lyrics, recipes, and selected web content). |
4444

4545

46-
## Configure content filters via Azure OpenAI Studio
46+
## Configure content filters via Azure AI Studio
4747

4848
The following steps show how to set up a customized content filtering configuration for your resource.
4949

50-
1. Go to Azure OpenAI Studio and navigate to the Content Filters tab (in the bottom left navigation, as designated by the red box below).
50+
1. Go to Azure AI Studio and navigate to the Content Filters tab (in the bottom left navigation, as designated by the red box below).
5151

5252
:::image type="content" source="../media/content-filters/studio.png" alt-text="Screenshot of the AI Studio UI with Content Filters highlighted." lightbox="../media/content-filters/studio.png":::
5353

articles/ai-services/openai/how-to/role-based-access-control.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ If a user were granted role-based access to only this role for an Azure OpenAI r
5050

5151
✅ View the resource in [Azure portal](https://portal.azure.com) <br>
5252
✅ View the resource endpoint under **Keys and Endpoint** <br>
53-
✅ Ability to view the resource and associated model deployments in Azure OpenAI Studio. <br>
54-
✅ Ability to view what models are available for deployment in Azure OpenAI Studio. <br>
53+
✅ Ability to view the resource and associated model deployments in Azure AI Studio. <br>
54+
✅ Ability to view what models are available for deployment in Azure AI Studio. <br>
5555
✅ Use the Chat, Completions, and DALL-E (preview) playground experiences to generate text and images with any models that have already been deployed to this Azure OpenAI resource. <br>
5656
✅ Make inference API calls with Microsoft Entra ID.
5757

@@ -90,14 +90,14 @@ This role is typically granted access at the resource group level for a user in
9090
✅ View resources in the assigned resource group in the [Azure portal](https://portal.azure.com). <br>
9191
✅ View the resource endpoint under **Keys and Endpoint** <br>
9292
✅ View/Copy/Regenerate keys under **Keys and Endpoint** <br>
93-
✅ Ability to view what models are available for deployment in Azure OpenAI Studio <br>
93+
✅ Ability to view what models are available for deployment in Azure AI Studio <br>
9494
✅ Use the Chat, Completions, and DALL-E (preview) playground experiences to generate text and images with any models that have already been deployed to this Azure OpenAI resource <br>
9595
✅ Create customized content filters <br>
9696
✅ Add a data source for the use your data feature <br>
9797
✅ Create new model deployments or edit existing model deployments (via API) <br>
9898
✅ Create custom fine-tuned models **[Added Fall 2023]**<br>
9999
✅ Upload datasets for fine-tuning **[Added Fall 2023]**<br>
100-
✅ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) **[Added Fall 2023]**
100+
✅ Create new model deployments or edit existing model deployments (via Azure AI Studio) **[Added Fall 2023]**
101101

102102
A user with only this role assigned would be unable to:
103103

@@ -110,37 +110,37 @@ Viewing quota requires the **Cognitive Services Usages Reader** role. This role
110110

111111
This role can be found in the Azure portal under **Subscriptions** > ***Access control (IAM)** > **Add role assignment** > search for **Cognitive Services Usages Reader**. The role must be applied at the subscription level, it does not exist at the resource level.
112112

113-
If you don't wish to use this role, the subscription **Reader** role provides equivalent access, but it also grants read access beyond the scope of what is needed for viewing quota. Model deployment via the Azure OpenAI Studio is also partially dependent on the presence of this role.
113+
If you don't wish to use this role, the subscription **Reader** role provides equivalent access, but it also grants read access beyond the scope of what is needed for viewing quota. Model deployment via the Azure AI Studio is also partially dependent on the presence of this role.
114114

115115
This role provides little value by itself and is instead typically assigned in combination with one or more of the previously described roles.
116116

117117
#### Cognitive Services Usages Reader + Cognitive Services OpenAI User
118118

119119
All the capabilities of Cognitive Services OpenAI User plus the ability to:
120120

121-
✅ View quota allocations in Azure OpenAI Studio
121+
✅ View quota allocations in Azure AI Studio
122122

123123
#### Cognitive Services Usages Reader + Cognitive Services OpenAI Contributor
124124

125125
All the capabilities of Cognitive Services OpenAI Contributor plus the ability to:
126126

127-
✅ View quota allocations in Azure OpenAI Studio
127+
✅ View quota allocations in Azure AI Studio
128128

129129
#### Cognitive Services Usages Reader + Cognitive Services Contributor
130130

131131
All the capabilities of Cognitive Services Contributor plus the ability to:
132132

133-
✅ View & edit quota allocations in Azure OpenAI Studio <br>
134-
✅ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) <br>
133+
✅ View & edit quota allocations in Azure AI Studio <br>
134+
✅ Create new model deployments or edit existing model deployments (via Azure AI Studio) <br>
135135

136136
## Summary
137137

138138
| Permissions | Cognitive Services OpenAI User | Cognitive Services OpenAI Contributor |Cognitive Services Contributor | Cognitive Services Usages Reader |
139139
|-------------|--------------------|------------------------|------------------|-------------------------|
140-
|View the resource in Azure Portal |||||
140+
|View the resource in Azure portal |||||
141141
|View the resource endpoint under “Keys and Endpoint” |||||
142-
|View the resource and associated model deployments in Azure OpenAI Studio |||||
143-
|View what models are available for deployment in Azure OpenAI Studio|||||
142+
|View the resource and associated model deployments in Azure AI Studio |||||
143+
|View what models are available for deployment in Azure AI Studio|||||
144144
|Use the Chat, Completions, and DALL-E (preview) playground experiences with any models that have already been deployed to this Azure OpenAI resource.|||||
145145
|Create or edit model deployments|||||
146146
|Create or deploy custom fine-tuned models|||||
@@ -153,11 +153,11 @@ All the capabilities of Cognitive Services Contributor plus the ability to:
153153
|Make inference API calls with Microsoft Entra ID|||||
154154
## Common Issues
155155

156-
### Unable to view Azure Cognitive Search option in Azure OpenAI Studio
156+
### Unable to view Azure Cognitive Search option in Azure AI Studio
157157

158158
**Issue:**
159159

160-
When selecting an existing Azure Cognitive Search resource the search indices don't load, and the loading wheel spins continuously. In Azure OpenAI Studio, go to **Playground Chat** > **Add your data (preview)** under Assistant setup. Selecting **Add a data source** opens a modal that allows you to add a data source through either Azure Cognitive Search or Blob Storage. Selecting the Azure Cognitive Search option and an existing Azure Cognitive Search resource should load the available Azure Cognitive Search indices to select from.
160+
When selecting an existing Azure Cognitive Search resource the search indices don't load, and the loading wheel spins continuously. In Azure AI Studio, go to **Playground Chat** > **Add your data (preview)** under Assistant setup. Selecting **Add a data source** opens a modal that allows you to add a data source through either Azure Cognitive Search or Blob Storage. Selecting the Azure Cognitive Search option and an existing Azure Cognitive Search resource should load the available Azure Cognitive Search indices to select from.
161161

162162
**Root cause**
163163

@@ -177,13 +177,13 @@ For this API call, you need a **subscription-level scope** role. You can use the
177177

178178
- Use API keys for Azure Cognitive Search: If you only need to interact with the Azure Cognitive Search service, you can request the admin keys or query keys from the subscription owner. These keys allow you to make API calls directly to the search service without needing an Azure RBAC role. Keep in mind that using API keys will **bypass** the Azure RBAC access control, so use them cautiously and follow security best practices.
179179

180-
### Unable to upload files in Azure OpenAI Studio for on your data
180+
### Unable to upload files in Azure AI Studio for on your data
181181

182-
**Symptom:** Unable to access storage for the **on your data** feature using Azure OpenAI Studio.
182+
**Symptom:** Unable to access storage for the **on your data** feature using Azure AI Studio.
183183

184184
**Root cause:**
185185

186-
Insufficient subscription-level access for the user attempting to access the blob storage in Azure OpenAI Studio. The user may **not** have the necessary permissions to call the Azure Management API endpoint: ```https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listAccountSas?api-version=2022-09-01```
186+
Insufficient subscription-level access for the user attempting to access the blob storage in Azure AI Studio. The user may **not** have the necessary permissions to call the Azure Management API endpoint: ```https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listAccountSas?api-version=2022-09-01```
187187

188188
Public access to the blob storage is disabled by the owner of the Azure subscription for security reasons.
189189

@@ -199,7 +199,7 @@ Possible reasons why the user may **not** have permissions:
199199
**Solution options**
200200

201201
- Verify and update access rights: Ensure the user has the appropriate subscription-level access, including the necessary permissions for the API call (Microsoft.Storage/storageAccounts/listAccountSas/action). If required, request the subscription owner or administrator to grant the necessary access rights.
202-
- Request assistance from the owner or admin: If the solution above is not feasible, consider asking the subscription owner or administrator to upload the data files on your behalf. This approach can help import the data into Azure OpenAI Studio without **user** requiring subscription-level access or public access to the blob storage.
202+
- Request assistance from the owner or admin: If the solution above is not feasible, consider asking the subscription owner or administrator to upload the data files on your behalf. This approach can help import the data into Azure AI Studio without **user** requiring subscription-level access or public access to the blob storage.
203203

204204
## Next steps
205205

articles/ai-services/openai/how-to/working-with-models.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ You can get a list of models that are available for both inference and fine-tuni
2020

2121
## Model updates
2222

23-
Azure OpenAI now supports automatic updates for select model deployments. On models where automatic update support is available, a model version drop-down is visible in Azure OpenAI Studio under **Deployments** and **Edit**:
23+
Azure OpenAI now supports automatic updates for select model deployments. On models where automatic update support is available, a model version drop-down is visible in Azure AI Studio under **Deployments** and **Edit**:
2424

25-
:::image type="content" source="../media/models/auto-update-new.png" alt-text="Screenshot of the deploy model UI of Azure OpenAI Studio." lightbox="../media/models/auto-update-new.png":::
25+
:::image type="content" source="../media/models/auto-update-new.png" alt-text="Screenshot of the deploy model UI of Azure AI Studio." lightbox="../media/models/auto-update-new.png":::
2626

2727
You can learn more about Azure OpenAI model versions and how they work in the [Azure OpenAI model versions](../concepts/model-versions.md) article.
2828

@@ -40,13 +40,13 @@ When you select a specific model version for a deployment, this version remains
4040

4141
## Viewing retirement dates
4242

43-
For currently deployed models, from Azure OpenAI Studio select **Deployments**:
43+
For currently deployed models, from Azure AI Studio select **Deployments**:
4444

45-
:::image type="content" source="../media/models/deployments-new.png" alt-text="Screenshot of the deployment UI of Azure OpenAI Studio." lightbox="../media/models/deployments-new.png":::
45+
:::image type="content" source="../media/models/deployments-new.png" alt-text="Screenshot of the deployment UI of Azure AI Studio." lightbox="../media/models/deployments-new.png":::
4646

4747
## Model deployment upgrade configuration
4848

49-
You can check what model upgrade options are set for previously deployed models in [Azure OpenAI Studio](https://oai.azure.com). Select **Deployments** > Under the deployment name column select one of the deployment names that are highlighted in blue.
49+
You can check what model upgrade options are set for previously deployed models in [Azure AI Studio](https://oai.azure.com). Select **Deployments** > Under the deployment name column select one of the deployment names that are highlighted in blue.
5050

5151
Selecting a deployment name opens the **Properties** for the model deployment. You can view what upgrade options are set for your deployment under **Version update policy**:
5252

articles/ai-services/openai/includes/create-resource-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ As an option, you can add a private endpoint for access to your resource. Select
9393

9494
## Deploy a model
9595

96-
Before you can generate text or inference, you need to deploy a model. You can select from one of several available models in Azure OpenAI Studio.
96+
Before you can generate text or inference, you need to deploy a model. You can select from one of several available models in Azure AI Studio.
9797

9898
To deploy a model, follow these steps:
9999

100-
1. Sign in to [Azure OpenAI Studio](https://oai.azure.com).
100+
1. Sign in to [Azure AI Studio](https://oai.azure.com).
101101

102102
2. Choose the subscription and the Azure OpenAI resource to work with, and select **Use resource**.
103103

-245 KB
Loading
534 KB
Loading
327 KB
Loading
272 KB
Loading

0 commit comments

Comments
 (0)