Skip to content

Commit 0a061e8

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-deny-powershell
2 parents 2092f93 + 915ee78 commit 0a061e8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/iot-edge/tutorial-machine-learning-edge-01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In either case, to help orient the reader(s), each article in this tutorial indi
2727
* Cloud development (including a cloud developer working in a DevOps capacity)
2828
* Data analytics
2929

30-
## Use case: predictive maintenance
30+
## Use case: Predictive maintenance
3131

3232
We based this scenario on a use case presented at the Conference on Prognostics and Health Management (PHM08) in 2008. The goal is to predict remaining useful life (RUL) of a set of turbofan airplane engines. This data was generated using C-MAPSS, the commercial version of MAPSS (Modular Aero-Propulsion System Simulation) software. This software provides a flexible turbofan engine simulation environment to conveniently simulate the health, control, and engine parameters.
3333

articles/machine-learning/service/how-to-set-up-training-targets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: conceptual
12-
ms.date: 01/07/2019
12+
ms.date: 06/12/2019
1313
ms.custom: seodec18
1414
---
1515
# Set up compute targets for model training
@@ -69,7 +69,7 @@ The following code shows an example of configuring training runs for a user-mana
6969

7070
[!code-python[](~/aml-sdk-samples/ignore/doc-qa/how-to-set-up-training-targets/runconfig.py?name=run_user_managed)]
7171

72-
## Set up compute targets with Python
72+
## Set up in Python
7373

7474
Use the sections below to configure these compute targets:
7575

@@ -265,7 +265,7 @@ except ComputeTargetException:
265265
print("Using Batch compute:{}".format(batch_compute.cluster_resource_id))
266266
```
267267

268-
## Set up compute in the Azure portal
268+
## Set up in Azure portal
269269

270270
You can access the compute targets that are associated with your workspace in the Azure portal. You can use the portal to:
271271

@@ -352,7 +352,7 @@ Follow the steps described earlier to view the list of compute targets. Then use
352352
1. Select __Attach__.
353353
1. View the status of the attach operation by selecting the compute target from the list.
354354

355-
## Set up compute with the CLI
355+
## Set up with CLI
356356

357357
You can access the compute targets that are associated with your workspace using the [CLI extension](reference-azure-machine-learning-cli.md) for Azure Machine Learning service. You can use the CLI to:
358358

@@ -362,7 +362,7 @@ You can access the compute targets that are associated with your workspace using
362362

363363
For more information, see [Resource management](reference-azure-machine-learning-cli.md#resource-management).
364364

365-
## Set up compute with VS Code
365+
## Set up with VS Code
366366

367367
You can access, create and manage the compute targets that are associated with your workspace using the [VS Code extension](how-to-vscode-tools.md#create-and-manage-compute-targets) for Azure Machine Learning service.
368368

includes/azure-policy-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-policy
55
author: DCtheGeek
66
ms.service: azure-policy
77
ms.topic: "include"
8-
ms.date: 05/30/2019
8+
ms.date: 06/05/2019
99
ms.author: dacoulte
1010
ms.custom: "include file"
1111
---
@@ -15,7 +15,7 @@ the subscription or the [management group](../articles/governance/management-gro
1515

1616
| Where | What | Maximum count |
1717
|---|---|---|
18-
| Scope | Policy definitions | 250 |
18+
| Scope | Policy definitions | 500 |
1919
| Scope | Initiative definitions | 100 |
2020
| Tenant | Initiative definitions | 1,000 |
2121
| Scope | Policy or initiative assignments | 100 |

0 commit comments

Comments
 (0)