An open API service indexing awesome lists of open source software.

https://github.com/jonahandersson/createazurevmusingpowershell

Example Powershell script in creating Azure Virtual Machines.
https://github.com/jonahandersson/createazurevmusingpowershell

azure azure-virtual-machine azurevm powershell-script

Last synced: 4 months ago
JSON representation

Example Powershell script in creating Azure Virtual Machines.

Awesome Lists containing this project

README

        

# Create Azure Virtual Machine Using Powershell
Example Powershell script in creating Azure Virtual Machines.

# Azure Powershell for Azure VMs
Azure PowerShell module is used to create and manage Azure resources from the PowerShell command line or in scripts.

# Microsoft Quickstart Guides for Azure Powershell - Deploy Azure Virtual Machines
For Microsoft Azure's Documentation in Step-By-Step Guide on how to use the Azure PowerShell module to deploy a virtual machine (VM) in Azure that runs Windows Server.

Learn how remotely connect to your Azure VM via RDP and install the IIS web server, check out the link below:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-powershell

#Check out my article at DEV Community about this repo https://dev.to/jonahandersson/virtualization-and-deploying-azure-virtual-machines-using-powershell-1l83c

#My Tech Talk about Azure Virtual Machines at Azure User Group Manila


Azure Virtual Machines with Jonah Andersson