Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK

Install

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

At a glance

Language Jupyter Notebook
Endpoints2
✓ Official