Skip to content

Commit e252488

Browse files
committed
Update readme
1 parent c4c7531 commit e252488

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Deploy AML Online Endpoint - GitHub Action
1+
# Create Azure Machine Learning Online Endpoint - GitHub Action
22

3-
This GitHub Action deploys an **Azure Machine Learning Online Endpoint** using **Azure CLI** (via a Bash script).
3+
This GitHub Action creates an **Azure Machine Learning Online Endpoint**.
44

55
## 🚀 Usage
66

@@ -14,12 +14,11 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Deploy AML Online Endpoint
17+
- name: Create AML Online Endpoint
1818
uses: coding-kitties/create-aml-online-endpoint@v1
1919
with:
2020
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
21+
endpoint_name: 'my-endpoint'
2122
resource_group: 'my-resource-group'
2223
workspace_name: 'my-workspace'
23-
endpoint_file: './config/endpoint.yml'
24-
deployment_file: './config/deployment.yml'
2524
```

0 commit comments

Comments
 (0)