reliable-web-app-pattern-java icon indicating copy to clipboard operation
reliable-web-app-pattern-java copied to clipboard

Updating/work-with this template for GHA feature

Open v-xuto opened this issue 1 year ago • 0 comments

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/[email protected]

@rajeshkamal5050 , @aarthiem for notification.

v-xuto avatar Aug 25 '23 08:08 v-xuto