Skip to main content

Task 1


Requirements

  1. Create an Azure VM named devops-vm using any available Ubuntu image, with the VM size Standard_B1s.
  2. Generate an SSH public key on the azure-client host and associate it with the VM for SSH access.
  3. Associate a Static Public IP address named devops-pip with this VM.
  4. Ensure the VM is accessible via SSH using the generated public key.

NOTE

The Solution can be achieved with Azure Cloud Console and Azure cli. To help you achieve these tasks, i provide the cli approach. I would recommend you to do try with console yourselves to get understand the practical experience first before attempting to go with the given cli approach (unless its asked specifically).

Steps

Steps will be followed soon

Resources

Azure CLI Docs