Skip to content

Commit 70740b8

Browse files
committed
Fix issues
2 parents 35a15a2 + fbd2aca commit 70740b8

File tree

381 files changed

+5840
-10031
lines changed

Some content is hidden

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

381 files changed

+5840
-10031
lines changed

.openpublishing.redirection.json

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/vpn-gateway/vpn-gateway-about-forced-tunneling.md",
5+
"redirect_url": "/previous-versions/azure/vpn-gateway/vpn-gateway-about-forced-tunneling",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/azure-app-configuration/rest-api-postman.md",
510
"redirect_url": "/previous-versions/azure/azure-app-configuration/rest-api-postman",
@@ -2535,21 +2540,6 @@
25352540
"redirect_url": "/azure/developer/jenkins/pipeline-with-github-and-docker",
25362541
"redirect_document_id": false
25372542
},
2538-
{
2539-
"source_path_from_root": "/articles/kubernetes-fleet/access-fleet-kubernetes-api.md",
2540-
"redirect_url": "/azure/kubernetes-fleet/quickstart-access-fleet-kubernetes-api",
2541-
"redirect_document_id": false
2542-
},
2543-
{
2544-
"source_path_from_root": "/articles/kubernetes-fleet/configuration-propagation.md",
2545-
"redirect_url": "/azure/kubernetes-fleet/resource-propagation",
2546-
"redirect_document_id": false
2547-
},
2548-
{
2549-
"source_path_from_root": "/articles/kubernetes-fleet/resource-propagation.md",
2550-
"redirect_url": "/azure/kubernetes-fleet/concepts-resource-propagation",
2551-
"redirect_document_id": false
2552-
},
25532543
{
25542544
"source_path_from_root": "/articles/labs/anomaly-finder/apiref.md",
25552545
"redirect_url": "/azure/ai-services/anomaly-detector/",
@@ -4771,7 +4761,7 @@
47714761
"redirect_document_id": false
47724762
},
47734763
{
4774-
"source_path_from_root": "/articles/load-balancer/load-balancer-ipv6-internet-ps.md",
4764+
"source_path_from_root": "/articles/load-balancer/load-balancer-ipv6-internet-ps.md",
47754765
"redirect_url": "/azure/load-balancer/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell",
47764766
"redirect_document_id": false
47774767
},
@@ -4786,4 +4776,4 @@
47864776
"redirect_document_id": false
47874777
}
47884778
]
4789-
}
4779+
}

CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@
2929
/articles/advisor @jasonwhowell @thomps23
3030
/articles/chaos-studio @jasonwhowell @thomps23
3131
/articles/service-health @jasonwhowell @thomps23
32+
/articles/azure-arc @jasonwhowell @thomps23
33+
/articles/azure-linux @jasonwhowell @thomps23
34+
/articles/azure-portal @jasonwhowell @thomps23
35+
/articles/copilot @jasonwhowell @thomps23
36+
/articles/lighthouse @jasonwhowell @thomps23
37+
/articles/quotas @jasonwhowell @thomps23
38+
/articles/container-registry @jasonwhowell @thomps23
39+
/articles/kubernetes-fleet @jasonwhowell @thomps23

articles/api-management/authentication-basic-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: danlep
1616

1717
Use the `authentication-basic` policy to authenticate with a backend service using Basic authentication. This policy effectively sets the HTTP Authorization header to the value corresponding to the credentials provided in the policy.
1818

19+
[!INCLUDE [api-management-credentials-caution](../../includes/api-management-credentials-caution.md)]
20+
1921
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
2022

2123

articles/api-management/authentication-certificate-policy.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ms.author: danlep
1414

1515
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1616

17-
Use the `authentication-certificate` policy to authenticate with a backend service using a client certificate. When the certificate is [installed into API Management](./api-management-howto-mutual-certificates.md) first, identify it first by its thumbprint or certificate ID (resource name).
17+
Use the `authentication-certificate` policy to authenticate with a backend service using a client certificate. When the certificate is [installed into API Management](./api-management-howto-mutual-certificates.md) first, identify it first by its thumbprint or certificate ID (resourcename).
18+
19+
[!INCLUDE [api-management-credentials-caution](../../includes/api-management-credentials-caution.md)]
1820

1921
> [!CAUTION]
2022
> If the certificate references a certificate stored in Azure Key Vault, identify it using the certificate ID. When a key vault certificate is rotated, its thumbprint in API Management will change, and the policy will not resolve the new certificate if it is identified by thumbprint.
@@ -43,6 +45,12 @@ ms.author: danlep
4345
- [**Policy scopes:**](./api-management-howto-policies.md#scopes) global, workspace, product, API, operation
4446
- [**Gateways:**](api-management-gateways-overview.md) classic, v2, consumption, self-hosted, workspace
4547

48+
### Usage notes
49+
50+
- We recommend configuring [key vault certificates](api-management-howto-mutual-certificates.md) to manage certificates used to secure access to backend services.
51+
- If you configure a certificate password in this policy, we recommend using a [named value](api-management-howto-properties.md).
52+
53+
4654
## Examples
4755

4856
### Client certificate identified by the certificate ID
310 KB
Loading
327 KB
Loading
34.2 KB
Loading
73 Bytes
Loading

0 commit comments

Comments
 (0)