Skip to content

Instantly share code, notes, and snippets.

View ltkvien's full-sized avatar
:octocat:
I'm gitting...:)

ltkvien ltkvien

:octocat:
I'm gitting...:)
View GitHub Profile
@ltkvien
ltkvien / gist:2aeef283d183a37ad83f15d7e9d9bb6e
Created July 4, 2018 13:53
Gist description for testing.
The first code
Param(
[Parameter(Mandatory = $true)]
[string] $ResourceGroupName,
[Parameter(Mandatory = $true)]
[string] $AppServiceName,
[Parameter(Mandatory = $true)]
[string] $SubscriptionId,
[Parameter(Mandatory = $true)]
[string] $RulePriority
)