ARM Expressions

Use native ARM expressions in your Cloud Maker configuration

Nick Smith avatar
Written by Nick Smith
Updated over a week ago

In some scenarios, you may want to use native ARM expressions in your Cloud Maker blueprint. No problem, we've got you covered!

A usage example of an ARM expression in Cloud Maker might be to define a naming convention for resources in your design. Here's how you do it:

Select your Cloud Maker droplet and select the 'Name' property.

Ensure that the property is set as an 'Inline value'.


Enter your ARM Expression into the 'Name' property for example: 

[concat(parameters('namePrefix'), parameters('env'), parameters('server1Name'))]

This will automatically create the parameters "namePrefix" and "Env" in your Cloud Maker Blueprint.

You can then enter the parameter values on your Cloud Maker Pipeline.

If you need any support, please don't hesitate to reach out to our support team.

Did this answer your question?