Skip to content

Commit 056f46e

Browse files
authored
Merge pull request #108330 from MicrosoftDocs/master
3/19 AM Publish
2 parents bb253aa + 6d269f6 commit 056f46e

File tree

122 files changed

+1544
-593
lines changed

Some content is hidden

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

122 files changed

+1544
-593
lines changed

articles/active-directory/app-provisioning/export-import-provisioning-configuration.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@ ms.author: chmutali
1818

1919
ms.collection: M365-identity-device-management
2020
---
21-
# Export or import your provisioning configuration by using the Microsoft Graph API
22-
23-
You can use the Microsoft Graph API and the Microsoft Graph Explorer to export your User Provisioning attribute mappings and schema to a JSON file and import it back into Azure AD. You can also use the steps captured here to create a backup of your provisioning configuration.
24-
21+
# Export your provisioning configuration and roll back to a known good state
22+
23+
## Export and import your provisioning configuration from the Azure portal
24+
### How can I export my provisioning configuration?
25+
To export your configuration:
26+
1. In the [Azure portal](https://portal.azure.com/), on the left navigation panel, select **Azure Active Directory**.
27+
2. In the **Azure Active Directory** pane, select **Enterprise applications** and choose your application.
28+
3. In the left navigation pane, select **provisioning**. From the provisioning configuration page, click on **attribute mappings**, then **show advanced options**, and finally **review your schema**. This will take you to the schema editor.
29+
5. Click on download in the command bar at the top of the page to download your schema.
30+
31+
### Disaster recovery - roll back to a known good state
32+
Exporting and saving your configuration allows you to roll back to a previous version of your configuration. We recommend exporting your provisioning configuration and saving it for later use anytime you make a change to your attribute mappings or scoping filters. All you need to do is open up the JSON file that you downloaded in the steps above, copy the entire contents of the JSON file, replace the entire contents of the JSON payload in the schema editor, and then save. If there is an active provisioning cycle, it will complete and the next cycle will use the updated schema. The next cycle will also be an initial cycle, which reevaluates every user and group based on the new configuration.
2533
## Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
2634

2735
1. Launch the [Azure portal](https://portal.azure.com), and navigate to the Properties section of your provisioning application. For e.g. if you want to export your *Workday to AD User Provisioning application* mapping navigate to the Properties section of that app.

articles/active-directory/devices/hybrid-azuread-join-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use the Active Directory Services Interfaces Editor (ADSI Edit) to modify the SC
4040
1. Launch the **ADSI Edit** desktop application from and administrative workstation or a domain controller as an Enterprise Administrator.
4141
1. Connect to the **Configuration Naming Context** of your domain.
4242
1. Browse to **CN=Configuration,DC=contoso,DC=com** > **CN=Services** > **CN=Device Registration Configuration**
43-
1. Right click on the leaf object under **CN=Device Registration Configuration** and select **Properties**
43+
1. Right click on the leaf object **CN=62a0ff2e-97b9-4513-943f-0d221bd30080** and select **Properties**
4444
1. Select **keywords** from the **Attribute Editor** window and click **Edit**
4545
1. Select the values of **azureADId** and **azureADName** (one at a time) and click **Remove**
4646
1. Close **ADSI Edit**

articles/active-directory/saas-apps/planview-enterprise-one-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
8888
`https://<SUBDOMAIN>.pvcloud.com/planview`
8989

9090
> [!NOTE]
91-
> These values are not real. Update these values with the actual Sign on URL and Identifier. Contact [Planview Enterprise One Client support team](mailto:hostingsupport@planview.com) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
91+
> These values are not real. Update these values with the actual Sign on URL and Identifier. Contact [Planview Enterprise One Client support team](mailto:customercare@planview.com) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
9292

9393
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Federation Metadata XML** and select **Download** to download the certificate and save it on your computer.
9494

@@ -130,11 +130,11 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
130130

131131
## Configure Planview Enterprise One SSO
132132

133-
To configure single sign-on on **Planview Enterprise One** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from Azure portal to [Planview Enterprise One support team](mailto:hostingsupport@planview.com). They set this setting to have the SAML SSO connection set properly on both sides.
133+
To configure single sign-on on **Planview Enterprise One** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from Azure portal to [Planview Enterprise One support team](mailto:customercare@planview.com). They set this setting to have the SAML SSO connection set properly on both sides.
134134

135135
### Create Planview Enterprise One test user
136136

137-
In this section, you create a user called B.Simon in Planview Enterprise One. Work with [Planview Enterprise One support team](mailto:hostingsupport@planview.com) to add the users in the Planview Enterprise One platform.Users must be created and activated before you use single sign-on.
137+
In this section, you create a user called B.Simon in Planview Enterprise One. Work with [Planview Enterprise One support team](mailto:customercare@planview.com) to add the users in the Planview Enterprise One platform.Users must be created and activated before you use single sign-on.
138138

139139
## Test SSO
140140

articles/application-gateway/tutorial-url-redirect-powershell.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ description: Learn how to create an application gateway with URL path-based redi
44
services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
7-
ms.date: 11/14/2019
7+
ms.date: 03/19/2020
88
ms.author: victorh
9-
ms.topic: tutorial
9+
ms.topic: conceptual
1010
#Customer intent: As an IT administrator, I want to use Azure PowerShell to set up URL path redirection of web traffic to specific pools of servers so I can ensure my customers have access to the information they need.
1111
---
1212

1313
# Create an application gateway with URL path-based redirection using Azure PowerShell
1414

15-
You can use Azure PowerShell to configure [URL-based routing rules](application-gateway-url-route-overview.md) when you create an [application gateway](application-gateway-introduction.md). In this tutorial, you create backend pools using [virtual machine scale sets](../virtual-machine-scale-sets/virtual-machine-scale-sets-overview.md). You then create URL routing rules that make sure web traffic is redirected to the appropriate backend pool.
15+
You can use Azure PowerShell to configure [URL-based routing rules](application-gateway-url-route-overview.md) when you create an [application gateway](application-gateway-introduction.md). In this article, you create backend pools using [virtual machine scale sets](../virtual-machine-scale-sets/virtual-machine-scale-sets-overview.md). You then create URL routing rules that make sure web traffic is redirected to the appropriate backend pool.
1616

17-
In this tutorial, you learn how to:
17+
In this article, you learn how to:
1818

1919
> [!div class="checklist"]
2020
> * Set up the network
@@ -26,15 +26,15 @@ The following example shows site traffic coming from both ports 8080 and 8081 an
2626

2727
![URL routing example](./media/tutorial-url-redirect-powershell/scenario.png)
2828

29-
If you prefer, you can complete this tutorial using [Azure CLI](tutorial-url-redirect-cli.md).
29+
If you prefer, you can complete this procedure using [Azure CLI](tutorial-url-redirect-cli.md).
3030

3131
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3232

3333
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
3434

3535
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3636

37-
If you choose to install and use the PowerShell locally, this tutorial requires the Azure PowerShell module version 1.0.0 or later. To find the version, run `Get-Module -ListAvailable Az` . If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
37+
If you choose to install and use the PowerShell locally, this procedure requires the Azure PowerShell module version 1.0.0 or later. To find the version, run `Get-Module -ListAvailable Az` . If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
3838

3939
## Create a resource group
4040

@@ -125,7 +125,7 @@ $poolSettings = New-AzApplicationGatewayBackendHttpSettings `
125125

126126
### Create the default listener and rule
127127

128-
A listener is required to enable the application gateway to route traffic appropriately to a backend pool. In this tutorial, you create multiple listeners. The first basic listener expects traffic at the root URL. The other listeners expect traffic at specific URLs, such as `http://52.168.55.24:8080/images/` or `http://52.168.55.24:8081/video/`.
128+
A listener is required to enable the application gateway to route traffic appropriately to a backend pool. In this article, you create multiple listeners. The first basic listener expects traffic at the root URL. The other listeners expect traffic at specific URLs, such as `http://52.168.55.24:8080/images/` or `http://52.168.55.24:8081/video/`.
129129

130130
Create a listener named *defaultListener* using [New-AzApplicationGatewayHttpListener](/powershell/module/az.network/new-azapplicationgatewayhttplistener) with the frontend configuration and frontend port that you previously created. A rule is required for the listener to know which backend pool to use for incoming traffic. Create a basic rule named *rule1* using [New-AzApplicationGatewayRequestRoutingRule](/powershell/module/az.network/new-azapplicationgatewayrequestroutingrule).
131131

articles/azure-maps/tutorial-geofence.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ Once the Postman app is installed, follow these steps to upload the construction
145145
}
146146
```
147147

148-
5. Click send and review the response header. Upon a successful request, the **Location** header will contain the status URI. The status URI is of the following format.
148+
5. Click send and review the response header. Upon a successful request, the **Location** header will contain the status URI. The status URI is of the following format. The uploadStatusId value isn't between { }. It's a common practice to use { } to show values that the user must enter, or values that are different for different user.
149149

150150
```HTTP
151151
https://atlas.microsoft.com/mapData/{uploadStatusId}/status?api-version=1.0
152152
```
153153

154-
6. Copy your status URI and append the subscription-key. The status URI format should be like the one below. Notice that in the format below, you would change the {subscription-key}, including the { }, with your subscription key.
154+
6. Copy your status URI and append the subscription-key. The status URI format should be like the one below. Notice that in the format below, you would change the {subscription-key}, don't including the { }, with your subscription key.
155155

156156
```HTTP
157157
https://atlas.microsoft.com/mapData/{uploadStatusId}/status?api-version=1.0&subscription-key={Subscription-key}
@@ -161,7 +161,8 @@ Once the Postman app is installed, follow these steps to upload the construction
161161

162162
```JSON
163163
{
164-
"udid" : "{udId}"
164+
"status": "Succeeded",
165+
"resourceLocation": "https://atlas.microsoft.com/mapData/metadata/{udId}?api-version=1.0"
165166
}
166167
```
167168

articles/azure-monitor/insights/ad-replication-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Monitor Active Directory replication status with Azure Monitor | Microsoft Docs
2+
title: Monitor Active Directory replication status
33
description: The Active Directory Replication Status solution pack regularly monitors your Active Directory environment for any replication failures.
44
ms.subservice: logs
55
ms.topic: conceptual

articles/azure-monitor/insights/container-insights-health-monitors-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Azure Monitor for containers includes a number of key monitoring scenarios that
5757
|Container memory utilization |Unit monitor |This monitor reports combined health status of the Memory utilization(RSS) of the instances of the container.<br> It performs a simple comparison that compares each sample to a single threshold, and specified by the configuration parameter **ConsecutiveSamplesForStateTransition**.<br> Its state is calculated as the worst state of 90% of the container (StateThresholdPercentage) instances, sorted in descending order of severity of container health state (that is, Critical, Warning, Healthy).<br> If no record is received from a container instance, then the health state of the container instance is reported as **Unknown**, and has higher precedence in the sorting order over the **Critical** state.<br> Each individual container instance's state is calculated using the thresholds specified in the configuration. If the usage is over critical threshold (90%), then the instance is in a **Critical** state, if it is less than critical threshold (90%) but greater than warning threshold (80%), then the instance is in a **Warning** state. Otherwise, it is in **Healthy** state. |ConsecutiveSamplesForStateTransition<br> FailIfLessThanPercentage<br> StateThresholdPercentage<br> WarnIfGreaterThanPercentage| 3<br> 90<br> 90<br> 80 ||
5858
|Container CPU utilization |Unit monitor |This monitor reports combined health status of the CPU utilization of the instances of the container.<br> It performs a simple comparison that compares each sample to a single threshold, and specified by the configuration parameter **ConsecutiveSamplesForStateTransition**.<br> Its state is calculated as the worst state of 90% of the container (StateThresholdPercentage) instances, sorted in descending order of severity of container health state (that is, Critical, Warning, Healthy).<br> If no record is received from a container instance, then the health state of the container instance is reported as **Unknown**, and has higher precedence in the sorting order over the **Critical** state.<br> Each individual container instance's state is calculated using the thresholds specified in the configuration. If the usage is over critical threshold (90%), then the instance is in a **Critical** state, if it is less than critical threshold (90%) but greater than warning threshold (80%), then the instance is in a **Warning** state. Otherwise, it is in **Healthy** state. |ConsecutiveSamplesForStateTransition<br> FailIfLessThanPercentage<br> StateThresholdPercentage<br> WarnIfGreaterThanPercentage| 3<br> 90<br> 90<br> 80 ||
5959
|System workload pods ready |Unit monitor |This monitor reports status based on percentage of pods in ready state in a given workload. Its state is set to **Critical** if less than 100% of the pods are in a **Healthy** state |ConsecutiveSamplesForStateTransition<br> FailIfLessThanPercentage |2<br> 100 ||
60-
|Kube API status |Unit monitor |This monitor reports status of Kube Api service. Monitor is in critical state in case Kube Api endpoint is unavailable. For this particular monitor, the state is determined by making a query to the 'nodes' endpoint for the kube-api server. Anything other than an OK response code changes the monitor to a **Critical** state. | No configuration properties |||
60+
|Kube API status |Unit monitor |This monitor reports status of Kube API service. Monitor is in critical state in case Kube API endpoint is unavailable. For this particular monitor, the state is determined by making a query to the 'nodes' endpoint for the kube-api server. Anything other than an OK response code changes the monitor to a **Critical** state. | No configuration properties |||
6161

6262
### Aggregate monitors
6363

articles/azure-monitor/insights/network-performance-monitor-performance-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Performance Monitor feature in Network Performance Monitor solution in Azure Log Analytics | Microsoft Docs
2+
title: Performance Monitor in Network Performance Monitor
33
description: The Performance Monitor capability in Network Performance Monitor helps you monitor network connectivity across various points in your network. You can monitor cloud deployments and on-premises locations, multiple data centers and branch offices, and mission-critical multitier applications or microservices.
44
ms.subservice: logs
55
ms.topic: conceptual

articles/azure-monitor/insights/scom-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Optimize your System Center Operations Manager environment with Azure Log Analytics | Microsoft Docs
2+
title: Assess System Center Operations Manager with Azure Monitor
33
description: You can use the System Center Operations Manager Health Check solution to assess the risk and health of your environments on a regular interval.
44
ms.subservice: logs
55
ms.topic: conceptual

0 commit comments

Comments
 (0)