Skip to content

Commit abc2fd6

Browse files
authored
Merge pull request #551 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 018e1ef + 61a9b13 commit abc2fd6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/machine-learning/how-to-setup-mlops-github-azure-ml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ In this article, you learn about using Azure Machine Learning to set up an end-t
4444
> [!IMPORTANT]
4545
>The CLI commands in this article were tested using Bash. If you use a different shell, you may encounter errors.
4646
47-
## Set up authentication with Azure and DevOps
47+
## Set up authentication with Azure and GitHub Actions
4848

49-
Before you can set up an MLOps project with Machine Learning, you need to set up authentication for Azure DevOps.
49+
Before you can set up an MLOps project with Machine Learning, you need to set up authentication for GitHub Actions.
5050

5151
### Create service principal
5252
Create one Prod service principal for this demo. You can add more depending on how many environments, you want to work on (Dev or Prod or Both). Service principals can be created using one of the following methods:

articles/machine-learning/how-to-troubleshoot-kubernetes-extension.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ volcano-scheduler.conf: |
257257
- plugins:
258258
- name: conformance
259259
- plugins:
260-
- name: overcommit
261260
- name: drf
262261
- name: predicates
263262
- name: proportion
@@ -269,13 +268,15 @@ To use this config in your AKS cluster, you need to follow the following steps:
269268
1. Create a configmap file with the above config in the `azureml` namespace. This namespace will generally be created when you install the Azure Machine Learning extension.
270269
1. Set `volcanoScheduler.schedulerConfigMap=<configmap name>` in the extension config to apply this configmap. And you need to skip the resource validation when installing the extension by configuring `amloperator.skipResourceValidation=true`. For example:
271270
```azurecli
272-
az k8s-extension update --name <extension-name> --extension-type Microsoft.AzureML.Kubernetes --config volcanoScheduler.schedulerConfigMap=<configmap name> amloperator.skipResourceValidation=true --cluster-type managedClusters --cluster-name <your-AKS-cluster-name> --resource-group <your-RG-name> --scope cluster
271+
az k8s-extension update --name <extension-name> --config volcanoScheduler.schedulerConfigMap=<configmap name> amloperator.skipResourceValidation=true --cluster-type managedClusters --cluster-name <your-AKS-cluster-name> --resource-group <your-RG-name>
273272
```
274273
275274
> [!NOTE]
276275
> Since the gang plugin is removed, there's potential that the deadlock happens when volcano schedules the job.
277276
>
278277
> * To avoid this situation, you can **use same instance type across the jobs**.
278+
>
279+
> Using a scheduler configuration other than the default provided by the Azure Machine Learning extension may not be fully supported. Proceed with caution.
279280
>
280281
> Note that you need to disable `job/validate` webhook in the volcano admission if your **volcano version is lower than 1.6**.
281282

articles/search/search-sku-tier.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Currently, several regions are at capacity for specific tiers and can't be used
6060
| Region | Disabled tier (SKU) due to over-capacity |
6161
|--------|------------------------------------------|
6262
| Central US | S2, S3, S3HD, L1, L2 |
63+
| East US| All tiers|
6364
| Japan East | S2, S3, S3HD, L1, L2 |
6465
| Qatar Central | All tiers|
6566
| South Central US | All tiers |

0 commit comments

Comments
 (0)