- Microsoft Azure Security
- Roberto Freato
- 206字
- 2021-07-23 19:30:20
Conventions
In this book, you will find a number of styles of text 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: "If you have multiple subscriptions, list them with the Get-AzureSubscription
cmdlet."
A block of code is set as follows:
{ "sku" : { "family" : "A", "name" : "standard" }, "tenantId" : "[…]", "accessPolicies" : [ { "tenantId" : "[…]", "objectId" : "[…]", "permissions" : { "secrets" : ["all"], "keys" : ["get", "create", "delete", "list", "update", "import", "backup", "restore"] } } ], "enabledForDeployment" : false, "vaultUri" : "https://[name].vault.azure.net/" }
Any command-line input or output is written as follows:
Set-AzureKeyVaultAccessPolicy -VaultName [vaultName] - ServicePrincipalName [clientID] -PermissionsToSecrets all
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "On the bottom menu, click on the MANAGE MULTI-FACTOR AUTH button."
推薦閱讀
- Vue 3移動(dòng)Web開發(fā)與性能調(diào)優(yōu)實(shí)戰(zhàn)
- Android Wearable Programming
- Building a Game with Unity and Blender
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- Java技術(shù)手冊(cè)(原書第7版)
- Practical Windows Forensics
- 名師講壇:Java微服務(wù)架構(gòu)實(shí)戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Visual C++數(shù)字圖像處理技術(shù)詳解
- Python算法從菜鳥到達(dá)人
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Creating Data Stories with Tableau Public
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- Python Programming for Arduino
- 視窗軟件設(shè)計(jì)和開發(fā)自動(dòng)化:可視化D++語(yǔ)言