Error: setting Connection Strings for Linux App Service #750
Unanswered
jaymasc
asked this question in
Evening (PST) Office Hours (Q&A)
Replies: 1 comment 4 replies
-
I am also getting the exact same issue. Please help me out. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am deploying the information assistant for the first time. The initial build process is running and I am getting a new resource group and multiple resources within being deployed. About 25 minutes into the deployment I get this error:
│ Error: setting Connection Strings for Linux App Service (Subscription: "xx"
│ Resource Group Name: "infoasst-xx"
│ Site Name: "infoasst-func-tycnj"): unexpected status 400 with response: {"Code":"BadRequest","Message":"The parameter properties has an invalid value.","Target":null,"Details":[{"Message":"The parameter properties has an invalid value."},{"Code":"BadRequest"},{"ErrorEntity":{"ExtendedCode":"51008","MessageTemplate":"The parameter {0} has an invalid value.","Parameters":["properties"],"Code":"BadRequest","Message":"The parameter properties has an invalid value."}}],"Innererror":null}
│
│ with module.functions.azurerm_linux_function_app.function_app,
│ on core/host/functions/functions.tf line 82, in resource "azurerm_linux_function_app" "function_app":
│ 82: resource "azurerm_linux_function_app" "function_app" {
│
│ setting Connection Strings for Linux App Service (Subscription: "xx"
│ Resource Group Name: "infoasst-uscg003"
│ Site Name: "infoasst-func-tycnj"): unexpected status 400 with response: {"Code":"BadRequest","Message":"The parameter properties has an invalid value.","Target":null,"Details":[{"Message":"The
│ parameter properties has an invalid value."},{"Code":"BadRequest"},{"ErrorEntity":{"ExtendedCode":"51008","MessageTemplate":"The parameter {0} has an invalid
│ value.","Parameters":["properties"],"Code":"BadRequest","Message":"The parameter properties has an invalid value."}}],"Innererror":null}
I have made no modifications to the repository other than setting up the environment variables. Can anyone provide any insight into what is going wrong here?
Beta Was this translation helpful? Give feedback.
All reactions