Skip to content

Instantly share code, notes, and snippets.

@aravindan-acct
aravindan-acct / keycloak_deploy.json
Created November 3, 2021 08:39
Keycloak deployment on Microsoft Azure
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {"password": {
"type": "securestring",
"metadata": {
"description": "User Password for ssh access"
}
},
"vmname": {"type": "string",