Skip to content

Commit a41e93d

Browse files
Merge pull request #230942 from pritamso/Broken-link-fix-ssalgadodev
Broken link removed
2 parents af9438a + 42de2b7 commit a41e93d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/machine-learning/how-to-deploy-model-cognitive-search.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Azure Machine Learning can deploy a trained model as a web service. The web serv
2828
> The information in this article is specific to the deployment of the model. It provides information on the supported deployment configurations that allow the model to be used by Cognitive Search.
2929
>
3030
> For information on how to configure Cognitive Search to use the deployed model, see the [Build and deploy a custom skill with Azure Machine Learning](../search/cognitive-search-tutorial-aml-custom-skill.md) tutorial.
31-
>
32-
> For the sample that the tutorial is based on, see [https://github.com/Azure-Samples/azure-search-python-samples/tree/master/AzureML-Custom-Skill](https://github.com/Azure-Samples/azure-search-python-samples/tree/master/AzureML-Custom-Skill).
3331
3432
When deploying a model for use with Azure Cognitive Search, the deployment must meet the following requirements:
3533

@@ -45,7 +43,7 @@ When deploying a model for use with Azure Cognitive Search, the deployment must
4543

4644
* A Python development environment with the Azure Machine Learning SDK installed. For more information, see [Azure Machine Learning SDK](/python/api/overview/azure/ml/install).
4745

48-
* A registered model. If you do not have a model, use the example notebook at [https://github.com/Azure-Samples/azure-search-python-samples/tree/master/AzureML-Custom-Skill](https://github.com/Azure-Samples/azure-search-python-samples/tree/master/AzureML-Custom-Skill).
46+
* A registered model.
4947

5048
* A general understanding of [How and where to deploy models](v1/how-to-deploy-and-where.md).
5149

0 commit comments

Comments
 (0)