From 06bef825b896cf82a35e8ceda8c457bacfe596e0 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Thu, 3 Sep 2020 09:12:47 +0100 Subject: [PATCH] Minor style updates --- engine/context/aci-integration.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/engine/context/aci-integration.md b/engine/context/aci-integration.md index b8abe09559..3815783528 100644 --- a/engine/context/aci-integration.md +++ b/engine/context/aci-integration.md @@ -50,11 +50,19 @@ docker login azure This opens your web browser and prompts you to enter your Azure login credentials. -Alternatively, you can login without interaction (typically in scripts ot continuous integration scenarios), using an Azure Service Principal, with `docker login azure --client-id xx --client-secret yy --tenant-id zz` +Alternatively, you can log in without interaction (typically in +scripts or continuous integration scenarios), using an Azure Service +Principal, with `docker login azure --client-id xx --client-secret yy --tenant-id zz` -> Note: Login through Azure Service Provider obtains an access token valid for a short period (typically 1h), but does not allow to automatically and transparently refresh this token. You will need to manually re-login once the access token is expired when logging in with a Service Provider. +>**Note** +> +> Logging in through the Azure Service Provider obtains an access token valid +for a short period (typically 1h), but it does not allow you to automatically +and transparently refresh this token. You must manually re-login +when the access token has expired when logging in with a Service Provider. -You can also use the `--tenant-id` option alone to specify a tenant, if you have several ones available in Azure. +You can also use the `--tenant-id` option alone to specify a tenant, if +you have several ones available in Azure. ### Create an ACI context