Azure AVD后配置自动化



我为一个使用azure生态系统的中小型客户端工作,并试图找到一个好的方法在AVD创建后进行配置。

我知道有像ansible这样的工具,但是对于我们有限的服务器来说,这个工具太大了。

我想知道你在vm上使用什么来进行配置?我不是专家我在这里写的是我的发现,这可能不是使用这些工具的方法。这就是为什么我问。

我们目前所做的尝试:

1: The custom script extension (The most valuable for the moment)
This is the best at the moment but a lot of scripting to do 
to make it work dynamically. 
2: The dsc
That cool when we dont have to install new module one the vm.
3: AIB
We are using the image from the store so no cumstom image to build and to maintain.

你在用什么?

您可以使用IAC工具之一(Terraform和Azure ARM模板)在这里,您可以编写自己的代码在VM中进行配置。它在增量模式下工作。你也可以使用Chef自动化工具,在基于Pull机制的VM上进行配置。

您可以将此文档引用到使用Terraform配置Azure虚拟桌面

最新更新