microsoft / industry

This repository provides holistic architecture design and reference implementation for industry cloud based on proven success of large scale deployments and at-scale adoption with customers and partners.
MIT License
257 stars 72 forks source link

Feature Request - ARM Template & Parameter File #287

Open myatix opened 2 years ago

myatix commented 2 years ago

Hi,

I would just like to say that I am not a DevOps Pro so if this is a stupid question then I am sorry.

I was wondering if it would be possible to provide a AzureDeply.json Template and AzureDeploy.parameters.json file ready to edit and add to an Azure DevOps pipeline, instead of the portal.json file? This would really accelerate this process for companies that perhaps don't have DevOps resources to convert the LandingZone templates.

Just a thought and perhaps there is an easy solution?

krnese commented 2 years ago

Hi @myatix - which templates/portal deployment experiences are you referring to in this case, as the repository contains quite a few of those? What you could do as an interim solution, is to generate the parameter file using the portal, and download both ARM template and the parameter file. Would that work?

aydinderya commented 2 years ago

@daltondhcp and @krnese thank you for the update. What is the difference between No Status and New? Could you please update the board column names as New, Backlog, In Progress, In Review, Done ? Thank you

myatix commented 2 years ago

@krnese Sorry for the late response. Yes your idea with regards to generating the parameter file via the Azure portal is a good idea. What we would like to be able to do is spinup a standard environment setup including (Dev, Test, Prod) with analytics and cost management and standard DPL Policy everytime a Pro Developer needs a new setup.

If I use the reference architecture (Landing Zones) everything is named NorthStar, are there any ARM templates with parameter files that I can use off the shelf rather than having to import the solutions and then export the appropriate ARM templates and parameter files?