问题描述
在开发测试实验室中创建Web应用程序时。我只是选择了 填写环境名称。我想选择Linux。 Linux与docker 带代码的图像或Linux。 大家都知道,如果有,我可以在开发测试实验室获得这些
选项吗?
when creating a web app in dev test lab. I only getting the choose to fill in environment name. I would like to have the choose to choose Linux. Linux with docker image or Linux with code. Do you all know, if there is away I can get these options in Dev Test Labs?
提前致谢,
Patti
PS
推荐答案
您是更正我们当前的Web应用程序模板是:
You are correct in that our current templates for Web Apps are:
- Web App
- 带有MySQL的Web应用程序
- Web使用PostgreSQL的应用程序
- 带有SQL数据库的Web应用程序
您可以看到这些模板选项:
You can see the templates for these options here:
从这里可以看到几个选项。 首先,您可以根据自己的模板存储库从资源管理器模板创建环境。 这是一个有点冗长的过程,但你可以在这里找到文档:
From here, there are a couple options. First, you can create an environment from a Resource Manager template based on your own template repositories. This is a somewhat lengthy process, but you can find documentation here:
创建一个环境:
DevTest环境模板:
DevTest environment templates:
在Linux上设置自定义图像:
Setting up a custom image on Linux:
(摘自 )
https://github.com/Azure-Samples/docker-django-webapp-linux (taken from https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-custom-docker-image)
DevTest Labs的其他ARM模板信息:
Additional ARM template information for DevTest Labs:
https://docs.microsoft.com/en-us/azure/lab-services / devtest-lab-use-resource-manager-template
其次,您始终可以单独导入所需的虚拟机。 如果满足您的需求,这可能会更直接:
Secondly, you can always individually import the VMs required. This might be a bit more straight forward if it meets your needs:
最后,您可以申请制作官方模板:
Lastly, you can request an official template be made:
再次感谢你,Patti! 我知道要消化很多,但希望这会有所帮助!
Thank you again, Patti! I know that's a lot to digest, but hopefully this helps!
这篇关于DevTest Lab Paas的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!