GithubHelp home page GithubHelp logo

azure-machine-learning-bicep's Introduction

Bicep files for Azure Machine Learning Advanced Deployment

Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively.

This repo aims to leverage Bicep for creating AML - the benefit of Bicep is that it can be output to ARM templates - which can then be leveraged on other areas such as Azure Blueprints, etc.

To test this deployment this in your Azure tenant, you can create a new resource group and then run a group deployment on main.bicep

> az group create -n rg-test -l southcentralus

Location        Name
--------------  -------
southcentralus  rg-test

> az deployment group create \
    --name aml-deployment \
    --mode Incremental \
    --resource-group rg-test \
    --template-file main.bicep \
    --parameters baseResourceName=amlworkspace

Name            ResourceGroup    State      Timestamp                         Mode
--------------  ---------------  ---------  --------------------------------  -----------
aml-deployment  rg-test          Succeeded  {timestamp}  Incremental

To Do for this repo:

  • Create Architecture Drawing
  • Create template for Compute Instance
  • Create template for Compute Resource
  • Create template for Datastore / Dataset
  • Document the variables
  • Document prereqs
    • Quota for Private Link
  • Test Extensively

azure-machine-learning-bicep's People

Contributors

ezwiefel avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

azure-machine-learning-bicep's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.