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.
- Host: GitHub
- URL: https://github.com/jonahandersson/createazurevmusingpowershell
- Owner: jonahandersson
- Created: 2021-01-11T08:01:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T08:06:40.000Z (over 4 years ago)
- Last Synced: 2025-02-15T08:07:23.439Z (4 months ago)
- Topics: azure, azure-virtual-machine, azurevm, powershell-script
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()