marianleica / azrez

Azure Resource Launcher (azrez) is a console application, created by @marianleica, that aims to support those looking for quick deployments in Azure VMs and Kubernetes for learning and swift repros.
https://github.com/marianleica/azrez
MIT License
1 stars 0 forks source link
aks azure azurearc azuredeveloper azuretools dotnet

Prerequisites:

To install .NET runtime 8.0.10 via elevated PowerShell:

Start-BitsTransfer -Source "https://download.visualstudio.microsoft.com/download/pr/f55ed80e-ba58-4ac8-a2b3-f2227cd628de/6fabf1c613cf9386d14ddbaaca1a5eb8/dotnet-runtime-8.0.10-win-x64.exe" -Destination "$HOME/dotnet-runtime-8.0.10-win-x64.exe"

.\$HOME\dotnet-runtime-8.0.10-win-x64.exe

Getting AZREZ locally

Getting AZREZ locally via the provided PowerShell script:

setup.ps1 https://raw.githubusercontent.com/marianleica/azrez/refs/heads/public/setup.ps1

Getting AZREZ ready on Windows Client manually using elevated PowerShell cmdlets:

# Remove the package if it already exists
Remove-Item -Path C:\azrez\ -Recurse
# Download the repo contents to C:\azrez and expand the archive
Start-BitsTransfer -Source "https://github.com/marianleica/azrez/archive/refs/heads/public.zip" -Destination "C:\azrez.zip"
Expand-Archive -Path "C:\azrez.zip" -DestinationPath "C:\" -Force
# Edit the path name and remove the initial compressed file
mv C:\azrez-public C:\azrez\
rmdir C:\azrez.zip
# Add to environment variables
$env:Path += ";C:\azrez\"

Limitations of the current release: v1.05

Feedback and feature requests

Release notes

v1.05