-1

我希望能够从我的在线端点访问 mysql 数据库。为此,我需要能够将密码输入到正在运行的端点中。我想使用本教程中的托管身份从保管库中读取密码。https://docs.microsoft.com/en-us/azure/machine-learning/how-to-access-resources-from-endpoints-managed-identities?tabs=system-identity。他们在文档中提供的命令不起作用,因为它找不到资源:

az ml online-endpoint show --name <my_endpoint> --query "identity.principal_id" -o tsv

我还尝试列出端点,然后得到一个空白列表:

<my_name>@Azure:~$ az ml online-endpoint list -g <group> -w <workspace> 
Command group 'ml online-endpoint' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
[] 

此功能似乎没有正确实现,我正在寻找解决方法。UI 中是否有我可以看到我的在线端点将使用的托管标识?

4

0 回答 0