We recommend to use Visual Studio Code and Azure extension to publish your updates, so please login your Azure account in VS code before operating following steps.
-
Run the command below, to clean the old
/dist
(if exists) and create a new one:npm run prod
-
Right click on the
/dist
, and selectDeploy to Web App...
-
Please follow the instructions on the top bar
a. Enter the name of app you want to create b. Choose the laungauge (Node 12 LTS or Node 14 LTS) c. Choose your price plan
-
Then you can check the app on your Azure account, and update configuration values following Deploy & Test sample on Azure.
- Previous: Submit a PR