Skip to content

Commit

Permalink
Update bot service endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Aug 23, 2024
1 parent 7edd1bd commit aba6951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/infra/botservice.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "bot_service" {
tags = var.tags
bot_service_name = "${local.prefix}-bot001"
bot_service_location = "global"
bot_service_endpoint = azurerm_linux_web_app.linux_web_app.default_hostname
bot_service_endpoint = "https://${azurerm_linux_web_app.linux_web_app.default_hostname}"
bot_service_luis = {
app_ids = []
key = null
Expand Down

0 comments on commit aba6951

Please sign in to comment.