- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 195字
- 2021-07-02 12:59:29
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "This function allows utilization of the value stored in parameter for any resource configuration. parameters can be referenced from the variables, resources, and outputs sections of the same template."
A block of code is set as follows:
"parameters": {
"storageAccountName": {
"type" : "string"
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
"[variables('multiLocation').location[copyIndex()].resourceGroupName]",
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "[variables('templateRefAppPlanTemplateUri')]",
"contentVersion": "1.0.0.0"
},
Any command-line input or output is written as follows:
Install-Module cmdlet
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Provide a Name and Location in the New Project dialog box and click on OK."
- PLC控制程序精編108例
- Learning Windows Server Containers
- 網(wǎng)絡(luò)操作系統(tǒng):Windows Server 2003管理與應(yīng)用
- Windows Phone 7.5 Data Cookbook
- Linux就該這么學(xué)
- Learning Bootstrap
- 網(wǎng)絡(luò)操作系統(tǒng)教程:Windows Server 2016管理與配置
- STM32庫開發(fā)實(shí)戰(zhàn)指南:基于STM32F4
- OpenSolaris設(shè)備驅(qū)動(dòng)原理與開發(fā)
- 計(jì)算機(jī)系統(tǒng)的自主設(shè)計(jì)
- HTML5 Enterprise Application Development
- Raspberry Pi入門指南
- 應(yīng)急指揮信息系統(tǒng)設(shè)計(jì)
- 每天5分鐘玩轉(zhuǎn)Docker容器技術(shù)
- Website Development with PyroCMS