- Implementing DevOps with Microsoft Azure
- Mitesh Soni
- 157字
- 2021-07-02 23:28:18
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can achieve this using the <ipSecurity> element."
A block of code is set as follows:
<configuration>
<system.webServer>
<security>
<ipSecurity allowUnlisted="true" denyAction="NotFound">
<add allowed="true" ipAddress="xxx.xxx.xxx.xxx"
subnetMask="255.xxx.xxx.xxx"/>
</ipSecurity>
</security>
</system.webServer>
</configuration>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<configuration>
<system.webServer>
<security>
<ipSecurity allowUnlisted="true" denyAction="NotFound">
<add allowed="true" ipAddress="xxx.xxx.xxx.xxx"
subnetMask="255.xxx.xxx.xxx"/>
</ipSecurity>
</security>
</system.webServer>
</configuration>
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "To create a resource group, click on Resource groups in the left-hand sidebar menu."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 數(shù)據(jù)浪潮
- Architects of Intelligence
- 虛擬化與云計(jì)算
- 數(shù)據(jù)化網(wǎng)站運(yùn)營深度剖析
- 大數(shù)據(jù)算法
- 數(shù)據(jù)驅(qū)動(dòng)設(shè)計(jì):A/B測試提升用戶體驗(yàn)
- 達(dá)夢數(shù)據(jù)庫性能優(yōu)化
- OracleDBA實(shí)戰(zhàn)攻略:運(yùn)維管理、診斷優(yōu)化、高可用與最佳實(shí)踐
- 數(shù)據(jù)中心數(shù)字孿生應(yīng)用實(shí)踐
- 圖數(shù)據(jù)實(shí)戰(zhàn):用圖思維和圖技術(shù)解決復(fù)雜問題
- 企業(yè)級(jí)容器云架構(gòu)開發(fā)指南
- 新手學(xué)會(huì)計(jì)(2013-2014實(shí)戰(zhàn)升級(jí)版)
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- Python數(shù)據(jù)分析從小白到專家
- Visual FoxPro數(shù)據(jù)庫技術(shù)基礎(chǔ)