Skip to content

Commit 8dff51c

Browse files
authored
Merge pull request #99787 from MicrosoftDocs/master
12/27 AM publish again
2 parents c01197c + 2d4d5ae commit 8dff51c

File tree

506 files changed

+2278
-1779
lines changed

Some content is hidden

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

506 files changed

+2278
-1779
lines changed

.openpublishing.redirection.json

Lines changed: 546 additions & 0 deletions
Large diffs are not rendered by default.

articles/active-directory/saas-apps/sap-successfactors-writeback-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ This section provides steps for
123123
* **Tenant URL –** Enter the name of the SuccessFactors OData API services endpoint. Only enter the host name of server without http or https. This value should look like: **api-server-name.successfactors.com**.
124124

125125
* **Notification Email –** Enter your email address, and check the “send email if failure occurs” checkbox.
126-
> [!NOTE]
127-
> The Azure AD Provisioning Service sends email notification if the provisioning job goes into a [quarantine](/azure/active-directory/manage-apps/application-provisioning-quarantine-status) state.
126+
> [!NOTE]
127+
> The Azure AD Provisioning Service sends email notification if the provisioning job goes into a [quarantine](/azure/active-directory/manage-apps/application-provisioning-quarantine-status) state.
128128
129129
* Click the **Test Connection** button. If the connection test succeeds, click the **Save** button at the top. If it fails, double-check that the SuccessFactors credentials and URL are valid.
130130
>[!div class="mx-imgBorder"]

articles/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The following table details the features and limits of the Basic, Standard, and
168168

169169
### Azure Machine Learning limits
170170

171-
The latest values for Azure Machine Learning Compute quotas can be found in the [Azure Machine Learning quota page](../articles/machine-learning/service/how-to-manage-quotas.md)
171+
The latest values for Azure Machine Learning Compute quotas can be found in the [Azure Machine Learning quota page](machine-learning/how-to-manage-quotas.md)
172172

173173
### Networking limits
174174

articles/cognitive-services/cognitive-services-and-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Cognitive Services that provide exported models for other machine learning tools
128128
## Learn more
129129

130130
* [Architecture Guide - What are the machine learning products at Microsoft?](https://docs.microsoft.com/azure/architecture/data-guide/technology-choices/data-science-and-machine-learning)
131-
* [Machine learning - Introduction to deep learning vs. machine learning](../machine-learning/service/concept-deep-learning-vs-machine-learning.md)
131+
* [Machine learning - Introduction to deep learning vs. machine learning](../machine-learning/concept-deep-learning-vs-machine-learning.md)
132132

133133
## Next steps
134134

articles/event-grid/event-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Subscribe to Azure Machine Learning workspace events to respond to model registr
173173

174174
| Title | Description |
175175
| ----- | ----- |
176-
| [Consume Azure Machine Learning events](../machine-learning/service/concept-event-grid-integration.md) | Overview of integrating Azure Machine Learning with Event Grid. |
176+
| [Consume Azure Machine Learning events](../machine-learning/concept-event-grid-integration.md) | Overview of integrating Azure Machine Learning with Event Grid. |
177177
| [Azure Event Grid event schema for Azure Machine Learning](event-schema-machine-learning.md) | Shows fields in the Azure Machine Learning events. |
178178

179179
## Next steps

articles/hdinsight/spark/apache-spark-run-machine-learning-automl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Machine Learning simplifies and accelerates the building, training, and de
1515

1616
## Install Azure Machine Learning on an HDInsight cluster
1717

18-
For general tutorials of automated machine learning, see [Tutorial: Use automated machine learning to build your regression model](../../machine-learning/service/tutorial-auto-train-models.md).
18+
For general tutorials of automated machine learning, see [Tutorial: Use automated machine learning to build your regression model](../../machine-learning/tutorial-auto-train-models.md).
1919
All new HDInsight-Spark clusters come pre-installed with AzureML-AutoML SDK. You can get started with AutoML on HDInsight with this [sample Jupyter notebook](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/azure-hdi). This Jupyter Notebook demonstrates how to use an automated machine learning classifier for a simple classification problem.
2020

2121
> [!Note]

articles/lab-services/classroom-labs/class-type-jupyter-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Use the settings in the table below when setting up a classroom lab. For more i
4848

4949
The [Data Science Virtual Machine - Windows 2016](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.dsvm-windows) image provides the necessary deep learning frameworks and tools required for this type of class. The image includes Jupyter Notebooks and Visual Studio Code. [Jupyter Notebooks](http://jupyter-notebook.readthedocs.io) is a web application that allows data scientists to take raw data, run computations, and see the results all in the same environment. For our template machine, the web application will be running locally. [Visual Studio Code](https://code.visualstudio.com/) is an IDE that provides a rich interactive experience when writing and testing a notebook. For more information, see [Working with Jupyter Notebooks in Visual Studio Code](https://code.visualstudio.com/docs/python/jupyter-support).
5050

51-
The remaining task to set up the class is to provide local notebooks. For instructions how to use the Azure Machine Learning samples, see [how to configure an environment with Jupyter Notebooks](../../machine-learning/service/how-to-configure-environment.md#jupyter). You can also provide your own notebooks on the template machine. The notebooks will be copied to all student machines when the template is published.
51+
The remaining task to set up the class is to provide local notebooks. For instructions how to use the Azure Machine Learning samples, see [how to configure an environment with Jupyter Notebooks](../../machine-learning/how-to-configure-environment.md#jupyter). You can also provide your own notebooks on the template machine. The notebooks will be copied to all student machines when the template is published.
5252

5353
## Cost estimate
5454

articles/machine-learning/algorithm-cheat-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ In reinforcement learning, the algorithm gets to choose an action in response to
5151

5252
## Next steps
5353

54-
* [Learn about studio in Azure Machine Learning and the Azure portal](service/overview-what-is-azure-ml.md).
54+
* [Learn about studio in Azure Machine Learning and the Azure portal](overview-what-is-azure-ml.md).
5555

5656
* See a list of algorithms and modules in the [Algorithm and module reference](algorithm-module-reference/module-reference.md).
5757

5858
* [Tutorial: Build a prediction model in Azure Machine Learning designer](service/ui-tutorial-automobile-price-train-score.md).
5959

60-
* [Learn about deep learning vs. machine learning](service/concept-deep-learning-vs-machine-learning.md).
60+
* [Learn about deep learning vs. machine learning](concept-deep-learning-vs-machine-learning.md).

articles/machine-learning/algorithm-module-reference/export-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This module supports exporting your data to the following cloud data services:
2424
- Azure Data Lake
2525
- Azure Data Lake Gen2
2626

27-
Before exporting your data, you need to first register a datastore in your Azure Machine Learning workspace first. For more information, see [How to Access Data](../service/how-to-access-data.md).
27+
Before exporting your data, you need to first register a datastore in your Azure Machine Learning workspace first. For more information, see [How to Access Data](../how-to-access-data.md).
2828

2929
## How to configure Export Data
3030

@@ -34,7 +34,7 @@ Before exporting your data, you need to first register a datastore in your Azure
3434

3535
1. Select **Export Data** to open the **Properties** pane.
3636

37-
1. For **Datastore**, select an existing datastore from the dropdown list. You can also create a new datastore. Check how by visiting [how-to-access-data](../service/how-to-access-data.md)
37+
1. For **Datastore**, select an existing datastore from the dropdown list. You can also create a new datastore. Check how by visiting [how-to-access-data](../how-to-access-data.md)
3838

3939
1. Define the path in the datastore to write the data to.
4040

articles/machine-learning/algorithm-module-reference/import-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ This article describes a module in Azure Machine Learning designer (preview).
1818
Use this module to load data into a machine learning pipeline from existing cloud data services.
1919

2020
> [!Note]
21-
> All functionality provided by this module can be done by **datastore** and **datasets** in the worksapce landing page. We recommend you use **datastore** and **dataset** which includes additional features like data monitoring. To learn more, see [How to Access Data](../service/how-to-access-data.md) and [How to Register Datasets](../service/how-to-create-register-datasets.md) article.
21+
> All functionality provided by this module can be done by **datastore** and **datasets** in the worksapce landing page. We recommend you use **datastore** and **dataset** which includes additional features like data monitoring. To learn more, see [How to Access Data](../how-to-access-data.md) and [How to Register Datasets](../how-to-create-register-datasets.md) article.
2222
> After you register a dataset, you can find it in the **Datasets** -> **My Datasets** category in designer interface. This module is reserved for Studio(classic) users to for a familiar experience.
2323
>
2424
2525
First, choose the source you are reading from, and finish the additional settings. The **Import Data** module support read data from following sources:
2626

2727
- URL via HTTP
28-
- Azure cloud storages through [**Datastores**](../service/how-to-access-data.md))
28+
- Azure cloud storages through [**Datastores**](../how-to-access-data.md))
2929
- Azure Blob Container
3030
- Azure File Share
3131
- Azure Data Lake
3232
- Azure Data Lake Gen2
3333
- Azure SQL Database
3434
- Azure PostgreSQL
3535

36-
Before using cloud storage, you need to register a datastore in your Azure Machine Learning workspace first. For more information, see [How to Access Data](../service/how-to-access-data.md).
36+
Before using cloud storage, you need to register a datastore in your Azure Machine Learning workspace first. For more information, see [How to Access Data](../how-to-access-data.md).
3737

3838
After you define the data you want and connect to the source, **[Import Data](./import-data.md)** infers the data type of each column based on the values it contains, and loads the data into your designer pipeline. The output of **Import Data** is a dataset that can be used with any designer pipeline.
3939

0 commit comments

Comments
 (0)