-
Notifications
You must be signed in to change notification settings - Fork 178
TRE cannot scale beyond about 32 projects #3920
Description
Description
In my Azure TRE deployment I am trying to test the limits of scalability, since we want to eventually run with up to 150 projects at a time. Yesterday, I created a large number of projects, and at about number 32, they started failing with the message Subscription ******* already contains 250 storage accounts with Standard Dns endpoints in location uksouth and the maximum allowed is 250.
From what I can understand, if the storage endpoints were to use AzureDnsZone endpoints instead of Standard, that will raise the limit to 5000 endpoints, which should be enough for us?
My question is, is it sufficient to update the storage.tf in various places to add dns_endpoint_type = AzureDnsZone, or is there some reason that won't work?
Steps
The steps I have tried are:
- create a workspace
- go to 1, until failure
- look at the error message
Code
n/a
Metadata
Metadata
Assignees
Labels
Type
Projects
Status