Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Deploying several azurerm_function_app #3

Open
JuanFcoMiranda opened this issue Jan 17, 2022 · 3 comments
Open

Deploying several azurerm_function_app #3

JuanFcoMiranda opened this issue Jan 17, 2022 · 3 comments

Comments

@JuanFcoMiranda
Copy link

Hello, it's really helpfull this repo, but I have a doubt, could we use it to deploy several azurerm_function_app at the same time??

Kind regards.

@hannesne
Copy link

hannesne commented Feb 8, 2022

Yes you can use this approach - I would put multiple references of the function module in the main.tf, passing different values to each, for each app you would like to deploy.

@JuanFcoMiranda
Copy link
Author

JuanFcoMiranda commented Feb 9, 2022

Thank you very much, and another question, could I assign a event suscription and a function to every topic?

@hannesne
Copy link

Yes, again, you would replicate the part that does the assignment for each topic\function combination, as long as you don't exceed the limits imposed by event grid, as described here: https://docs.microsoft.com/en-us/azure/event-grid/quotas-limits

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

No branches or pull requests

2 participants