Skip to content

Commit

Permalink
This closes #211
Browse files Browse the repository at this point in the history
  • Loading branch information
drigodwin committed Sep 13, 2017
2 parents eb2186c + 3c1bd12 commit 4e997d5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion guide/locations/_azure-ARM.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ The loginUser can be anything, as long as it's specified.
The `overrideAuthenticateSudo: true` key tells Apache Brooklyn that default on Azure images do not have passwordless sudo
configured by default.

#### Useful configuration options for Azure ARM

You can add these options directly under the `brooklyn.config` element in the example above:

* `jclouds.compute.resourcename-prefix` and `jclouds.compute.resourcename-delimiter` - defaults to `jclouds` and `-` respectively. If jclouds is choosing the name for a resource (for example, a virtual machine), these properties will alter the way the resource is named.

You can add these options into the `templateOptions` element inside the `brooklyn.config` element in the example above:

* `resourceGroup` - select a Resource Group to deploy resources into. If not given, jclouds will generate a new resource group with a partly-random name.

#### Using Windows on Azure ARM

This section contains material how to create a Windows location on Azure ARM. Some of the used parameters are explained in the section above.
Expand Down Expand Up @@ -180,4 +190,4 @@ brooklyn.catalog:
There are currently two known issues with Azure ARM:

* It can take a long time for VMs to be provisioned
* The Azure ARM APIs appear to have some fairly strict rate limiting that can result in AzureComputeRateLimitExceededException
* The Azure ARM APIs appear to have some fairly strict rate limiting that can result in AzureComputeRateLimitExceededException

0 comments on commit 4e997d5

Please sign in to comment.