Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Practice-Tests-Exams-Questions-Answers icon indicating copy to clipboard operation
Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Practice-Tests-Exams-Questions-Answers copied to clipboard

Code snippets could have `--my-command ABC`

Open danieldanielecki opened this issue 11 months ago • 0 comments

It's a bit easier for the reader to distinguish which part of the text is about commands/code.

Example:

  • From Azure documentation, you have the following command that creates a virtual machine named VM1. az vm create --resource-group RG1 --name VM1 --image UbuntuLTS --generate-ssh-keys
  • instead of:
  • From Azure documentation, you have the following command that creates a virtual machine named VM1. az vm create --resource-group RG1 --name VM1 --image UbuntuLTS --generate-ssh-keys

danieldanielecki avatar Nov 11 '24 10:11 danieldanielecki