Several powershell scripts for testing Microsoft Azure functionalities.
Script | Description |
---|---|
CreateVmWindowsInfra.ps1 | Create a virtual network and a windows virtual machine in the resource group |
CreateNewResourceGroup.ps1 | Create a new resource group |
- Install azure powershell module
- An azure account with appropriate privileges to deploy resources
git clone https://github.com/Ramisto/POC-Azure-Lab.git
-
CreateVmWindowsInfra.ps1 :
- CSV files
- [line 20] $subscriptionName = Enter your Azure subscription name
- [line 40] $getGroup = Define your Azure resource group name
- [Line 41] $getVm = Define your Azure VM name
- [Line 42] $securePassword = Enter your password
-
CreateNewResourceGroup.ps1 :
- CSV files
- [line 18] $subscriptionName = Enter your Azure subscription name
- [line 49] -Tag @{Owner="[CHANGEME]"} = Enter your owner tag
Open the powershell script with the "Windows Powershell ISE" console.
Create an issue to get help.
If you want to contribute, read the CONTRIBUTING file to learn how to do so.
Here is our CODE_OF_CONDUCT for all contributors.