Skip to content

Commit 0ddadc7

Browse files
committed
updates
1 parent 2ce8c2e commit 0ddadc7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/ai-services/openai/how-to/azure-developer-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Use this article to learn how to automate resource deployment for Azure OpenAI O
2222

2323
Azure OpenAI requires registration and is currently only available to approved enterprise customers and partners. [See Limited access to Azure OpenAI Service](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context) for more information. You can apply for access to Azure OpenAI by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2424

25+
- The Azure Developer CLI [installed](/azure/developer/azure-developer-cli/install-azd) on your machine
26+
-
2527
## Clone and initialize the Azure Developer CLI template
2628

2729

@@ -80,6 +82,6 @@ Use this article to learn how to automate resource deployment for Azure OpenAI O
8082
> [!NOTE]
8183
> The search indexer is set to run every 5 minutes to index the data in the storage account. You can either wait a few minutes for the uploaded data to be indexed, or you can manually run the indexer from the search service page.
8284

83-
## Next steps
85+
## Connect or create an application
8486

8587
After running the `azd` template and uploading your data, you're ready to start using Azure OpenAI on Your Data. See the [quickstart article](../use-your-data-quickstart.md) for code samples you can use to build your applications.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ recommendations: false
1212

1313
## Add your data using Azure OpenAI Studio
1414

15+
> [!TIP]
16+
> 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
17+
1518
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.
1619

1720
1. Select the **Bring your own data** tile

0 commit comments

Comments
 (0)