Skip to content

Commit 808bd2b

Browse files
authored
Merge pull request #109273 from rmca14/fixwarns10
Fix validation warnings in afternoon publish PR
2 parents 3b811e6 + a5bb0de commit 808bd2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/api-management/api-management-howto-mutual-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Follow the steps below to upload a new client certificate. If you have not creat
5050
Once the certificate is uploaded, it shows in the **Certificates**. If you have many certificates, make a note of the thumbprint of the desired certificate in order to [Configure an API to use a client certificate for gateway authentication][Configure an API to use a client certificate for gateway authentication].
5151

5252
> [!NOTE]
53-
> To turn off certificate chain validation when using, for example, a self-signed certificate, follow the steps described in this FAQ [item](api-management-faq.md#can-i-use-a-self-signed-ssl-certificate-for-a-back-end).
53+
> To turn off certificate chain validation when using, for example, a self-signed certificate, follow the steps described in this FAQ [item](api-management-faq.md#can-i-use-a-self-signed-tlsssl-certificate-for-a-back-end).
5454
5555
## <a name="step1a"> </a>Delete a client certificate
5656

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ HTTP and HTTPS endpoints support various kinds of authentication. Based on the t
624624

625625
### Basic authentication
626626

627-
If the [Basic](../active-directory-b2c/secure-rest-api-dotnet-basic-auth.md) option is available, specify these property values:
627+
If the [Basic](../active-directory-b2c/secure-rest-api.md) option is available, specify these property values:
628628

629629
| Property (designer) | Property (JSON) | Required | Value | Description |
630630
|---------------------|-----------------|----------|-------|-------------|
@@ -686,7 +686,7 @@ For more information about securing services by using client certificate authent
686686

687687
* [Improve security for APIs by using client certificate authentication in Azure API Management](../api-management/api-management-howto-mutual-certificates-for-clients.md)
688688
* [Improve security for back-end services by using client certificate authentication in Azure API Management](../api-management/api-management-howto-mutual-certificates.md)
689-
* [Improve security for your RESTfuL service by using client certificates](../active-directory-b2c/secure-rest-api-dotnet-certificate-auth.md)
689+
* [Improve security for your RESTfuL service by using client certificates](../active-directory-b2c/secure-rest-api.md)
690690
* [Certificate credentials for application authentication](../active-directory/develop/active-directory-certificate-credentials.md)
691691
* [Use an SSL certificate in your application code in Azure App Service](../app-service/configure-ssl-certificate-in-code.md)
692692

0 commit comments

Comments
 (0)