We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c387339 + 2193d21 commit 3c6d5d5Copy full SHA for 3c6d5d5
articles/azure-resource-manager/templates/linked-templates.md
@@ -701,7 +701,7 @@ The following example shows how to pass a SAS token when linking to a template:
701
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
702
"contentVersion": "1.0.0.0",
703
"parameters": {
704
- "containerSasToken": { "type": "string" }
+ "containerSasToken": { "type": "securestring" }
705
},
706
"resources": [
707
{
0 commit comments