ARO-RP/deploy/gateway-production-managed-...

13 строки
419 B
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": [
{
"location": "[resourceGroup().location]",
"name": "[concat('aro-gateway-', resourceGroup().location)]",
"type": "Microsoft.ManagedIdentity/userAssignedIdentities",
"apiVersion": "2018-11-30"
}
]
}