-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_sample.ps1
More file actions
10 lines (8 loc) · 800 Bytes
/
env_sample.ps1
File metadata and controls
10 lines (8 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
###############################################################################################################
# Environment Settings ########################################################################################
$Env:AZURE_SUBSCRIPTION = "<your_subscription_id>" # Azure Desired Subscription Id
$Env:AZURE_LOCATION = "<your_region>" # Azure Desired Region
$Env:AZURE_ADMINUSER = "<local_admin_user>" # Virtual Machine Local Admin UserName
$Env:AZURE_ADMINPASSWORD = "<local_admin_password>" # Virtual Machine Local Admin Password
###############################################################################################################
Get-ChildItem Env:AZURE*