Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.21 KB

Prerequisites.md

File metadata and controls

21 lines (12 loc) · 1.21 KB

Prerequisites

  1. Get Owner or Contributor access to a Resource Group from your admin. This is where you will create the workspace and other required resources.

  2. Check if ACI(Azure Container Instance) service is registered in your subscription: Try executing the command from the Cloud Shell in the portal. Instructions here. If you dont have access, ask your admin.

    az provider show -n Microsoft.ContainerInstance -o table

    if not registered, run the below command (you need to be the subscription owner in order to execute this command successfully)

    az provider register -n Microsoft.ContainerInstance

    If you dont have access, ask your admin.

  3. If you don't have Azure DevOps account, create one

  4. If you do not have a github account, create one

  5. [Optional] If you need Batch Inference, we need to create Service Principal & look up Subscription id. Instructions here

  6. [Optional] If you plan to build your own models using your data, please make them available in blob store and get access to the store (like accountkey/SAS token)