Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compose: with compose, I should be able to azd init a non azdevified github repo and deploy my app to ACA #4580

Open
puicchan opened this issue Nov 21, 2024 · 1 comment
Labels
compose composability needs-triage For new issues

Comments

@puicchan
Copy link
Contributor

https://github.com/puicchan/thedogsaidno is not an azdevified repo but I want to clone the repo and make it work with azd.

Today, I have to:

  1. Run azd init -t puicchan/thedogsaidno
  • azure.yml is added for me.
  1. Run azd add to deploy to ACA

Would be great if I can:

  1. Run azd init -t puicchan/thedogsaidno
  2. Prompted and asked if I want to deploy my app to ACA -> save me the azd add step
@puicchan puicchan added compose composability needs-triage For new issues labels Nov 21, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the needs-triage For new issues label Nov 21, 2024
@JeffreyCA
Copy link

JeffreyCA commented Nov 21, 2024

Should the "simplified init" flow also prompt to deploy the app?

If you go through the "simplified init" flow by git clone followed by azd init, it prompts to initialize with ACA, but doesn't prompt to deploy:
Image

@JeffreyCA JeffreyCA added the needs-triage For new issues label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compose composability needs-triage For new issues
Projects
None yet
Development

No branches or pull requests

2 participants