Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.2 KB

File metadata and controls

36 lines (21 loc) · 1.2 KB

Contribution Guides

  1. Get Set up
  2. Test Your Changes
  3. Write Unit Tests
  4. Submit a PR
  5. Publish Your Changes

5. Publish Your Changes

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.

  1. Run the command below, to clean the old /dist (if exists) and create a new one:

    npm run prod
  2. Right click on the /dist, and select Deploy to Web App...

ACS Authentication Server Sample Local Deployment

  1. 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 
    
  2. Then you can check the app on your Azure account, and update configuration values following Deploy & Test sample on Azure.