diff --git a/.github/workflows/functions-deploy.yml b/.github/workflows/functions-deploy.yml index e6dddb98..0b8d7102 100644 --- a/.github/workflows/functions-deploy.yml +++ b/.github/workflows/functions-deploy.yml @@ -75,3 +75,7 @@ jobs: app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }} package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} publish-profile: ${{ steps.getPublishProfile.outputs.PUBLISH_PROFILE }} + + - name: 'Validate that Azure FunctionApp loaded Functions' + run: | + az functionapp function list -g "csels-rsti-${{ inputs.TF_ENVIRONMENT }}-moderate-rg" -n "polling-function-${{ inputs.TF_ENVIRONMENT }}"