Skip to content

coding-kitties/create-azure-machine-learning-online-endpoint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Create Azure Machine Learning Online Endpoint - GitHub Action

This GitHub Action creates an Azure Machine Learning Online Endpoint.

Features:

  • Create an Azure Machine Learning Online Endpoint
  • Check if endpoint already exists, only update if it doesn't
  • Checks if resource group, workspace and endpoint exist

For other Azure Machine Learning related github actions check out:

Dependencies on other Github Actions

🚀 Usage

1. Add to Your Workflow

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
     - uses: actions/[email protected]
     - uses: Azure/login@v1
       with:
         creds: ${{secrets.AZURE_CREDENTIALS}}

      - name: Create AML Online Endpoint
        uses: coding-kitties/[email protected]
        with:
          endpoint_name: 'my-endpoint'
          resource_group: 'my-resource-group'
          workspace_name: 'my-workspace'

About

Github action for creating Azure machine learning online endpoint

Resources

License

Stars

Watchers

Forks

Packages

No packages published