Skip to content

Commit cc45a5f

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into metadata
2 parents a44a831 + d41a498 commit cc45a5f

31 files changed

+794
-1046
lines changed

.openpublishing.redirection.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@
165165
"redirect_url": "/azure/iot-fundamentals/iot-introduction",
166166
"redirect_document_id": false
167167
},
168+
169+
{
170+
"source_path": "articles/iot-hub/iot-hub-create-using-cli-nodejs.md",
171+
"redirect_url": "/azure/iot-hub/iot-hub-create-using-cli",
172+
"redirect_document_id": true
173+
},
168174
{
169175
"source_path": "articles/cognitive-services/custom-decision-service/custom-decision-service-tutorial-analytics.md",
170176
"redirect_url": "/azure/cognitive-services/custom-decision-service",
@@ -26466,6 +26472,26 @@
2646626472
"redirect_url": "/azure/azure-stack/azure-stack-powershell-download",
2646726473
"redirect_document_id": false
2646826474
},
26475+
{
26476+
"source_path": "articles/azure-stack/azure-stack-extension-host-prepare.md",
26477+
"redirect_url": "/azure/azure-stack",
26478+
"redirect_document_id": false
26479+
},
26480+
{
26481+
"source_path": "articles/azure-stack/user/azure-stack-metrics-azure-data.md",
26482+
"redirect_url": "/azure/azure-stack",
26483+
"redirect_document_id": false
26484+
},
26485+
{
26486+
"source_path": "articles/azure-stack/user/azure-stack-metrics-monitor.md",
26487+
"redirect_url": "/azure/azure-stack",
26488+
"redirect_document_id": false
26489+
},
26490+
{
26491+
"source_path": "articles/azure-stack/user/azure-stack-metrics-supported.md",
26492+
"redirect_url": "/azure/azure-stack",
26493+
"redirect_document_id": false
26494+
},
2646926495
{
2647026496
"source_path": "articles/active-directory/application-proxy-teams.md",
2647126497
"redirect_url": "/azure/active-directory/manage-apps/application-proxy-integrate-with-teams",

articles/active-directory/devices/hybrid-azuread-join-federated-domains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ms.component: devices
1313
ms.workload: identity
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
16-
ms.topic: article
17-
ms.date: 07/31/2018
16+
ms.topic: tutorial
17+
ms.date: 08/25/2018
1818
ms.author: markvi
1919
ms.reviewer: sandeo
2020

articles/active-directory/devices/hybrid-azuread-join-managed-domains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ms.component: devices
1313
ms.workload: identity
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
16-
ms.topic: article
17-
ms.date: 08/08/2018
16+
ms.topic: tutorial
17+
ms.date: 08/25/2018
1818
ms.author: markvi
1919
ms.reviewer: sandeo
2020

articles/active-directory/devices/hybrid-azuread-join-manual-steps.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,37 @@ ms.component: devices
1313
ms.workload: identity
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
16-
ms.topic: article
17-
ms.date: 08/08/2018
16+
ms.topic: tutorial
17+
ms.date: 08/25/2018
1818
ms.author: markvi
1919
ms.reviewer: sandeo
2020

21+
#Customer intent: As a IT admin, I want to setup hybrid Azure AD joined devices so that I can automatically bring AD domain-joined devices under control
2122
---
2223
# Tutorial: Configure hybrid Azure Active Directory joined devices manually
2324

2425
With device management in Azure Active Directory (Azure AD), you can ensure that your users are accessing your resources from devices that meet your standards for security and compliance. For more details, see the [Introduction to device management in Azure Active Directory](overview.md).
2526

26-
If you have an on-premises Active Directory environment and you want to join your domain-joined devices to Azure AD, you can accomplish this by configuring hybrid Azure AD joined devices. This article provides you with the related steps.
27-
28-
2927

3028
> [!TIP]
3129
> If using Azure AD Connect is an option for you, see [Select your scenario](hybrid-azuread-join-plan.md#select-your-scenario). By using Azure AD Connect, you can simplify the configuration of hybrid Azure AD join significantly.
3230
3331

3432

33+
If you have an on-premises Active Directory environment and you want to join your domain-joined devices to Azure AD, you can accomplish this by configuring hybrid Azure AD joined devices. In this tutorial, you learn how to manually configure hybrid Azure AD join for your devices.
34+
35+
> [!div class="checklist"]
36+
> * Prerequisites
37+
> * Configuration steps
38+
> * Configure service connection point
39+
> * Setup issuance of claims
40+
> * Enable Windows down-level devices
41+
> * Verify joined devices
42+
> * Troubleshoot your implementation
43+
44+
45+
46+
3547

3648
## Prerequisites
3749

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
href: api-management-howto-integrate-internal-vnet-appgateway.md
102102
- name: Mutual Certificate authentication
103103
href: api-management-howto-mutual-certificates.md
104+
- name: Manage CA certificates
105+
href: api-management-howto-ca-certificates.md
104106
- name: Manage protocols and ciphers
105107
href: api-management-howto-manage-protocols-ciphers.md
106108
- name: Customize the developer experience
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Add a custom CA certificate - Azure API Management | Microsoft Docs
3+
description: Learn how to add a custom CA certificate in Azure API Management.
4+
services: api-management
5+
documentationcenter: ''
6+
author: mikebudzynski
7+
manager: cfowler
8+
editor: ''
9+
10+
ms.service: api-management
11+
ms.workload: mobile
12+
ms.tgt_pltfrm: na
13+
ms.devlang: na
14+
ms.topic: article
15+
ms.date: 08/20/2018
16+
ms.author: apimpm
17+
---
18+
19+
# How to add a custom CA certificate in Azure API Management
20+
21+
Azure API Management allows installing CA certificates on the machine inside the trusted root and intermediate certificate stores. This functionality should be used if your services require a custom CA certificate.
22+
23+
The article shows how to manage CA certificates of an Azure API Management service instance in the Azure portal.
24+
25+
## <a name="step1"> </a>Upload a CA certificate
26+
27+
![Add CA certificates](media/api-management-howto-ca-certificates/00.png)
28+
29+
Follow the steps below to upload a new CA certificate. If you have not created an API Management service instance yet, see the tutorial [Create an API Management service instance](get-started-create-service-instance.md).
30+
31+
1. Navigate to your Azure API Management service instance in the Azure portal.
32+
33+
2. Select **CA certificates** from the menu.
34+
35+
3. Click the **+ Add** button.
36+
37+
![Add CA certificates](media/api-management-howto-ca-certificates/01.png)
38+
39+
4. Browse for the certificate and decide on the certificate store. Only the public key is needed, so the password is not required.
40+
41+
![Add CA certificates](media/api-management-howto-ca-certificates/02.png)
42+
43+
5. Click **Save**. This operation may take a few minutes.
44+
45+
![Add CA certificates](media/api-management-howto-ca-certificates/03.png)
46+
47+
> [!NOTE]
48+
> You can upload a CA certificate using the `New-AzureRmApiManagementSystemCertificate` Powershell command.
49+
50+
## <a name="step1a"> </a>Delete a client certificate
51+
52+
To delete a certificate, click context menu **...** and select **Delete** beside the certificate.
53+
54+
![Delete CA certificates](media/api-management-howto-ca-certificates/04.png)
55+
56+
[Upload a CA certificate]: #step1
57+
[Delete a CA certificate]: #step1a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Secure back-end services using client certificate authentication - Azure
33
description: Learn how to secure back-end services using client certificate authentication in Azure API Management.
44
services: api-management
55
documentationcenter: ''
6-
author: vladvino
6+
author: mikebudzynski
77
manager: cfowler
88
editor: ''
99

25.3 KB
Loading
25.4 KB
Loading
32.5 KB
Loading

0 commit comments

Comments
 (0)