在Azure自动化服务中执行代码而无需付费
CloudMiner 是一个旨在获取 Azure 自动化服务中免费计算能力的工具。该工具利用上传模块/包的流程来执行代码,完全免费使用。该工具仅用于教育和研究目的,应在获得适当授权的情况下负责任地使用。
requirements.txt 文件中提到的库pip install .
usage: cloud_miner.py [-h] --path PATH --id ID -c COUNT [-t TOKEN] [-r REQUIREMENTS] [-v]
CloudMiner - Free computing power in Azure Automation Service
optional arguments:
-h, --help show this help message and exit
--path PATH the script path (Powershell or Python)
--id ID id of the Automation Account - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/a
utomationAccounts/{automationAccountName}
-c COUNT, --count COUNT
number of executions
-t TOKEN, --token TOKEN
Azure access token (optional). If not provided, token will be retrieved using the Azure CLI
-r REQUIREMENTS, --requirements REQUIREMENTS
Path to requirements file to be installed and use by the script (relevant to Python scripts only)
-v, --verbose Enable verbose mode


CloudMiner 根据 BSD 3-Clause 许可证发布。 请随意修改和分发此工具,并遵守许可证条款。