Azure / Azure/MachineLearningNotebooks

webservice URL location part is not consistent in ACIWebservice

未关闭
#1,205 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
ADO MLOps product-question
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

Hi,

Last week I noticed that the URL of a deployed aciwebservice is not the same as before, ie., location part was not the same as before. It was always `http://xxx-classification.northeurope.azurecontainer.io/score`, but now it is `http://xxx-classification.westus.azurecontainer.io/score`. Based on documentation, [The Azure region to deploy this Webservice to. If not specified the Workspace location will be used.](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.webservice.aci.aciwebservice?view=azure-ml-py#deploy-configuration-cpu-cores-none--memory-gb-none--tags-none--properties-none--description-none--location-none--auth-enabled-none--ssl-enabled-none--enable-app-insights-none--ssl-cert-pem-file-none--ssl-key-pem-file-none--ssl-cname-none--dns-name-label-none--primary-key-none--secondary-key-none--collect-model-data-none--cmk-vault-base-url-none--cmk-key-name-none--cmk-key-version-none--vnet-name-none--subnet-name-none-) . My workspace is `northeurope` and `location` field was not set.

Why is my aciwebservice deployed in `westus` ?

We have CICD pipelines running for our repo. Sometimes we manually trigger the jobs. The pipeline did not break but our applications failed because of URL change.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。