Skip to content

Commit 731b1ef

Browse files
Merge pull request #8781 from sdgilley/sdg-classic8
add classic banner to foundry-models, quickstarts, reference dirs
2 parents 9ceef52 + dedb1df commit 731b1ef

18 files changed

+36
-0
lines changed

articles/ai-foundry/foundry-models/concepts/content-filter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ai-usage: ai-assisted
1919

2020
# Content filtering for Microsoft Foundry Models
2121

22+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
23+
2224

2325
> [!IMPORTANT]
2426
> The content filtering system doesn't apply to prompts and completions processed by audio models such as Whisper in Azure OpenAI in Microsoft Foundry Models. For more information, see [Audio models in Azure OpenAI](../../../ai-services/openai/concepts/models.md?tabs=standard-audio#standard-deployment-regional-models-by-endpoint).

articles/ai-foundry/foundry-models/concepts/default-safety-policies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ai-usage: ai-assisted
1717

1818
# Default Guardrails and controls policies for Microsoft Foundry Models
1919

20+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
21+
2022
Microsoft Foundry Models applies default safety to all models, excluding audio models such as Whisper in Azure OpenAI in Foundry Models. These configurations provide you with a responsible experience by default.
2123

2224
Default safety aims to mitigate risks such as hate and fairness, sexual, violence, self-harm, protected material content, and user prompt injection attacks. To learn more about content filtering, read about [risk categories and severity levels](../../model-inference/concepts/content-filter.md).

articles/ai-foundry/foundry-models/how-to/configure-content-filters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ai-usage: ai-assisted
2020

2121
# How to configure content filters for models in Microsoft Foundry
2222

23+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
24+
2325
::: zone pivot="ai-foundry-portal"
2426
[!INCLUDE [portal](../../foundry-models/includes/configure-content-filters/portal.md)]
2527
::: zone-end

articles/ai-foundry/foundry-models/how-to/configure-deployment-policies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ai-usage: ai-assisted
1515

1616
# Control model deployment with custom policies
1717

18+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
19+
1820
When using models from Microsoft Foundry (formerly known Azure AI Services) and Azure OpenAI with [Foundry](https://ai.azure.com/?cid=learnDocs), you might need to use custom policies to control which [type of deployment](../../model-inference/concepts/deployment-types.md) options are available to users or which specific models users can deploy. This article guides you on how to create policies to control model deployments using Azure Policies.
1921

2022
> [!TIP]

articles/ai-foundry/foundry-models/how-to/configure-entra-id.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ai-usage: ai-assisted
2020

2121
# Configure key-less authentication with Microsoft Entra ID
2222

23+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
24+
2325
::: zone pivot="ai-foundry-portal"
2426
[!INCLUDE [portal](../../foundry-models/includes/configure-entra-id/portal.md)]
2527
::: zone-end

articles/ai-foundry/foundry-models/how-to/configure-project-connection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ reviewer: santiagxf
1717

1818
# Configure a connection to use Microsoft Foundry Models in your AI project
1919

20+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
21+
2022
::: zone pivot="ai-foundry-portal"
2123
[!INCLUDE [portal](../../foundry-models/includes/configure-project-connection/portal.md)]
2224
::: zone-end

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ai.usage: ai-assisted
2020

2121
# Add and configure models to Microsoft Foundry Models
2222

23+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
24+
2325
::: zone pivot="ai-foundry-portal"
2426
[!INCLUDE [portal](../../foundry-models/includes/create-model-deployments/portal.md)]
2527
::: zone-end

articles/ai-foundry/foundry-models/how-to/quickstart-ai-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ reviewer: santiagxf
1616

1717
# Configure your AI project to use Microsoft Foundry Models
1818

19+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
20+
1921
If you already have an AI project in Microsoft Foundry, the model catalog deploys models from partner model providers as stand-alone endpoints in your project by default. Each model deployment has its own set of URI and credentials to access it. On the other hand, Azure OpenAI models are deployed to the Foundry resource or to the Azure OpenAI in Foundry Models resource.
2022

2123
You can change this behavior and deploy both types of models to Foundry (formerly known Azure AI Services). Once configured, *deployments of models as serverless API deployments happen to the connected Foundry resource* instead to the project itself, giving you a single set of endpoint and credentials to access all the models deployed in Foundry. You can manage models from Azure OpenAI and partner model providers in the same way.

articles/ai-foundry/foundry-models/how-to/quickstart-create-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ reviewer: santiagxf
1717

1818
# Create and configure all the resources for Microsoft Foundry Models
1919

20+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
21+
2022
::: zone pivot="ai-foundry-portal"
2123
[!INCLUDE [portal](../../foundry-models/includes/create-resources/portal.md)]
2224
::: zone-end

articles/ai-foundry/foundry-models/how-to/quickstart-github-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ recommendations: false
1515

1616
# Upgrade from GitHub Models to Microsoft Foundry Models
1717

18+
[!INCLUDE [classic-banner](../../includes/classic-banner.md)]
19+
1820
In this article, you learn to develop a generative AI application by starting from GitHub Models and then upgrade your experience by deploying a Foundry Tools resource with Microsoft Foundry Models.
1921

2022
[GitHub Models](https://docs.github.com/en/github-models/) are useful when you want to find and experiment with AI models for free as you develop a generative AI application. When you're ready to bring your application to production, upgrade your experience by deploying a Foundry Tools resource in an Azure subscription and start using Foundry Models. You don't need to change anything else in your code.

0 commit comments

Comments
 (0)