Skip to content

Commit c2f0d78

Browse files
authored
Merge pull request #169961 from MicrosoftDocs/master
Merge master to live, Sunday 4pm
2 parents 0044675 + 49a377d commit c2f0d78

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

articles/azure-monitor/logs/logs-data-export.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,7 @@ Supported tables are currently limited to those specified below. All data from t
630630
| DatabricksSQLPermissions | |
631631
| DatabricksSSH | |
632632
| DatabricksWorkspace | |
633-
| DeviceFileEvents | |
634-
| DeviceNetworkEvents | |
635633
| DeviceNetworkInfo | |
636-
| DeviceProcessEvents | |
637-
| DeviceRegistryEvents | |
638634
| DnsEvents | |
639635
| DnsInventory | |
640636
| DummyHydrationFact | |
@@ -754,4 +750,4 @@ Supported tables are currently limited to those specified below. All data from t
754750

755751
## Next steps
756752

757-
- [Query the exported data from Azure Data Explorer](../logs/azure-data-explorer-query-storage.md).
753+
- [Query the exported data from Azure Data Explorer](../logs/azure-data-explorer-query-storage.md).

articles/machine-learning/how-to-deploy-azure-kubernetes-service.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ To deploy a model to Azure Kubernetes Service, create a __deployment configurati
161161
```python
162162
from azureml.core.webservice import AksWebservice, Webservice
163163
from azureml.core.model import Model
164+
from azureml.core.compute import AksCompute
164165

165166
aks_target = AksCompute(ws,"myaks")
166167
# If deploying to a cluster configured for dev/test, ensure that it was created with enough
@@ -395,4 +396,4 @@ Azure Security Center provides unified security management and advanced threat p
395396
* [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md)
396397
* [Consume a ML Model deployed as a web service](how-to-consume-web-service.md)
397398
* [Monitor your Azure Machine Learning models with Application Insights](how-to-enable-app-insights.md)
398-
* [Collect data for models in production](how-to-enable-data-collection.md)
399+
* [Collect data for models in production](how-to-enable-data-collection.md)

0 commit comments

Comments
 (0)