Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
**Gets the baseline values for a resource**.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceUri}/providers/microsoft.insights/baseline
**Gets the baseline values for a specific metric**.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceUri}/providers/microsoft.insights/baseline/{metricName}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:monitor-baseline_API
At a glance
Language Jupyter Notebook
Endpoints2
✓ Official