Azure / azure-blueprints

A library of sample Blueprints that can be easily imported via API or PowerShell
MIT License
258 stars 150 forks source link

Can artifacts be organized into subfolders? #24

Closed tanzencoder closed 4 years ago

tanzencoder commented 4 years ago

For example I have roughly 20 function apps that get deployed into individual resource groups in addition to many other resources for an enterprise solution. Can the resource group artifacts be group like artifacts/functions/... my artifacts?

alex-frankel commented 4 years ago

It is a good idea, but not likely something we are going to implement based on current priorities. It'd be a great one to submit a PR for :)

EDIT: actually, looks like we may have just gotten a PR for this! @filizt is this PR doing what @tanzencoder is looking for?

tanzencoder commented 4 years ago

@alex-frankel I will have to look into that, sure would make life easier.

filizt commented 4 years ago

It is a good idea, but not likely something we are going to implement based on current priorities. It'd be a great one to submit a PR for :)

EDIT: actually, looks like we may have just gotten a PR for this! @filizt is this PR doing what @tanzencoder is looking for?

@alex-frankel yes we have! We have merged it already. @tanzencoder Import-AzBlueprintWithArtifact cmdlet in Version 0.2.10 of Az.Blueprints PS module has the ability to look into sub folders for artifacts. Just use the -IncludeSubFolders switch in the commandline to turn it on.

alex-frankel commented 4 years ago

Going to close this - I think this is resolved with the latest release of the modules.