如何修改数字孪生管理URL?

How to modify digital twins management URL?

我是 Azure 数字孪生和 Azure 管理的新手 API,我正在关注此文档,https://docs.microsoft.com/en-us/azure/digital-twins/tutorial-facilities-setup

在第"Deploy Digital Twins"部分,第5部分,它询问修改管理URL,我不知道该怎么做。也许这对很多人来说是很容易的事情,但我是新手,我真的很困惑如何进行更改。有人可以帮我解决这个问题吗?

我理解你的困惑,"modify" 这个词暗示你正在做出改变。这里的意思是您需要将实例上显示的 URL 复制到任何文本编辑器并进行更改。您将把“swagger”替换为“api/v1.0/”,见下文:

original:
https://yourDigitalTwinsName.yourLocation.azuresmartspaces.net/management/swagger
changed:
https://yourDigitalTwinsName.yourLocation.azuresmartspaces.net/management/api/v1.0/

当您在教程中达到 this step 时,您将需要这个 URL。