mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
13f973f61e
Add code of an azure function that is a close copy of the existing cloud function on google. The function spawns a CVM and initializes it as a GitHub runner. The tag is 'azure-cvm'.
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
# DO NOT include azure-functions-worker in this file
|
|
# The Python Worker is managed by Azure Functions platform
|
|
# Manually managing azure-functions-worker may cause unexpected issues
|
|
|
|
azure-functions
|
|
azure-mgmt-resource==21.1.0
|
|
azure-identity==1.10.0
|
|
azure-mgmt-subscription==3.1.1
|
|
azure-keyvault==4.2.0
|