Skip to content

Commit 9631b7f

Browse files
committed
removing power bi section, since the linked docs have been updated to use v2 managed online endpoints.
1 parent f2edf0c commit 9631b7f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/machine-learning/v1/how-to-consume-web-service.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -508,14 +508,6 @@ For a utility that can create client libraries from the specification, see [swag
508508
> [!TIP]
509509
> You can retrieve the schema JSON document after you deploy the service. Use the [swagger_uri property](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#swagger-uri) from the deployed web service (for example, `service.swagger_uri`) to get the URI to the local web service's Swagger file.
510510

511-
## Consume the service from Power BI
512-
513-
Power BI supports consumption of Azure Machine Learning web services to enrich the data in Power BI with predictions.
514-
515-
To generate a web service that's supported for consumption in Power BI, the schema must support the format that's required by Power BI. [Learn how to create a Power BI-supported schema](./how-to-deploy-advanced-entry-script.md#power-bi-compatible-endpoint).
516-
517-
Once the web service is deployed, it's consumable from Power BI dataflows. [Learn how to consume an Azure Machine Learning web service from Power BI](/power-bi/service-machine-learning-integration).
518-
519511
## Next steps
520512

521513
To view a reference architecture for real-time scoring of Python and deep learning models, go to the [Azure architecture center](/azure/architecture/reference-architectures/ai/realtime-scoring-python).

0 commit comments

Comments
 (0)