Skip to content

Commit 5a74927

Browse files
committed
how-to/github sub folder
1 parent 1dfec9d commit 5a74927

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,11 @@
444444
"source_path": "articles/ai-foundry/model-inference/how-to/use-structured-outputs.md",
445445
"redirect_url": "../../foundry-models/how-to/use-structured-outputs",
446446
"redirect_document_id": false
447+
},
448+
{
449+
"source_path": "articles/ai-foundry/model-inference/how-to/github/create-model-deployments.md",
450+
"redirect_url": "../../../foundry-models/how-to/github/create-model-deployments",
451+
"redirect_document_id": false
447452
}
448453
]
449454
}

articles/ai-foundry/model-inference/how-to/github/create-model-deployments.md renamed to articles/ai-foundry/foundry-models/how-to/github/create-model-deployments.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ In this article, you learn how to add a new model from Azure AI Foundry Models.
2525

2626
To complete this article, you need:
2727

28-
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../quickstart-github-models.md) if it's your case.
29-
* An Azure AI services resource. For more information, see [Create an Azure AI Foundry resource](../quickstart-create-resources.md).
28+
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../../../model-inference/how-to/quickstart-github-models.md) if it's your case.
29+
* An Azure AI services resource. For more information, see [Create an Azure AI Foundry resource](../../../model-inference/how-to/quickstart-create-resources.md).
3030

3131

3232
## Add a model
3333

34-
[!INCLUDE [add-model-deployments](../../includes/github/add-model-deployments.md)]
34+
[!INCLUDE [add-model-deployments](../../../model-inference/includes/github/add-model-deployments.md)]
3535

3636
## Use the model
3737

38-
Deployed models in Azure AI Foundry Models can be consumed using the [Azure AI model's inference endpoint](../../concepts/endpoints.md) for the resource.
38+
Deployed models in Azure AI Foundry Models can be consumed using the [Azure AI model's inference endpoint](../../../model-inference/concepts/endpoints.md) for the resource.
3939

4040
To use it:
4141

4242
1. Get the Azure AI model's inference endpoint URL and keys from the **deployment page** or the **Overview** page. If you're using Microsoft Entra ID authentication, you don't need a key.
4343

4444
2. When constructing your request, indicate the parameter `model` and insert the model deployment name you created.
4545

46-
[!INCLUDE [code-create-chat-completion](../../includes/code-create-chat-completion.md)]
46+
[!INCLUDE [code-create-chat-completion](../../../model-inference/includes/code-create-chat-completion.md)]
4747

4848
3. When using the endpoint, you can change the `model` parameter to any available model deployment in your resource.
4949

@@ -58,5 +58,5 @@ When creating model deployments, you can configure additional settings including
5858
5959
## Related content
6060

61-
* [Develop applications using Azure AI Foundry Models](../../supported-languages.md)
61+
* [Develop applications using Azure AI Foundry Models](../../../model-inference/supported-languages.md)
6262

articles/ai-foundry/model-inference/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ items:
5151
- name: Create resources
5252
href: ai-foundry/foundry-models/how-to/quickstart-create-resources.md
5353
- name: Add and configure models
54-
href: ai-foundry/foundry-models/how-to/create-model-deployments.md
54+
href: ai-foundry/foundry-models/how-to/github/create-model-deployments.md
5555
- name: Configure Models from Partners and Community
5656
href: ai-foundry/foundry-models/how-to/configure-marketplace.md
5757
- name: Connect your AI project

0 commit comments

Comments
 (0)