You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good advice is to start with the base working code that you want to generate using this project, not the other way around as the project is complicated. so, having a reference that you are trying to generate using this project (like a base working code sample) would help you a lot to validate the generated sample and know where to make the changes.
So, you would search for the places where the code changed and try to edit it according to it.
To generate a template using the code you are working on you can use the following command:
Sometimes the infra may be missing the core modules for a bicep that you need so, you may need to add it to the infra/core and use it like this. 658a0f9
The docker-compose.yml file for the devcontainer template extends the db image definition from the templates/ folder so, you may need to add definition there. fcb4309
If you did everything correctly adding more features would be as simple as editing two files d346a55 these are the two files I needed to change to enable ACA.
This project is amazing because it can be easily extended.
The text was updated successfully, but these errors were encountered:
Prerequisites:
Azure-Python-Standardization-Template-Generator/hooks/post_gen_project.py
Line 140 in c42d321
A good advice is to start with the base working code that you want to generate using this project, not the other way around as the project is complicated. so, having a reference that you are trying to generate using this project (like a base working code sample) would help you a lot to validate the generated sample and know where to make the changes.
So, you would search for the places where the code changed and try to edit it according to it.
To generate a template using the code you are working on you can use the following command:
Sometimes the infra may be missing the core modules for a bicep that you need so, you may need to add it to the infra/core and use it like this. 658a0f9
The docker-compose.yml file for the devcontainer template extends the db image definition from the templates/ folder so, you may need to add definition there. fcb4309
If you did everything correctly adding more features would be as simple as editing two files d346a55 these are the two files I needed to change to enable ACA.
This project is amazing because it can be easily extended.
The text was updated successfully, but these errors were encountered: