Azure / ALZ-Bicep

This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
MIT License
764 stars 514 forks source link

Azure Bicep Code. #845

Closed Anto4595 closed 2 months ago

Anto4595 commented 2 months ago

Describe the feature end to end, including deployment scenario details under which the feature would occur.

Hello @jtracey93

I have a question regarding azure bicep. We have existing Production Azure Environment. I want to know how we can convert existing Environment into a Bicep Code.

Do you have something that would achieve this..

Thank You...

Why is this feature important. Describe why this would be important for your organization and others. Would this impact similar orgs in the same way?

NA

Please provide the correlation id associated with your error or bug.

NA

Can you describe any alternatives that you have taken since this feature does not exist?

NA

Feature Implementation

NA

Check previous GitHub issues

Code of Conduct

oZakari commented 2 months ago

Hi @Anto4595, great question! I recommend starting with this blog by one of my teammates if you're looking to export your resources.

While exporting resources is an option, I suggest considering Azure Verified Modules. These modules are supported by Microsoft and are designed to align with Azure best practices from the outset with Well-Architected versions which can be referenced. They also offer a cleaner and more streamlined solution compared to exporting, which can result in a less organized and somewhat extraneous output. Feel free to reach out if you have any other questions, happy to help!