You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/08/05 11:57:15 UTC

[brooklyn-docs] branch master updated: include Azure ARM as a standard example

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c84f4b  include Azure ARM as a standard example
0c84f4b is described below

commit 0c84f4b432e856e62a08a2165182c06b0071de12
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Aug 5 12:52:42 2021 +0100

    include Azure ARM as a standard example
---
 guide/locations/_clouds.md | 2 +-
 guide/locations/index.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guide/locations/_clouds.md b/guide/locations/_clouds.md
index b475084..2376cf3 100644
--- a/guide/locations/_clouds.md
+++ b/guide/locations/_clouds.md
@@ -12,7 +12,7 @@ The identifiers for some of the most commonly used jclouds-supported clouds are
 (or [see the full list](http://jclouds.apache.org/reference/providers/)):
 
 * `jclouds:aws-ec2:<region>`: Amazon EC2, where `:<region>` might be `us-east-1` or `eu-west-1` (or omitted)
-* `jclouds:softlayer:<region>`: IBM Softlayer, where `:<region>` might be `dal05` or `ams01` (or omitted)
+* `jclouds:azurecompute-arm`: Azure (ARM templates)
 * `jclouds:google-compute-engine`: Google Compute Engine
 * `jclouds:openstack-nova:<endpoint>`: OpenStack, where `:<endpoint>` is the access URL (required)
 * `jclouds:cloudstack:<endpoint>`: Apache CloudStack, where `:<endpoint>` is the access URL (required)
diff --git a/guide/locations/index.md b/guide/locations/index.md
index 81f222a..5af58be 100644
--- a/guide/locations/index.md
+++ b/guide/locations/index.md
@@ -7,7 +7,7 @@ check_directory_for_children: true
 ---
 
 Locations are the environments to which Brooklyn deploys applications. Most commonly these 
-are cloud services such as AWS, GCE, and IBM Softlayer. Brooklyn also supports deploying 
+are cloud services such as AWS, Azure, and GCE. Brooklyn also supports deploying 
 to a pre-provisioned network or to localhost (primarily useful for testing blueprints).
 
 See also: