Questions
In each chapter, you should find a couple of questions that will allow you to perform a knowledge check on the topics discussed in this chapter:
- Which of the following are applicable ways of deploying the Azure ML workspace?
a. Azure CLI through the azure-cli-ml extension
b. The Azure portal
c. The deployment of an ARM template
d. Azure ML Python SDK
- You are creating a custom role and you want to deny the ability to delete a workspace. Where do you need to add the Microsoft.MachineLearningServices/workspaces/delete action?
a. To the
Actions
section of the JSON definitionb. To the
NotActions
section of the JSON definitionc. To the
AssignableScopes
section of the JSON definition - What do you have to install in the Azure CLI before you can deploy an Azure ML workspace?