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: "The parameters are the input to the template and are the values that are provided by the parameters file."

A block of code is set as follows:

{         "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",     "contentVersion": "",    "parameters": { },      "variables": { },     "functions": { },     "resources": [ ],     "outputs": { }}

Any command-line input or output is written as follows:

Login-AzureRmAccount

Bold: Indicates a new term, an important word, or w ...

Get Hands-On Cloud Solutions with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.