-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform to create Function App for Search #354
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the note around the worker process count
type = map(number) | ||
default = { | ||
Dev = 1 | ||
Test = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure we need 2 in prod/pre-prod.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
🎉 This PR is included in version 2.0.0-next.13 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.1.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Added function app, storage account and required service plan.
It doesn't look like you can configure the source of the function app through Terraform. Azure supports linking this automatically to GitHub, but the portal wants to create a service principal that we do not have access to. We should look into what is possible with the Azure CLI similarly to how we deploy the main app image.