Skip to content

Commit becc337

Browse files
committed
2 parents bfc11e4 + c308fb9 commit becc337

10 files changed

+1326
-1315
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,7 @@
12901290
"articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json",
12911291
"articles/virtual-machine-scale-sets/.openpublishing.redirection.virtual-machine-scale-sets.json",
12921292
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
1293+
"articles/virtual-network/.openpublishing.redirection.virtual-network.json",
12931294
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json"
12941295
]
12951296
}

.openpublishing.redirection.app-service.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,6 +2639,11 @@
26392639
"source_path_from_root": "/articles/app-service-web/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database.md",
26402640
"redirect_url": "/aspnet/core/security/authorization/secure-data",
26412641
"redirect_document_id": false
2642+
},
2643+
{
2644+
"source_path": "articles/app-service/quickstart-dotnet-framework.md",
2645+
"redirect_url": "/azure/app-service/quickstart-dotnetcore?tabs=netframework48",
2646+
"redirect_document_id": false
26422647
}
26432648
]
26442649
}

.openpublishing.redirection.json

Lines changed: 137 additions & 1242 deletions
Large diffs are not rendered by default.

articles/governance/resource-graph/reference/supported-tables-resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Supported Azure Resource Manager resource types
33
description: Provide a list of the Azure Resource Manager resource types supported by Azure Resource Graph and Change History.
4-
ms.date: 01/22/2023
4+
ms.date: 01/29/2023
55
ms.topic: reference
66
ms.custom: generated
77
---
@@ -864,7 +864,6 @@ For sample queries for this table, see [Resource Graph sample queries for resour
864864
- microsoft.sqlvirtualmachine/sqlvirtualmachinegroups
865865
- microsoft.SqlVirtualMachine/SqlVirtualMachines (SQL virtual machines)
866866
- microsoft.sqlvm/dwvm
867-
- microsoft.storage/datamovers
868867
- microsoft.Storage/StorageAccounts (Storage accounts)
869868
- Sample query: [Find storage accounts with a specific case-insensitive tag on the resource group](../samples/samples-by-category.md#find-storage-accounts-with-a-specific-case-insensitive-tag-on-the-resource-group)
870869
- Sample query: [Find storage accounts with a specific case-sensitive tag on the resource group](../samples/samples-by-category.md#find-storage-accounts-with-a-specific-case-sensitive-tag-on-the-resource-group)

articles/machine-learning/how-to-troubleshoot-batch-endpoints.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ __Reason__: The access token used to invoke the REST API for the endpoint/deploy
194194

195195
__Solution__: When generating an authentication token to be used with the Batch Endpoint REST API, ensure the `resource` parameter is set to `https://ml.azure.com`. Please notice that this resource is different from the resource you need to indicate to manage the endpoint using the REST API. All Azure resources (including batch endpoints) use the resource `https://management.azure.com` for managing them. Ensure you use the right resource URI on each case. Notice that if you want to use the management API and the job invocation API at the same time, you'll need two tokens. For details see: [Authentication on batch endpoints (REST)](how-to-authenticate-batch-endpoint.md?tabs=rest).
196196

197+
### No valid deployments to route to. Please check that the endpoint has at least one deployment with positive weight values or use a deployment specific header to route.
198+
199+
__Reason__: Default Batch Deployment isn't set correctly.
200+
201+
__Solution__: ensure the default batch deployment is set correctly. You may need to update the default batch deployment. For details see: [Update the default batch deployment](how-to-use-batch-model-deployments.md?tabs=cli&#update-the-default-batch-deployment)
202+
197203
## Limitations and not supported scenarios
198204

199205
When designing machine learning solutions that rely on batch endpoints, some configurations and scenarios may not be supported.

articles/postgresql/flexible-server/concepts-networking-private-link.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ For a list to PaaS services that support Private Link functionality, review the
3131

3232
The same public service instance can be referenced by multiple private endpoints in different VNets/subnets, even if they belong to different users/subscriptions (including within differing Microsoft Entra ID tenants) or if they have overlapping address spaces.
3333

34+
> [!NOTE]
35+
> **Important Prerequisite:** Azure Database for PostgreSQL flexible server support for Private Endpoints in Preview requires enablement of [**Azure Database for PostgreSQL flexible server Private Endpoint capability** preview feature in your subscription](../../azure-resource-manager/management/preview-features.md).
36+
> Only **after preview feature is enabled** you can create servers which are PE capable, i.e. can be networked using Private Link.
37+
38+
3439
## Key Benefits of Azure Private Link
3540

3641
**Azure Private Link** provides the following benefits:
@@ -66,12 +71,6 @@ Cross Feature Availability Matrix for preview of Private Endpoint in Azure Datab
6671
| Connection pooling with PGBouncer | Yes | Works as designed |
6772
| Private Endpoint DNS | Yes | Works as designed and [documented](../../private-link/private-endpoint-dns.md) |
6873

69-
> [!NOTE]
70-
> Azure Database for PostgreSQL flexible server support for Private Endpoints in Preview requires enablement of [**Azure Database for PostgreSQL flexible server Private Endpoint capability** preview feature in your subscription](../../azure-resource-manager/management/preview-features.md).
71-
> Only **after preview feature is enabled** you can create servers which are PE capable, i.e. can be networked using Private Link.
72-
73-
74-
7574

7675
### Connect from an Azure VM in Peered Virtual Network
7776

0 commit comments

Comments
 (0)