Skip to content

Folder structure, deployment best practices with bicep across multiple subscriptions #5469

Answered by brwilkinson
Kirushanr asked this question in General
Discussion options

You must be logged in to vote

Another idea more directly related to your question on file structure, that I can share is below.

https://github.com/brwilkinson/AzureDeploymentFramework/tree/main/ADF
--> All bicep files https://github.com/brwilkinson/AzureDeploymentFramework/tree/main/ADF/bicep


... Etc.

--> All tenant files https://github.com/brwilkinson/AzureDeploymentFramework/tree/main/ADF/tenants

Tenants are directories or different subscriptions, or more based around App platforms that run in those subscriptions.

└───tenants
├───ABC
├───ADF
├───AOA
├───HAA
├───HUB
└───PSO

Then under an individual tenant, there is:

  • 1 file for each Resource group
  • 1 file for each pipeline (depending if using azure devops or github w…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Kirushanr
Comment options

@JQUINONES82
Comment options

Answer selected by Kirushanr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants