Skip to content

Commit a715f0f

Browse files
committed
more removals and notes for ungating
1 parent df5d146 commit a715f0f

File tree

9 files changed

+8
-29
lines changed

9 files changed

+8
-29
lines changed

articles/ai-services/openai/concepts/assistants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We provide a walkthrough of the Assistants playground in our [quickstart guide](
5555
|**Run Step** | A detailed list of steps the Assistant took as part of a Run. An Assistant can call tools or create Messages during it’s run. Examining Run Steps allows you to understand how the Assistant is getting to its final results. |
5656

5757
## Assistants data access
58-
58+
TBD
5959
Currently, assistants, threads, messages, and files created for Assistants are scoped at the Azure OpenAI resource level. Therefore, anyone with access to the Azure OpenAI resource or API key access is able to read/write assistants, threads, messages, and files.
6060

6161
We strongly recommend the following data access controls:

articles/ai-services/openai/concepts/use-your-image-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use this article to learn how to provide your own image data for GPT-4 Turbo wit
2727

2828
## Add your data source
2929

30-
Go to [Azure OpenAI Studio](https://oai.azure.com/) and sign in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
30+
Go to [Azure OpenAI Studio](https://oai.azure.com/) and sign in with your Azure OpenAI credentials. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
3131

3232
:::image type="content" source="../media/use-your-image-data/chat-playground.png" alt-text="Screenshot that shows the chat playground in Azure OpenAI Studio." lightbox="../media/use-your-image-data/chat-playground.png":::
3333

articles/ai-services/openai/faq.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sections:
6060
Where can I read about better ways to use Azure OpenAI to get the responses I want from the service?
6161
answer: |
6262
Check out our [introduction to prompt engineering](./concepts/prompt-engineering.md). While these models are powerful, their behavior is also very sensitive to the prompts they receive from the user. This makes prompt construction an important skill to develop. After you've completed the introduction, check out our article on [advanced prompt engineering techniques](./concepts/advanced-prompt-engineering.md).
63-
- question: |
63+
TBD- question: |
6464
My guest account has been given access to an Azure OpenAI resource, but I'm unable to access that resource in the Azure OpenAI Studio. How do I enable access?
6565
answer: |
6666
This is expected behavior when using the default sign-in experience for the [Azure OpenAI Studio](https://oai.azure.com).
@@ -123,16 +123,6 @@ sections:
123123
If the service doesn't perform processing, you won't be charged.
124124
For example, a 401 error due to authentication or a 429 error due to exceeding the Rate Limit.
125125
126-
- name: Getting access to Azure OpenAI Service
127-
questions:
128-
- question: |
129-
How do I get access to Azure OpenAI?
130-
answer: |
131-
Access is currently limited as we navigate high demand, upcoming product improvements, and Microsoft's commitment to responsible AI. For now, we're working with customers with an existing partnership with Microsoft, lower risk use cases, and those committed to incorporating mitigations. Apply here for initial access: [Apply now](https://aka.ms/oaiapply)
132-
- question: |
133-
After I apply for access, how long will I have to wait to get approved?
134-
answer: |
135-
We don't currently provide a timeline for access approval.
136126
- name: Learning more and where to ask questions
137127
questions:
138128
- question: |

articles/ai-services/openai/includes/assistants-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 05/31/2024
1818

1919
## Go to the Azure OpenAI Studio
2020

21-
Navigate to Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign-in with credentials that have access to your OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
21+
Navigate to Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign-in with your credentials. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
2222

2323
From the Azure OpenAI Studio landing page launch the Assistant's playground from the left-hand navigation **Playground** > **Assistants (Preview)**
2424

articles/ai-services/openai/includes/chatgpt-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.date: 03/01/2023
2222
2323
## Go to Azure OpenAI Studio
2424

25-
Navigate to Azure OpenAI Studio at [https://oai.azure.com/](https://oai.azure.com/) and sign-in with credentials that have access to your OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
25+
Navigate to Azure OpenAI Studio at [https://oai.azure.com/](https://oai.azure.com/) and sign-in with your credentials. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
2626

2727
From the Azure OpenAI Studio landing page, select **Chat playground**.
2828

articles/ai-services/openai/includes/connect-your-data-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ recommendations: false
1515
> [!TIP]
1616
> You can [use the Azure Developer CLI](../how-to/azure-developer-cli.md) to programmatically create the resources needed for Azure OpenAI On Your Data
1717
18-
Navigate to [Azure OpenAI Studio](https://oai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
18+
Navigate to [Azure OpenAI Studio](https://oai.azure.com/) and sign-in with your credentials. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
1919

2020
1. Select the **Bring your own data** tile
2121

articles/ai-services/openai/includes/fine-tuning-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ After it guides you through the process of implementing suggested changes, the t
141141

142142
Azure OpenAI Studio provides the **Create custom model** wizard, so you can interactively create and train a fine-tuned model for your Azure resource.
143143

144-
1. Open Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign in with credentials that have access to your Azure OpenAI resource. During the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
144+
1. Open Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign in with your credentials. During the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
145145

146146
1. In Azure OpenAI Studio, browse to the **Management > Models** pane, and select **Create a custom model**.
147147

articles/ai-services/openai/includes/studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.date: 11/15/2023
2121
2222
## Go to the Azure OpenAI Studio
2323

24-
Navigate to Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign-in with credentials that have access to your OpenAI resource. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
24+
Navigate to Azure OpenAI Studio at <a href="https://oai.azure.com/" target="_blank">https://oai.azure.com/</a> and sign-in with your credentials. During or after the sign-in workflow, select the appropriate directory, Azure subscription, and Azure OpenAI resource.
2525

2626
From the Azure OpenAI Studio landing page navigate further to explore examples for prompt completion, manage your deployments and models, and find learning resources such as documentation and community forums.
2727

articles/ai-services/openai/overview.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
3333

3434
At Microsoft, we're committed to the advancement of AI driven by principles that put people first. Generative models such as the ones available in Azure OpenAI have significant potential benefits, but without careful design and thoughtful mitigations, such models have the potential to generate incorrect or even harmful content. Microsoft has made significant investments to help guard against abuse and unintended harm, which includes requiring applicants to show well-defined use cases, incorporating Microsoft’s <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">principles for responsible AI use</a>, building content filters to support customers, and providing responsible AI implementation guidance to onboarded customers.
3535

36-
## How do I get access to Azure OpenAI?
37-
38-
How do I get access to Azure OpenAI?
39-
40-
Access is currently limited as we navigate high demand, upcoming product improvements, and <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">Microsoft’s commitment to responsible AI</a>. For now, we're working with customers with an existing partnership with Microsoft, lower risk use cases, and those committed to incorporating mitigations.
41-
42-
More specific information is included in the application form. We appreciate your patience as we work to responsibly enable broader access to Azure OpenAI.
43-
44-
Apply here for access:
45-
46-
<a href="https://aka.ms/oaiapply" target="_blank">Apply now</a>
4736

4837
## Comparing Azure OpenAI and OpenAI
4938

0 commit comments

Comments
 (0)