This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/iac/bicep/variables.json

9 lines
358 B
JSON
Raw Permalink Normal View History

2022-11-03 20:41:13 +00:00
{
"namePrefix": "devopsoh",
"baseImageTag": "changeme",
"bingMapsKey": "Ar6iuHZYgX1BrfJs6SRJaXWbpU_HKdoe7G-OO9b2kl3rWvcawYx235GGx5FPM76O",
"sqlServerAdminLogin": "demousersa",
"sqlServerAdminPassword": "demo!P@55w0rd123",
"publicTeamRepo": "https://github.com/Microsoft-OpenHack/devops-artifacts",
"publicTeamRepoBranch": "main"
}