Navigate to Configuration ▶ Automation and click + Create Playbook. Choose a Logic Apps template or start from scratch.
{
"definition": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": [
// Insert your Logic App workflow here
]
}
}