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
Output from azd version
Run azd version and copy and paste the output here:
azd version 1.9.5 (commit cd2b7af)
Describe the bug
Trying to start my own azd app + infra by using azd init. The cli forces me to add a service which then downloads bicep code in my infra folder, which I dont want, I have my own infra as code, I do not want to use the pre-created infra as code templates attached to the service definitions.
To Reproduce
create a folder with infra folder
Expected behavior
I want an option to just use my own infra folder with own bicep code, but still make my project enabled for AZD
The text was updated successfully, but these errors were encountered:
I'd like all assets that are normally created by azd init.
In hindsight, another way to achieve what I want is to just create a project based on the started bicep template, and then retrofit my code there. feel free to close my issue.
Output from
azd version
Run
azd version
and copy and paste the output here:azd version 1.9.5 (commit cd2b7af)
Describe the bug
Trying to start my own azd app + infra by using azd init. The cli forces me to add a service which then downloads bicep code in my infra folder, which I dont want, I have my own infra as code, I do not want to use the pre-created infra as code templates attached to the service definitions.
To Reproduce
create a folder with infra folder
Expected behavior
I want an option to just use my own infra folder with own bicep code, but still make my project enabled for AZD
The text was updated successfully, but these errors were encountered: