Cost opmization, key vault, service connection and webapps list updates

This commit is contained in:
Jurjen Ladenius
2024-06-19 16:50:53 +02:00
parent d91e8b18ba
commit 6957def272
5 changed files with 111 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ Write-Host "====================================================================
Write-Host "Creating service connection overview."
Write-Host "========================================================================================================================================================================"
$token = "{INSERT_PERSONAL_ACCESS_TOKEN}"
$token = "adlgsqh2uoedv6rf44hjd47z3ssuo5zonrqicif4ctjqlqqtlhdq"
$token = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes(":$($token)"))
$organization = "effectory"
$project = "Survey%20Software"