Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK

Install

# See https://github.com/Azure/MachineLearningNotebooks
Gets the active diagnostic settings list for the specified resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceUri}/providers/microsoft.insights/diagnosticSettings
Gets the active diagnostic settings for the specified resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceUri}/providers/microsoft.insights/diagnosticSettings/{name}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:monitor-diagnosticsSettings_API

At a glance

Language Jupyter Notebook
Endpoints4
✓ Official