Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在寻找答案,但找不到任何东西。有没有办法使用 terraform 在 Azure 虚拟机上安装 tomcat?我见过的所有例子都是通过门户界面。我想多次部署代码,因此希望在通过 terraform 创建 VM 时将其包含在 VM 中。
对于 Azure VM,无论是部署还是完成,它通常使用扩展在 VM 中安装软件。请参阅Terraform 中的扩展。