Skip to content

Instantly share code, notes, and snippets.

View MertSenel's full-sized avatar

Mert Senel MertSenel

View GitHub Profile
#region Service Constants
$ProjectName = 'mert'
$Stage = 'dev'
$ServiceType = 'fnc'
#$Region = "wus"
$Regions = "wus", "aue" ,"neu"
foreach($Region in $Regions) {
# The rest of the Deployment code logic goes here.
}