- 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."
- 完全掌握AutoCAD 2008中文版:綜合篇
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 統計學習理論與方法:R語言版
- Prometheus監控實戰
- 面向對象程序設計綜合實踐
- Flink原理與實踐
- Machine Learning Algorithms(Second Edition)
- 大數據案例精析
- 菜鳥起飛電腦組裝·維護與故障排查
- Windows 7故障與技巧200例
- Red Hat Enterprise Linux 5.0服務器構建與故障排除
- 實戰大數據(Hadoop+Spark+Flink):從平臺構建到交互式數據分析(離線/實時)
- 案例解說虛擬儀器典型控制應用
- 淘寶網店頁面設計、布局、配色、裝修一本通
- Data Science with Python