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

AZD template #26

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

AZD template #26

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

Comments

@jjgriff93
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The solution should be easily deployable using the azure developer CLI (azd) and listed in the AI app templates

Describe the solution you'd like
https://learn.microsoft.com/en-gb/azure/developer/azure-developer-cli/azd-templates?tabs=csharp#create-a-new-azd-template-for-your-app

@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
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.

1 participant