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

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"
}
}
}
主站蜘蛛池模板: 临朐县| 崇义县| 大理市| 苍梧县| 类乌齐县| 大渡口区| 安陆市| 连江县| 车致| 沂南县| 黑山县| 河东区| 海南省| 合山市| 额尔古纳市| 永福县| 海晏县| 宜州市| 沙雅县| 通化县| 克什克腾旗| 台东市| 弥渡县| 扎囊县| 河北省| 华阴市| 平乐县| 平潭县| 阿拉善左旗| 三江| 长宁县| 胶州市| 越西县| 株洲县| 许昌县| 潞城市| 桃江县| 成安县| 尤溪县| 晋江市| 泗洪县|