Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Gets the active subscription diagnostic settings list for the specified subsc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/microsoft.insights/diagnosticSettings
Gets the active subscription diagnostic settings for the specified resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/microsoft.insights/diagnosticSettings/{name}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:monitor-subscriptionDiagnosticsSettings_API
At a glance
Language Jupyter Notebook
Endpoints4
✓ Official