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

Implement Azure Developer CLI template #26

Open
jjgriff93 opened this issue Jan 20, 2025 · 2 comments
Open

Implement Azure Developer CLI template #26

jjgriff93 opened this issue Jan 20, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jjgriff93
Copy link
Collaborator

jjgriff93 commented Jan 20, 2025

The solution should be easily deployable using the Azure Developer CLI (azd) and listed in the AI App Templates.

Getting started commands should be as simple as:

  • azd auth login
  • azd env new dev --location uksouth --subscription {guid}
  • azd up
@jjgriff93 jjgriff93 added the enhancement New feature or request label Jan 20, 2025
@jjgriff93 jjgriff93 self-assigned this Jan 20, 2025
@jjgriff93
Copy link
Collaborator Author

Encountered an issue with the service deployment through azd up due to copy ignoring symlinked common folder:

ERROR: error executing step command 'package --all': failed packaging service 'app': open /var/folders/kl/dwz9d6xx5jx9s3ygwtqc5q_c0000gn/T/azd2971955672/common: no such file or directory

Raised an issue on azd: Azure/azure-dev#4715

@jjgriff93
Copy link
Collaborator Author

Potential workarounds to explore:

  • Prepackage hook that copies api code and common folder contents into a dist that's referenced by azure.yaml
  • Re-hosting as container apps

@jjgriff93 jjgriff93 removed their assignment Jan 27, 2025
@ljtill ljtill self-assigned this Jan 28, 2025
@ljtill ljtill changed the title AZD template Implement Azure Developer CLI template Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants