Repository: brooklyn-docs Updated Branches: refs/heads/master 26e8cda64 -> 4b0e1d34f
Minor fix to Azure ARM docs Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/4b0e1d34 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/4b0e1d34 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/4b0e1d34 Branch: refs/heads/master Commit: 4b0e1d34f7524df1add900ad9804aa28b2b34a8e Parents: 26e8cda Author: Martin Harris <[email protected]> Authored: Wed Mar 29 14:53:17 2017 +0100 Committer: Andrea Turli <[email protected]> Committed: Thu Mar 30 15:01:25 2017 +0200 ---------------------------------------------------------------------- guide/ops/locations/_azure-ARM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/4b0e1d34/guide/ops/locations/_azure-ARM.md ---------------------------------------------------------------------- diff --git a/guide/ops/locations/_azure-ARM.md b/guide/ops/locations/_azure-ARM.md index 08d3c82..a08e2ad 100644 --- a/guide/ops/locations/_azure-ARM.md +++ b/guide/ops/locations/_azure-ARM.md @@ -10,7 +10,7 @@ Azure Resource Manager (ARM) is a framework for deploying and managing applicati #### Setup the Azure credentials -Firstly, install and configure Azure CLI following [these steps](http://azure.microsoft.com/en-us/documentation/articles/xplat-cli/). +Firstly, install and configure Azure CLI following [these steps](https://docs.microsoft.com/en-us/azure/cli-install-nodejs). Using the Azure CLI, run the following commands to create a service principal @@ -31,7 +31,7 @@ Using the Azure CLI, run the following commands to create a service principal # Output will include a value for `Application Id`, which will be used for the live tests # Create a Service Principal - azure ad sp create <Application-id> + azure ad sp create --applicationId <Application-id> # Output will include a value for `Object Id`, to be used in the next step
