
Azure Automation 서비스를 사용하여 요금 없이 코드를 실행하세요
Azure Automation 서비스에서 요금 없이 코드 실행하기
CloudMiner는 Azure Automation 서비스 내에서 무료 컴퓨팅 성능을 확보하기 위해 설계된 도구입니다. 이 도구는 업로드 모듈/패키지 흐름을 활용하여 완전 무료로 사용할 수 있는 코드를 실행합니다. 이 도구는 교육 및 연구 목적으로만 제공되며, 책임감 있게 적절한 승인을 받은 후 사용해야 합니다.
이 흐름은 3월 23일 Microsoft에 보고되었으며, Microsoft는 이를 "의도된 설계"로 간주하여 서비스 동작을 변경하지 않기로 결정했습니다. 3월 9일 기준으로 이 도구는 요금이 부과되지 않고 계속 사용할 수 있습니다.
각 실행은 3시간으로 제한됩니다.
requirements.txt 파일에 명시된 라이브러리를 포함한 Python 3.8+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 License 하에 배포됩니다. 이 도구를 책임감 있게 수정하고 배포하되, 라이선스 조건을 준수하시기 바랍니다.