Working deployment to appservice

This commit is contained in:
benjaminramey
2019-11-02 20:43:09 -05:00
parent 4096930b39
commit 59311217d6
3 changed files with 4 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ let mutable deploymentOutputs : ArmOutput option = None
Target.create "ArmTemplate" (fun _ ->
let environment = Environment.environVarOrDefault "environment" (Guid.NewGuid().ToString().ToLower().Split '-' |> Array.head)
let armTemplate = @"arm-template.json"
let resourceGroupName = "safe-" + environment
let resourceGroupName = "lunchrun-" + environment
let authCtx =
// You can safely replace these with your own subscription and client IDs hard-coded into this script.