Skip to content

Commit 8285772

Browse files
Merge pull request #7573 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-09 05:00 UTC
2 parents 53e6b22 + 55693b8 commit 8285772

File tree

297 files changed

+695
-560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+695
-560
lines changed

articles/ai-foundry/agents/environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Projects are currently the unit of sharing and isolation in Foundry. See the [wh
3838

3939
### Prerequisites
4040

41-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
41+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4242
* Ensure that the individual creating the account and project has the **Azure AI Account Owner** role at the subscription scope
4343
* If configuring a [standard setup](#choose-your-setup), the same individual must also have permissions to assign roles to required resources (Cosmos DB, Azure AI Search, Azure Blob Storage). For more information on RBAC roles, specific to Azure AI Foundry Agent Service, see [Azure AI Foundry Agent Service RBAC roles](../concepts/rbac-azure-ai-foundry.md).
4444
* The built-in role needed is **Role Based Access Administrator**.

articles/ai-foundry/agents/how-to/use-your-own-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you want to continue using your hub-based project and connection string, you
5050
> * Make sure your Azure OpenAI resource and Azure AI Foundry account and project are in the same region.
5151
5252
## Prerequisites
53-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
53+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
5454
* Ensure that the individual creating the account and project has the **Azure AI Account Owner** role at the subscription scope
5555
* If configuring a [standard setup](#choose-basic-or-standard-agent-setup), the same individual must also have permissions to assign roles to required resources (Cosmos DB, Search, Storage). For more information about RBAC in Azure AI Foundry, see [RBAC in Azure AI Foundry](../../../ai-foundry/concepts/rbac-azure-ai-foundry.md).
5656
* The built-in role needed is **Role Based Access Administrator**.

articles/ai-foundry/agents/how-to/virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For customers without an existing virtual network, the Standard Setup with Priva
4646
- **Private MCP Server**: using private MCP servers deployed in the same virtual network is not supported, only publicly accessible MCP servers are supported.
4747

4848
## Prerequisites
49-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
49+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
5050
* Ensure that the individual creating the account and project has the **Azure AI Account Owner** role at the subscription scope
5151
* The person deploying the template must also have permissions to assign roles to required resources (Cosmos DB, Search, Storage).
5252
* The built-in role needed is **Role Based Access Administrator**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When using models from Azure AI Foundry (formerly known Azure AI Services) and A
2222
2323
## Prerequisites
2424

25-
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
25+
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
2626
- Permissions to create and assign policies. To create and assign policies, you must be an [Owner](/azure/role-based-access-control/built-in-roles#owner) or [Resource Policy Contributor](/azure/role-based-access-control/built-in-roles#resource-policy-contributor) at the Azure subscription or resource group level.
2727
- Familiarity with Azure Policy. To learn more, see [What is Azure Policy?](/azure/governance/policy/overview).
2828

articles/ai-foundry/how-to/configure-managed-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Before you start, make sure you have these prerequisites:
109109

110110
# [Python SDK](#tab/python)
111111

112-
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version](https://azure.microsoft.com/free/).
112+
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
113113

114114
* The __Microsoft.Network__ resource provider must be registered for your Azure subscription. This resource provider is used by the hub when creating private endpoints for the managed virtual network.
115115

articles/ai-foundry/how-to/create-azure-ai-hub-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The template used in this article can be found at [https://github.com/Azure/azur
3636

3737
## Prerequisites
3838

39-
- An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/).
39+
- An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4040

4141
- A copy of the template files from the GitHub repo. To clone the GitHub repo to your local machine, you can use [Git](https://git-scm.com/). Use the following command to clone the quickstart repository to your local machine and navigate to the `aifoundry-basics` directory.
4242

articles/ai-foundry/how-to/develop/install-cli-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Set up your development environment to use the [Azure AI Foundry](https://ai.azu
2121

2222
## Prerequisites
2323

24-
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
24+
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2525

2626

2727
## Install your programming language

articles/ai-foundry/how-to/flow-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In this article, you learn how to deploy a flow as a managed online endpoint for
4040

4141
To deploy a prompt flow as an online endpoint, you need:
4242

43-
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
43+
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
4444
* An Azure AI Foundry project.
4545
* A `Microsoft.PolicyInsights` resource provider registered in the selected subscription. For more information on how to register a resource provider, see [Register a resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1).
4646

articles/ai-foundry/how-to/model-deployment-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ these policies to control what models your developers can deploy in Azure AI Fou
1818

1919
## Prerequisites
2020

21-
- An Azure account with an active subscription. If you don't have one, create a [free Azure account](https://azure.microsoft.com/free/). Your
21+
- An Azure account with an active subscription. If you don't have one, create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). Your
2222
Azure account lets you access the Azure AI Foundry portal.
2323

2424
- Permissions to create and assign policies. To create and assign policies, you must be an [Owner](/azure/role-based-access-control/built-in-roles#owner) or [Resource Policy Contributor](/azure/role-based-access-control/built-in-roles#resource-policy-contributor) at the Azure subscription or resource group level.

articles/ai-foundry/how-to/upgrade-azure-openai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ AI Foundry resource is a superset of Azure OpenAI resource and its capabilities
144144

145145
- {custom-domain}.openai.azure.com
146146
- {custom-domain}.services.ai.azure.com
147-
- {custom-domain}.cognitive.microsoft.com
147+
- {custom-domain}.cognitiveservices.azure.com
148148

149149
Your DNS configuration must be able to resolve each of the above FQDNs in order to use the full set of Foundry capabilities.
150150

@@ -155,7 +155,7 @@ Your DNS configuration must be able to resolve each of the above FQDNs in order
155155
After this, delete and [re-create a private link endpoint](configure-private-link.md) on your resource. Your private link endpoint creates an IP address in your Azure Virtual Network to map to each endpoint.
156156

157157
> [!IMPORTANT]
158-
> When upgrading to Azure AI Foundry, you must recreate your private link endpoint, for the "services.ai.azure.com" and "cognitive.microsoft.com" IP configurations to be created.
158+
> When upgrading to Azure AI Foundry, you must recreate your private link endpoint, for the "services.ai.azure.com" and "{custom-domain}.cognitiveservices.azure.com" IP configurations to be created.
159159
160160
## Roll back to Azure OpenAI
161161

0 commit comments

Comments
 (0)