Skip to content
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

Merged
merged 7 commits into from
Jan 10, 2024
Merged

Terraform to create Function App for Search #354

merged 7 commits into from
Jan 10, 2024

Conversation

albal
Copy link
Contributor

@albal albal commented Jan 4, 2024

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.

@albal albal requested review from rgparkins and killij January 4, 2024 17:58
Copy link
Contributor

@killij killij left a 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
Copy link
Contributor

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.

@albal albal marked this pull request as ready for review January 9, 2024 09:45
Copy link
Contributor

@killij killij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
99.4% Coverage on New Code
1.1% Duplication on New Code

See analysis details on SonarCloud

@albal albal merged commit 9f7209e into next Jan 10, 2024
6 checks passed
@albal albal deleted the tf-functionapp branch January 10, 2024 14:21
@killij
Copy link
Contributor

killij commented Jan 11, 2024

🎉 This PR is included in version 2.0.0-next.13 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@killij
Copy link
Contributor

killij commented Jan 19, 2024

🎉 This PR is included in version 2.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants