- Learning Microsoft Azure Storage
- Mohamed Waly
- 176字
- 2021-07-02 15:26:02
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: "Click on More services and a new blade will open. In the search bar, write storage account." A block of code is set as follows:
$Subnet = New-AzureRmVirtualNetworkSubnetConfig -Name PacktPubSubnet -AddressPrefix 10.0.0.0/24
$VirtualNetwork = New-AzureRmVirtualNetwork -ResourceGroupName PacktPub -Location WestEurope -Name PacktPubvNet -AddressPrefix 10.0.0.0/8 -Subnet $Subnet
Any command-line input or output is written as follows:
az storage container create --name packtpubbs --public-access container --account-name packtpubsacli
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 upload files to it, click on Upload and browse for the desired file."
- Ansible Configuration Management
- SCRATCH與機器人
- Circos Data Visualization How-to
- Drupal 7 Multilingual Sites
- Photoshop CS4經(jīng)典380例
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 物聯(lián)網(wǎng)與云計算
- 最簡數(shù)據(jù)挖掘
- Windows環(huán)境下32位匯編語言程序設(shè)計
- JavaScript典型應(yīng)用與最佳實踐
- 網(wǎng)絡(luò)安全與防護
- Learning Azure Cosmos DB
- 電腦上網(wǎng)輕松入門
- 統(tǒng)計挖掘與機器學(xué)習(xí):大數(shù)據(jù)預(yù)測建模和分析技術(shù)(原書第3版)
- The DevOps 2.1 Toolkit:Docker Swarm