Skip to content

Instantly share code, notes, and snippets.

@rainbow-alex
Created August 30, 2018 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainbow-alex/3e25419d19a0ed8f7d1a2ade2e117fa0 to your computer and use it in GitHub Desktop.
Save rainbow-alex/3e25419d19a0ed8f7d1a2ade2e117fa0 to your computer and use it in GitHub Desktop.
"functions": [
{
"namespace": "rg",
"members": {
"prefix": {
"parameters": [
{"name": "name", "type": "string"}
],
"output": {
"type": "string",
"value": "[concat(deployment().properties.parameters.stage.value, '-panda-', parameters('name'))]"
}
}
}
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment