Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
List all operations available through Azure Alerts Management Resource Provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.AlertsManagement/operations
List alerts meta data information based on value of identifier parameter.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.AlertsManagement/alertsMetaData
List all existing alerts, where the results can be filtered on the basis of m…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:alertsmanagement-AlertsManagement
At a glance
Language Jupyter Notebook
Endpoints17
✓ Official