Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Gets a deny assignment by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{denyAssignmentId}
Gets deny assignments for a scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments
Get the specified deny assignment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:authorization-authorization-DenyAssignmentGetCalls
At a glance
Language Jupyter Notebook
Endpoints6
✓ Official