You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It's a bit easier for the reader to distinguish which part of the text is about commands/code.
Example:
az vm create --resource-group RG1 --name VM1 --image UbuntuLTS --generate-ssh-keys
The text was updated successfully, but these errors were encountered: