Skip to content

Commit 965c96d

Browse files
Merge pull request #1437 from eric-urban/eur/ignite-refresh
url fix
2 parents 5fc5299 + 995a98f commit 965c96d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
{
7474
"source_path_from_root": "/articles/ai-studio/how-to/models-foundation-azure-ai.md",
75-
"redirect_url": "/azure/ai-studio/ai-services/connect-ai-services",
75+
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
7676
"redirect_document_id": true
7777
},
7878
{
@@ -147,12 +147,12 @@
147147
},
148148
{
149149
"source_path_from_root": "/articles/ai-studio/ai-services/get-started.md",
150-
"redirect_url": "/azure/ai-studio/ai-services/connect-ai-services",
150+
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
151151
"redirect_document_id": false
152152
},
153153
{
154154
"source_path_from_root": "/articles/ai-studio/ai-services/where-to-use-ai-services.md",
155-
"redirect_url": "/azure/ai-studio/ai-services/connect-ai-services",
155+
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
156156
"redirect_document_id": false
157157
},
158158
{

articles/ai-studio/azure-openai-in-ai-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use the left navigation area to perform your tasks with Azure OpenAI models:
5353
While the previous sections show how to focus on just the Azure OpenAI Service, you can also incorporate other AI services and models from various providers in Azure AI Foundry portal. You can access the Azure OpenAI Service in two ways:
5454

5555
* When you focus on just the Azure OpenAI Service, as described in the previous sections, you don't use a project.
56-
* Azure AI Foundry portal uses a project to organize your work and save state while building customized AI apps. When you work in a project, you can connect to the service. For more information, see [How to use Azure OpenAI Service in AI Studio](ai-services/connect-azure-openai.md#project).
56+
* Azure AI Foundry portal uses a project to organize your work and save state while building customized AI apps. When you work in a project, you can connect to the service. For more information, see [How to use Azure OpenAI Service in AI Studio](ai-services/how-to/connect-azure-openai.md#project).
5757

5858
When you create a project, you can try other models and tools along with Azure OpenAI. For example, the **Model catalog** in a project contains many more models than just Azure OpenAI models. Inside a project, you'll have access to features that are common across all AI services and models.
5959

articles/ai-studio/how-to/develop/connections-add-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ml_client.connections.create_or_update(wps_connection)
7676

7777
## Azure AI services
7878

79-
The following example creates an Azure AI services connection. This example creates one connection for the AI services documented in the [Connect to Azure AI services](../../ai-services/connect-ai-services.md) article. The same connection also supports the Azure OpenAI service.
79+
The following example creates an Azure AI services connection. This example creates one connection for the AI services documented in the [Connect to Azure AI services](../../ai-services/how-to/connect-ai-services.md) article. The same connection also supports the Azure OpenAI service.
8080

8181
```python
8282
from azure.ai.ml.entities import AzureAIServicesConnection, ApiKeyConfiguration

articles/ai-studio/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ landingContent:
4141
- text: Get started with prompt flow
4242
url: how-to/flow-develop.md
4343
- text: Connect to AI services
44-
url: ai-services/connect-ai-services.md
44+
url: ai-services/how-to/connect-ai-services.md
4545
# Card
4646
- title: 10-minute quickstarts
4747
linkLists:

articles/ai-studio/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ items:
5656
- name: What are AI services?
5757
href: ../ai-services/what-are-ai-services.md?context=/azure/ai-studio/context/context
5858
- name: Use Azure AI services in AI Studio
59-
href: ai-services/connect-ai-services.md
59+
href: ai-services/how-to/connect-ai-services.md
6060
- name: Azure OpenAI
6161
items:
6262
- name: What is Azure OpenAI?
6363
href: ../ai-services/openai/overview.md?context=/azure/ai-studio/context/context
6464
displayName: cognitive
6565
- name: Use Azure OpenAI Service in AI Studio
66-
href: ai-services/connect-azure-openai.md
66+
href: ai-services/how-to/connect-azure-openai.md
6767
- name: Deploy Azure OpenAI models
6868
href: how-to/deploy-models-openai.md
6969
- name: Fine-tune Azure OpenAI models

0 commit comments

Comments
 (0)