Skip to content

Instantly share code, notes, and snippets.

@forki
Created April 12, 2020 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forki/787748a2d77687480310e266d77fb543 to your computer and use it in GitHub Desktop.
Save forki/787748a2d77687480310e266d77fb543 to your computer and use it in GitHub Desktop.
let frontendService (operatorID:string) = webApp {
name (operatorID + "-frontend")
docker_image frontendImage frontendStartup
app_insights_off
link_to_service_plan appServicePlanName
setting "DOCKER_ENABLE_CI" "true"
setting "DOCKER_REGISTRY_SERVER_PASSWORD" dockerPassword
setting "DOCKER_REGISTRY_SERVER_URL" containerRegistryDomain
setting "DOCKER_REGISTRY_SERVER_USERNAME" containerRegistry
setting "OPERATORID" operatorID
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment