Skip to content

Commit

Permalink
Merge branch 'main' into restart-recovery-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriRojas committed Mar 28, 2024
2 parents 711fa45 + 81ea897 commit b3c0002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
registryPassword: ${{ secrets.MYAPP_REGISTRY_PASSWORD }}
containerAppName: my-app
resourceGroup: jobs-quickstart
imageToBuild: quickstartmr.azurecr.io/my-app:${{ github.sha }}
imageToBuild: quickstartmr.azurecr.io/vod-dev:${{ github.sha }}



Expand Down
4 changes: 2 additions & 2 deletions VirtualEncoder/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "myQueueItem",
"type": "queueTrigger",
"direction": "in",
"queueName": "stream-to-mux",
"queueName": "vod-to-live",
"connection": "AZURE_STORAGE_CONNECTION_STRING"
}
]
}
}

0 comments on commit b3c0002

Please sign in to comment.