Skip to content

Commit a4a05fe

Browse files
committed
openai folder moved to ai-foundry
1 parent 53bd9c3 commit a4a05fe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@
945945
},
946946
{
947947
"source_path_from_root": "/articles/ai-studio/quickstarts/assistants.md",
948-
"redirect_url": "/azure/ai-foundry/openai/assistants-quickstart",
948+
"redirect_url": "/azure/ai-foundry/openai/how-to/assistant",
949949
"redirect_document_id": true
950950
},
951951
{

articles/ai-foundry/how-to/secure-data-playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Now, the data you add to Azure AI Foundry is secured to the isolated network pro
222222
223223
## Deploy web apps
224224
225-
For information on configuring web app deployments, visit the [Use Azure OpenAI on your data securely](/azure/ai-foundry/openai/how-to/use-your-data-securely#web-app) article.
225+
For information on configuring web app deployments, visit the [Use Azure OpenAI on your data securely](/azure/ai-foundry/openai/how-to/on-your-data-configuration#web-app) article.
226226
227227
## Limitations
228228

articles/ai-foundry/openai/includes/resource-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You need to retrieve the following information to authenticate your application
1414
|--------------------------|-------------|
1515
| `AZURE_OPENAI_ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. |
1616
| `AZURE_OPENAI_DEPLOYMENT_NAME` | This value will correspond to the custom name you chose for your deployment when you deployed a model. This value can be found under **Resource Management** > **Model Deployments** in the Azure portal.|
17-
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-foundry/openai/api-version-deprecation).<br/><br/>You can change the version in code or use an environment variable.|
17+
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-foundry/openai/api-version-lifecycle).<br/><br/>You can change the version in code or use an environment variable.|
1818

1919
Learn more about [keyless authentication](/azure/ai-services/authentication) and [setting environment variables](/azure/ai-services/cognitive-services-environment-variables).
2020

@@ -25,7 +25,7 @@ Learn more about [keyless authentication](/azure/ai-services/authentication) and
2525
| `AZURE_OPENAI_ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. |
2626
| `AZURE_OPENAI_API_KEY` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. You can use either `KEY1` or `KEY2`.|
2727
| `AZURE_OPENAI_DEPLOYMENT_NAME` | This value will correspond to the custom name you chose for your deployment when you deployed a model. This value can be found under **Resource Management** > **Model Deployments** in the Azure portal.|
28-
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-foundry/openai/api-version-deprecation).|
28+
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-foundry/openai/api-version-lifecycle).|
2929

3030
Learn more about [finding API keys](/azure/ai-services/cognitive-services-environment-variables) and [setting environment variables](/azure/ai-services/cognitive-services-environment-variables).
3131

articles/ai-foundry/responsible-ai/openai/data-privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In addition to standard deployments, Azure OpenAI Service offers deployment opti
6767

6868
### Augmenting prompts to "ground" generated results "on your data"
6969

70-
The Azure OpenAI "on your data" feature lets you connect data sources to ground the generated results with your data. The data remains stored in the data source and location you designate; Azure OpenAI Service does not create a duplicate data store. When a user prompt is received, the service retrieves relevant data from the connected data source and augments the prompt. The model processes this augmented prompt and the generated content is returned as described above. Learn more about [how to use the On Your Data feature securely](/azure/ai-foundry/openai/how-to/use-your-data-securely).
70+
The Azure OpenAI "on your data" feature lets you connect data sources to ground the generated results with your data. The data remains stored in the data source and location you designate; Azure OpenAI Service does not create a duplicate data store. When a user prompt is received, the service retrieves relevant data from the connected data source and augments the prompt. The model processes this augmented prompt and the generated content is returned as described above. Learn more about [how to use the On Your Data feature securely](/azure/ai-foundry/openai/how-to/on-your-data-configuration).
7171

7272
### Data storage for Azure OpenAI Service features
7373

0 commit comments

Comments
 (0)