Skip to content

Instantly share code, notes, and snippets.

View jeffhollan's full-sized avatar
❄️
Working

Jeff Hollan jeffhollan

❄️
Working
View GitHub Profile
Param(
[string] $ResourceGroupName = 'YourResourceGroup',
[string] $ResourceLocation = 'Region | eastus | westus | ...',
[string] $ConnectionName = 'SalesforceSandbox',
[string] $subscriptionId = 'xxxxxxxx-xxxx-xxxx-xxxx-9250f1c8ab03',
[bool] $createConnection = $true,
[bool] $isSandbox = $true
)