Skip to content

Commit 0ceba7a

Browse files
committed
fixed absolute links
1 parent 5d0434b commit 0ceba7a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Private endpoints are currently supported for the following Azure services:
832832
* Azure AI Search
833833
* Azure AI services
834834
* Azure API Management
835-
* Supporting only Classic tier without VNET injection and Standard V2 tier with virtual network integration. For more on API Management virtual networks, see [Virtual Network Concepts](https://learn.microsoft.com/azure/api-management/virtual-network-concepts)
835+
* Supporting only Classic tier without VNET injection and Standard V2 tier with virtual network integration. For more on API Management virtual networks, see [Virtual Network Concepts](/azure/api-management/virtual-network-concepts)
836836
* Azure Container Registry
837837
* Azure Cosmos DB (all sub resource types)
838838
* Azure Data Factory
@@ -848,7 +848,7 @@ Private endpoints are currently supported for the following Azure services:
848848
* Azure Redis Cache
849849
* Azure SQL Server
850850
* Azure Storage (all sub resource types)
851-
* Application Insights (Through [PrivateLinkScopes](https://learn.microsoft.com/azure/azure-monitor/logs/private-link-configure#create-azure-monitor-private-link-scope-ampls))
851+
* Application Insights (Through [PrivateLinkScopes](/azure/azure-monitor/logs/private-link-configure#create-azure-monitor-private-link-scope-ampls))
852852

853853

854854
When you create a private endpoint, you provide the _resource type_ and _subresource_ that the endpoint connects to. Some resources have multiple types and subresources. For more information, see [what is a private endpoint](/azure/private-link/private-endpoint-overview).

articles/ai-services/language-service/personally-identifiable-information/how-to/adapt-to-domain-pii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ Logging:Console:LogLevel:Default=Debug
221221
- Rule names must begin with "CE_"
222222
- Rule names must be unique.
223223
- Rule names may only use alphanumeric characters and underscores ("_")
224-
- Regex patterns follow the .NET regular Expressions format. See [our documentation on .NET regular expressions](https://learn.microsoft.com/dotnet/standard/base-types/regular-expressions) for more information.
224+
- Regex patterns follow the .NET regular Expressions format. See [our documentation on .NET regular expressions](/dotnet/standard/base-types/regular-expressions) for more information.

articles/ai-services/openai/how-to/evaluations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Azure OpenAI evaluation enables developers to create evaluation runs to test aga
5050
- West US 2
5151
- West US 3
5252

53-
If your preferred region is missing, refer to [Azure OpenAI regions](https://learn.microsoft.com/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability) and check if it is one of the Azure OpenAI regional availability zones.
53+
If your preferred region is missing, refer to [Azure OpenAI regions](/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability) and check if it is one of the Azure OpenAI regional availability zones.
5454

5555
### Supported deployment types
5656

@@ -63,7 +63,7 @@ If your preferred region is missing, refer to [Azure OpenAI regions](https://lea
6363

6464
## Evaluation API (preview)
6565

66-
Evaluation API lets you test model outputs directly through API calls, and programmatically assess model quality and performance. To use Evaluation API, check out the [REST API documentation](https://learn.microsoft.com/azure/ai-services/openai/authoring-reference-preview#evaluation---get-list).
66+
Evaluation API lets you test model outputs directly through API calls, and programmatically assess model quality and performance. To use Evaluation API, check out the [REST API documentation](/azure/ai-services/openai/authoring-reference-preview#evaluation---get-list).
6767

6868
## Evaluation pipeline
6969

articles/machine-learning/how-to-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The following table is a summary of Azure Machine Learning activities and the pe
287287
288288
2. When attaching an AKS cluster, you also need to have the [Azure Kubernetes Service Cluster Admin Role](/azure/role-based-access-control/built-in-roles#azure-kubernetes-service-cluster-admin-role) on the cluster.
289289
290-
3. These scenarios don't include the permissions needed to create workspace dependent resources. For more information, see the write permissions for [Storage](https://learn.microsoft.com/azure/role-based-access-control/permissions/storage#microsoftstorage), [OperationalInsights](https://learn.microsoft.com/azure/role-based-access-control/permissions/monitor#microsoftoperationalinsights), [Key Vault](https://learn.microsoft.com/azure/role-based-access-control/permissions/security#microsoftkeyvault) and [Container Registry](https://learn.microsoft.com/azure/role-based-access-control/permissions/containers#microsoftcontainerregistry).
290+
3. These scenarios don't include the permissions needed to create workspace dependent resources. For more information, see the write permissions for [Storage](/azure/role-based-access-control/permissions/storage#microsoftstorage), [OperationalInsights](/azure/role-based-access-control/permissions/monitor#microsoftoperationalinsights), [Key Vault](/azure/role-based-access-control/permissions/security#microsoftkeyvault) and [Container Registry](/azure/role-based-access-control/permissions/containers#microsoftcontainerregistry).
291291
292292
4. When attaching user-managed identities, you also need to have `Microsoft.ManagedIdentity/userAssignedIdentities/assign/action` permission on the identities. For more information, see [Azure built-in roles for Identity](/azure/role-based-access-control/built-in-roles/identity).
293293

articles/machine-learning/how-to-managed-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,8 +1171,8 @@ Private endpoints are currently supported for the following Azure services:
11711171
* Azure Database for PostgreSQL Flexible Server
11721172
* Azure Database for MySQL
11731173
* Azure API Management
1174-
* Supporting only Classic tier without VNET injection and Standard V2 tier with virtual network integration. For more on API Management virtual networks, see [Virtual Network Concepts](https://learn.microsoft.com/azure/api-management/virtual-network-concepts)
1175-
* Application Insights (Through [PrivateLinkScopes](https://learn.microsoft.com/azure/azure-monitor/logs/private-link-configure#create-azure-monitor-private-link-scope-ampls))
1174+
* Supporting only Classic tier without VNET injection and Standard V2 tier with virtual network integration. For more on API Management virtual networks, see [Virtual Network Concepts](/azure/api-management/virtual-network-concepts)
1175+
* Application Insights (Through [PrivateLinkScopes](/azure/azure-monitor/logs/private-link-configure#create-azure-monitor-private-link-scope-ampls))
11761176

11771177
When you create a private endpoint, you provide the _resource type_ and _subresource_ that the endpoint connects to. Some resources have multiple types and subresources. For more information, see [what is a private endpoint](/azure/private-link/private-endpoint-overview).
11781178

0 commit comments

Comments
 (0)