From 5083f4d975b7b212d8f9bdfb081ccb37bc10a298 Mon Sep 17 00:00:00 2001 From: Emlyn Corrin Date: Wed, 29 Nov 2017 15:34:48 +0000 Subject: [PATCH] Update secrets.yaml template --- config/secrets.yaml.template | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/secrets.yaml.template b/config/secrets.yaml.template index 2e2509ec..da1480f9 100644 --- a/config/secrets.yaml.template +++ b/config/secrets.yaml.template @@ -2,15 +2,22 @@ # Getting Started (https://github.com/Azure/aztk/blob/master/docs/00-getting-started.md) # NOTE - YAML requires a space after the colon. Ex: "batchaccountname: mybatchaccount" batch: + batchserviceurl: batchaccountname: batchaccountkey: - batchserviceurl: + # resourceurl: storage: storageaccountname: storageaccountkey: storageaccountsuffix: core.windows.net +serviceprincipal: + # tenantid: + # clientid: + # credential: + + # Configuration for private docker repositories. If using public containers you do not need to provide authentification docker: # username: