diff --git a/.github/workflows/azure-functions-app-dotnet.yml b/.github/workflows/azure-functions-app-dotnet.yml index 0e48ab0..cd70379 100644 --- a/.github/workflows/azure-functions-app-dotnet.yml +++ b/.github/workflows/azure-functions-app-dotnet.yml @@ -115,6 +115,12 @@ jobs: app-name: ${{ steps.deploy.outputs.functionAppName }} package: "./function-app" + - name: Application Insights Annotate + uses: ChristopheLav/appinsights-annotate@v2.0.2 + with: + app-id: ${{ secrets.APPINSIGHTS_APP_ID }} + name: ${{ github.event.head_commit.message }} + - name: "Start Orchestration" shell: bash run: |