From be6834fec9d97a4e49ff5c6731e4215b3fcf4ea0 Mon Sep 17 00:00:00 2001 From: Stas Date: Mon, 22 Feb 2021 15:47:38 -0800 Subject: [PATCH] Update txttoken.md --- docs/step-by-step/txttoken.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/step-by-step/txttoken.md b/docs/step-by-step/txttoken.md index 5026bbfa..cdc076f2 100644 --- a/docs/step-by-step/txttoken.md +++ b/docs/step-by-step/txttoken.md @@ -11,15 +11,15 @@ Got to your RAFT deployment keyvault Under the `Secrets` select `Generate/Import` button. -![RAFT keyvault](../images/key-vault.png) +![RAFT keyvault](../images/key-vault.PNG) Create a secret with name that follows environment variable conventions (e.g. no dashes in the name). Add you `Token` text as the secret value. -![Create secret](../images/create-secret.png) +![Create secret](../images/create-secret.PNG) **Specify in job config token authentication** In your job config specify the secret to be imported in the list of `keyVaultSecrets`. Use that secret as `TxtToken` authentication method. -![Job Config](../images/TxtToken-job-config.png) +![Job Config](../images/TxtToken-job-config.PNG)