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
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
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
The text was updated successfully, but these errors were encountered: