Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 1a9220250 -> f9fb8284d


Document Azure ad app password reset

Provides the command used to change the Azure active directory
application password used for API access


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/842b04ca
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/842b04ca
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/842b04ca

Branch: refs/heads/master
Commit: 842b04ca8e1a56c355218c4ec5888eb4be098676
Parents: 1a92202
Author: Martin Harris <git...@nakomis.com>
Authored: Wed May 23 12:23:44 2018 +0100
Committer: Martin Harris <git...@nakomis.com>
Committed: Wed May 23 12:23:44 2018 +0100

----------------------------------------------------------------------
 guide/locations/_azure-ARM.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/842b04ca/guide/locations/_azure-ARM.md
----------------------------------------------------------------------
diff --git a/guide/locations/_azure-ARM.md b/guide/locations/_azure-ARM.md
index 7e97842..739e5e4 100644
--- a/guide/locations/_azure-ARM.md
+++ b/guide/locations/_azure-ARM.md
@@ -75,6 +75,10 @@ We can now verify this information that this information can 
be used to log in t
 
     az login --service-principal -u <Application-ID> --password abcd --tenant 
<Tenant-ID>
 
+Should you need to change the password, you can use the following command:
+
+    az ad app update --id <Application-ID> --password MyNewPassword
+
 #### Azure CLI 1.0
 
 Firstly, install and configure Azure CLI following [these 
steps](https://docs.microsoft.com/en-us/azure/cli-install-nodejs).

Reply via email to