Skip to content

Commit

Permalink
Updated pipeline with azure authentication via service principal and …
Browse files Browse the repository at this point in the history
…deployment to Azure Function App
  • Loading branch information
hvalfangst committed Dec 27, 2023
1 parent f4d4c7b commit fc52102
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
- name: Build
run: cargo build --release --target=x86_64-unknown-linux-musl

- name: Set up Azure Functions Core Tools
uses: Azure/setup-func@v1
with:
version: '3'

- name: Login to Azure
run: az login --service-principal -u ${{ secrets.AZURE_SP_APP_ID }} -p ${{ secrets.AZURE_SP_PASSWORD }} --tenant ${{ secrets.AZURE_TENANT_ID }}

Expand Down

0 comments on commit fc52102

Please sign in to comment.