Skip to content

Commit

Permalink
Adding Continous Integration == ON flag in app settings (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainr authored Dec 16, 2022
1 parent 8c8dfde commit 66480d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/how-to-guides/azure_resource_provision.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,11 @@
{
"name": "AZURE_CLIENT_ID",
"value": "[reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', variables('identityName')), '2018-11-30','Full').properties.clientId]"
}
},
{
"name": "DOCKER_ENABLE_CI",
"value": "true"
}
]
}
}
Expand Down

0 comments on commit 66480d7

Please sign in to comment.