Skip to content

Instantly share code, notes, and snippets.

@ArthurSteijn
Created July 13, 2020 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArthurSteijn/4fb0cc49017900e3f3af5e88ca7234d2 to your computer and use it in GitHub Desktop.
Save ArthurSteijn/4fb0cc49017900e3f3af5e88ca7234d2 to your computer and use it in GitHub Desktop.
steps:
- task: AzurePowerShell@5
inputs:
azureSubscription: 'YourAzureSubscriptionOrServiceConnection'
ScriptType: 'FilePath'
ScriptPath: 'AddDevOpsIpToAAS.ps1'
ScriptArguments: '-ResourceName "YourAnalysisServicesName" -ResourceGroup "YourResourceGroupName"'
azurePowerShellVersion: 'LatestVersion'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment