英文:
How do I buy an Office licence within Azure?
问题
我已经为测试设置了一个非常基本的Azure Virtual Desktop场景,使用了Microsoft tutorial。一切都进行得很顺利,所以我在Azure Active Directory中有一个用户,可以通过远程桌面连接到Windows 11 VM。
我希望这个用户能够使用Office,因为我选择了包含Office的基础VM映像。
在Azure中,似乎很容易将Office许可分配给用户,有Microsoft文档在这里,以及这个StackOverflow答案中的一些截图。然而,我搞不清楚:首先,我应该使用哪个API购买Office许可,以便它们出现在Azure门户中,可以分配给用户?
我花了几个小时阅读Microsoft文档,但我总是发现自己陷入了与Azure无关的文档中,而是一个具有自己独立管理控制面板、管理员登录和付款账户的Microsoft 365的平行世界。
我找到了一些有希望的说明,但似乎已经过时了。管理门户现在看起来完全不同,我无法理解术语,也许是因为Microsoft再次重新品牌了一切。
英文:
I have set up a very basic Azure Virtual Desktop scenario for testing, using a Microsoft tutorial. That all went fine, so I have a user in Azure Active Directory who can connect via Remote Desktop to a Windows 11 VM.
I would like this user to be able to use Office, which is already installed because I chose the base VM image which includes it.
It looks like in Azure it's straightforward to assign Office licenses to users, there are Microsoft docs here and some screenshots in this StackOverflow answer. However I cannot work out: in the first place with which API can I purchase Office licenses so they appear in the Azure portal available to assign to users?
I've spent hours reading Microsoft documentation but I keep finding myself landing in documentation that is not Azure-specific, but instead a parallel world of Microsoft 365 with its own separate admin control panel, administrator login and payment account.
I found some instructions which look promising but it seems outdated. The management portals look completely different nowadays and I can't understand the terminology, maybe because Microsoft has rebranded everything again.
答案1
得分: 1
试试这个链接:
https://admin.microsoft.com/AdminPortal/Home?#/licenses
https://admin.microsoft.com/AdminPortal/Home?#/catalog
相当确定 Azure AD 服务只是将你重定向到这里购买和分配许可证。
如果你特别询问从 Microsoft 购买许可证的 API,据我所知目前还不能通过 Microsoft 的 API 购买许可证。不过,你可以使用 Graph API 分配现有的许可证。
https://developer.microsoft.com/en-us/graph/graph-explorer
英文:
Can you try this
https://admin.microsoft.com/AdminPortal/Home?#/licenses
https://admin.microsoft.com/AdminPortal/Home?#/catalog
Pretty sure the Azure AD service just redirect you there for purchasing and also for assigning licenses.
If you are specifically asking for the API to purchase licenses from Microsoft. Currently you can not buy license through Microsoft's API as far as I know. You can use the Graph API to assign existing licenses though
https://developer.microsoft.com/en-us/graph/graph-explorer
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论