Azure / reliable-web-app-pattern-java

The reliable web app pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for Java.
https://aka.ms/eap/rwa/java/doc
MIT License
54 stars 35 forks source link

Updating/work-with this template for GHA feature #191

Open v-xuto opened 1 year ago

v-xuto commented 1 year ago

We are updating this template to support new features in Github Action.

For the Github Action feature: In the .github/workflow/scheduled-azure-build-and-deploy.yml file, we will remove two lines of code:

    - name: Add AZD
      run: curl -fsSL https://aka.ms/install-azd.sh | bash

and add GHA code after Describe Java version step

    - name: Install azd
      uses: Azure/setup-azd@v0.1.0

@rajeshkamal5050 , @aarthiem for notification.