Skip to content

Commit fe9d755

Browse files
committed
rename files
1 parent dda95b6 commit fe9d755

File tree

65 files changed

+100
-80
lines changed

Some content is hidden

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

65 files changed

+100
-80
lines changed

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

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/ai-foundry/azure-openai-in-ai-foundry.md",
5+
"redirect_url": "/azure/ai-foundry/azure-openai-in-azure-ai-foundry",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/ai-foundry/what-is-ai-foundry.md",
10+
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/ai-foundry/whats-new-ai-foundry.md",
15+
"redirect_url": "/azure/ai-foundry/whats-new-azure-ai-foundry",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/ai-foundry/concepts/rbac-ai-foundry.md",
20+
"redirect_url": "/azure/ai-foundry/concepts/rbac-azure-ai-foundry",
21+
"redirect_document_id": false
22+
},
323
{
424
"source_path_from_root": "/articles/ai-studio/how-to/access-on-premises-resources.md",
525
"redirect_url": "/azure/ai-foundry/how-to/access-on-premises-resources",
@@ -644,7 +664,7 @@
644664
},
645665
{
646666
"source_path_from_root": "/articles/ai-studio/concepts/rbac-ai-studio.md",
647-
"redirect_url": "/azure/ai-foundry/concepts/rbac-ai-foundry",
667+
"redirect_url": "/azure/ai-foundry/concepts/rbac-azure-ai-foundry",
648668
"redirect_document_id": true
649669
},
650670
{
@@ -669,7 +689,7 @@
669689
},
670690
{
671691
"source_path_from_root": "/articles/ai-studio/azure-openai-in-ai-studio.md",
672-
"redirect_url": "/azure/ai-foundry/azure-openai-in-ai-foundry",
692+
"redirect_url": "/azure/ai-foundry/azure-openai-in-azure-ai-foundry",
673693
"redirect_document_id": true
674694
},
675695
{
@@ -739,12 +759,12 @@
739759
},
740760
{
741761
"source_path_from_root": "/articles/ai-studio/what-is-ai-studio.md",
742-
"redirect_url": "/azure/ai-foundry/what-is-ai-foundry",
762+
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
743763
"redirect_document_id": true
744764
},
745765
{
746766
"source_path_from_root": "/articles/ai-studio/whats-new-ai-studio.md",
747-
"redirect_url": "/azure/ai-foundry/whats-new-ai-foundry",
767+
"redirect_url": "/azure/ai-foundry/whats-new-azure-ai-foundry",
748768
"redirect_document_id": true
749769
},
750770
{

articles/ai-foundry/ai-services/how-to/connect-azure-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ At some point, you want to develop apps with code. Here are some developer resou
145145

146146
## Related content
147147

148-
- [Azure OpenAI in Azure AI Foundry portal](../../azure-openai-in-ai-foundry.md)
148+
- [Azure OpenAI in Azure AI Foundry portal](../../azure-openai-in-azure-ai-foundry.md)
149149
- [Use Azure AI services resources](./connect-ai-services.md)
File renamed without changes.

articles/ai-foundry/concepts/ai-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ In the Azure portal, you can find resources that correspond to your project in A
129129
## Next steps
130130

131131
- [Quickstart: Analyze images and video in the chat playground](/azure/ai-services/openai/gpt-v-quickstart)
132-
- [Learn more about Azure AI Foundry](../what-is-ai-foundry.md)
132+
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md)
133133
- [Learn more about projects](../how-to/create-projects.md)

articles/ai-foundry/concepts/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ At the top level, Azure AI Foundry provides access to the following resources:
2828

2929
When you use Azure AI Foundry portal, you can directly work with Azure OpenAI without an Azure Studio project. Or you can use Azure OpenAI through a project.
3030

31-
For more information, visit [Azure OpenAI in Azure AI Foundry portal](../azure-openai-in-ai-foundry.md).
31+
For more information, visit [Azure OpenAI in Azure AI Foundry portal](../azure-openai-in-azure-ai-foundry.md).
3232

3333
- **Management center**: The management center streamlines governance and management of Azure AI Foundry resources such as hubs, projects, connected resources, and deployments.
3434

@@ -108,7 +108,7 @@ Azure AI services including Azure OpenAI provide control plane endpoints for ope
108108

109109
To reduce the complexity of Azure RBAC management, Azure AI Foundry provides a *control plane proxy* that allows you to perform operations on connected Azure AI services and Azure OpenAI resources. Performing operations on these resources through the control plane proxy only requires Azure RBAC permissions on the hub. The Azure AI Foundry service then performs the call to the Azure AI services or Azure OpenAI control plane endpoint on your behalf.
110110

111-
For more information, see [Role-based access control in Azure AI Foundry portal](rbac-ai-foundry.md).
111+
For more information, see [Role-based access control in Azure AI Foundry portal](rbac-azure-ai-foundry.md).
112112

113113
## Attribute-based access control
114114

articles/ai-foundry/concepts/concept-model-distillation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ We used an advanced prompt during synthetic data generation. The advanced prompt
4141

4242
## Related content
4343

44-
- [What is Azure AI Foundry?](../what-is-ai-foundry.md)
44+
- [What is Azure AI Foundry?](../what-is-azure-ai-foundry.md)
4545
- [Deploy Meta Llama 3.1 models with Azure AI Foundry](../how-to/deploy-models-llama.md)
4646
- [Azure AI Foundry FAQ](../faq.yml)

articles/ai-foundry/concepts/concept-synthetic-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ To see how to generate synthetic data, you can use the [sample notebook](https:/
3535

3636
## Related content
3737

38-
- [What is Azure AI Foundry?](../what-is-ai-foundry.md)
38+
- [What is Azure AI Foundry?](../what-is-azure-ai-foundry.md)
3939
- [Deploy Meta Llama 3.1 models with Azure AI Foundry](../how-to/deploy-models-llama.md)
4040
- [Azure AI Foundry FAQ](../faq.yml)

articles/ai-foundry/concepts/connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When you create a connection with an existing Azure storage account, you can cho
5454
- **Identity-based**: Use your Microsoft Entra ID or managed identity to authenticate data access.
5555

5656
> [!TIP]
57-
> When you use an identity-based connection, Azure role-based access control (Azure RBAC) determines who can access the connection. You must assign the correct Azure RBAC roles to your developers before they can use the connection. For more information, see [Scenario: Connections using Microsoft Entra ID](rbac-ai-foundry.md#scenario-connections-using-microsoft-entra-id-authentication).
57+
> When you use an identity-based connection, Azure role-based access control (Azure RBAC) determines who can access the connection. You must assign the correct Azure RBAC roles to your developers before they can use the connection. For more information, see [Scenario: Connections using Microsoft Entra ID](rbac-azure-ai-foundry.md#scenario-connections-using-microsoft-entra-id-authentication).
5858
5959

6060
The following table shows the supported Azure cloud-based storage services and authentication methods:
@@ -84,7 +84,7 @@ A Uniform Resource Identifier (URI) represents a storage location on your local
8484

8585
Connections allow you to securely store credentials, authenticate access, and consume data and information. Secrets associated with connections are securely persisted in the corresponding Azure Key Vault, adhering to robust security and compliance standards. As an administrator, you can audit both shared and project-scoped connections on a hub level.
8686

87-
Azure connections serve as key vault proxies, and interactions with connections are direct interactions with an Azure key vault. Azure AI Foundry connections store API keys securely, as secrets, in a key vault. The key vault [Azure role-based access control (Azure RBAC)](./rbac-ai-foundry.md) controls access to these connection resources. A connection references the credentials from the key vault storage location for further use. You won't need to directly deal with the credentials after they're stored in the hub's key vault. You have the option to store the credentials in the YAML file. A CLI command or SDK can override them. We recommend that you avoid credential storage in a YAML file, because a security breach could lead to a credential leak.
87+
Azure connections serve as key vault proxies, and interactions with connections are direct interactions with an Azure key vault. Azure AI Foundry connections store API keys securely, as secrets, in a key vault. The key vault [Azure role-based access control (Azure RBAC)](./rbac-azure-ai-foundry.md) controls access to these connection resources. A connection references the credentials from the key vault storage location for further use. You won't need to directly deal with the credentials after they're stored in the hub's key vault. You have the option to store the credentials in the YAML file. A CLI command or SDK can override them. We recommend that you avoid credential storage in a YAML file, because a security breach could lead to a credential leak.
8888

8989

9090
## Next steps

articles/ai-foundry/concepts/management-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Assign roles, manage users, and ensure that all settings comply with organizatio
4040

4141
:::image type="content" source="../media/management-center/user-management.png" alt-text="Screenshot of the user management section of the management center." lightbox="../media/management-center/user-management.png":::
4242

43-
For more information, see [Role-based access control](rbac-ai-foundry.md#assigning-roles-in-azure-ai-foundry-portal).
43+
For more information, see [Role-based access control](rbac-azure-ai-foundry.md#assigning-roles-in-azure-ai-foundry-portal).
4444

4545
## Related content
4646

File renamed without changes.

0 commit comments

Comments
 (0)