官术网_书友最值得收藏!

azuredeploy.parameters.json

This file contains the parameters for the template and is called from within the preceding PowerShell script. These parameters will overwrite the parameters in the Template file.  You can use multiple parameter files to deploy to different environments; I usually also create a different PowerShell file as well by environment so I do not need modify it. I add the parameters for username and password, as well as the private Subnet definition:

{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"adminUsername": {
"value": "azureuser"
},
"adminPassword": {
"value": "Azure12345678"
},
"PrivateSubnet": {
"value": "10.0.1.0/24"
}
}
}
主站蜘蛛池模板: 合肥市| 慈溪市| 衡阳市| 水城县| 巴青县| 房产| 六枝特区| 汉中市| 建宁县| 兴国县| 文登市| 福贡县| 奇台县| 松潘县| 紫阳县| 汤原县| 浙江省| 慈溪市| 斗六市| 元江| 商都县| 盐津县| 拉孜县| 桂阳县| 惠安县| 西安市| 雷州市| 永清县| 于田县| 临安市| 襄樊市| 阜新市| 吕梁市| 大埔区| 定远县| 顺义区| 佛冈县| 汉阴县| 嘉峪关市| 阿克| 施甸县|