Skip to content

Commit

Permalink
adding substring example
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmax committed Dec 7, 2015
1 parent 612a26e commit 521baed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions substringSample.json
@@ -0,0 +1,13 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"variables": {},
"resources": [],
"outputs": {
"exampleOutput": {
"value": "[substring('foobar', 1, 1)]",
"type" : "string"
}
}
}

0 comments on commit 521baed

Please sign in to comment.