Azure-Samples / apptemplate-wordpress-on-aca

Template to deploy Wordpress on Azure Container apps
MIT License
28 stars 31 forks source link

Add -t to `azd up` to simplify deploy instruction for azd #3

Closed puicchan closed 1 year ago

puicchan commented 1 year ago

Once issue #2 is addressed, instead of git clone and then azd init. you can just do azd up -t apptemplate-wordpress-aca

kpantos commented 1 year ago

Implementation of issue #2 is complete. Documentation has also been changed to leverage azd up instead of manually adding the azure environment variables

puicchan commented 1 year ago

You can simplify README by asking customer to run azd up -t apptemplate-wordpress-on-aca in an empty folder as a single step. azd up is azd init + azd provision + azd deploy so the 1st step in your readme is included.