microsoft / contosotraders-cloudtesting

The Contoso Traders app is a sample application showcasing Playwright, Azure Load Testing, Azure Chaos Studio.
https://cloudtesting.contosotraders.com
MIT License
159 stars 316 forks source link

[FUTURE] Cut down deployment times for labs #266

Closed mithunshanbhag closed 1 year ago

mithunshanbhag commented 1 year ago

Feedback from Build Conference 2023 was that lab deployments were time-consuming.

Root cause: All first-time deployments are time-consuming because the ACA environments for internal endpoints take a long time to get provisioned. This is problematic for the lab scenarios, where practically all deployments are first-time deployments.

Mitigation: Let's evaluate whether the provisioning of ACA internal endpoints can be made optional/conditional using bicep, GH workflow, et al.